diff --git a/.github/workflows/chef.yaml b/.github/workflows/chef.yaml index 72203cd69de420..0f999300aba921 100644 --- a/.github/workflows/chef.yaml +++ b/.github/workflows/chef.yaml @@ -99,7 +99,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build-telink:92 + image: ghcr.io/project-chip/chip-build-telink:93 options: --user root steps: @@ -109,9 +109,9 @@ jobs: uses: ./.github/actions/checkout-submodules-and-bootstrap with: platform: telink - - name: Update Zephyr to specific revision (for developers purpose) - shell: bash - run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 8b29ee6b118ebe6eeec3224dbe343474e11403d8" + # - name: Update Zephyr to specific revision (for developers purpose) + # shell: bash + # run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 8b29ee6b118ebe6eeec3224dbe343474e11403d8" - name: CI Examples Telink shell: bash run: | diff --git a/.github/workflows/examples-telink.yaml b/.github/workflows/examples-telink.yaml index 8a2a6a070316f6..1b6fd20aa72260 100644 --- a/.github/workflows/examples-telink.yaml +++ b/.github/workflows/examples-telink.yaml @@ -39,7 +39,7 @@ jobs: if: github.actor != 'restyled-io[bot]' container: - image: ghcr.io/project-chip/chip-build-telink:92 + image: ghcr.io/project-chip/chip-build-telink:93 volumes: - "/tmp/bloat_reports:/tmp/bloat_reports" @@ -57,8 +57,8 @@ jobs: with: gh-context: ${{ toJson(github) }} - - name: Update Zephyr to specific revision (for developers purpose) - run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 8b29ee6b118ebe6eeec3224dbe343474e11403d8" + # - name: Update Zephyr to specific revision (for developers purpose) + # run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 8b29ee6b118ebe6eeec3224dbe343474e11403d8" - name: Build example Telink (B92 retention) Air Quality Sensor App # Run test for master and s07641069 PRs