diff --git a/.github/workflows/chef.yaml b/.github/workflows/chef.yaml index 2804ac8507875a..892ccc9dc99ba7 100644 --- a/.github/workflows/chef.yaml +++ b/.github/workflows/chef.yaml @@ -79,30 +79,31 @@ jobs: run: | ./scripts/run_in_build_env.sh "./examples/chef/chef.py --ci -t esp32" - chef_nrfconnect: - name: Chef - NRFConnect CI Examples - runs-on: ubuntu-latest - if: github.actor != 'restyled-io[bot]' + # https://github.com/project-chip/connectedhomeip/issues/21465 + # chef_nrfconnect: + # name: Chef - NRFConnect CI Examples + # runs-on: ubuntu-latest + # if: github.actor != 'restyled-io[bot]' - container: - image: connectedhomeip/chip-build-nrf-platform:0.5.91 - options: --user root + # container: + # image: connectedhomeip/chip-build-nrf-platform:0.5.91 + # options: --user root - steps: - - uses: Wandalen/wretry.action@v1.0.15 - name: Checkout - with: - action: actions/checkout@v3 - with: | - token: ${{ github.token }} - attempt_limit: 3 - attempt_delay: 2000 - - name: Checkout submodules - run: scripts/checkout_submodules.py --shallow --platform nrfconnect - - name: Bootstrap - timeout-minutes: 10 - run: scripts/build/gn_bootstrap.sh - - name: CI Examples NRFConnect - shell: bash - run: | - ./scripts/run_in_build_env.sh "./examples/chef/chef.py --ci -t nrfconnect" + # steps: + # - uses: Wandalen/wretry.action@v1.0.15 + # name: Checkout + # with: + # action: actions/checkout@v3 + # with: | + # token: ${{ github.token }} + # attempt_limit: 3 + # attempt_delay: 2000 + # - name: Checkout submodules + # run: scripts/checkout_submodules.py --shallow --platform nrfconnect + # - name: Bootstrap + # timeout-minutes: 10 + # run: scripts/build/gn_bootstrap.sh + # - name: CI Examples NRFConnect + # shell: bash + # run: | + # ./scripts/run_in_build_env.sh "./examples/chef/chef.py --ci -t nrfconnect"