Skip to content

Commit

Permalink
Disabling broken tests (#21466) (#21467)
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored Jul 30, 2022
1 parent 372b9b6 commit 7c6e9b1
Showing 1 changed file with 26 additions and 25 deletions.
51 changes: 26 additions & 25 deletions .github/workflows/chef.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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/[email protected]
# 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"

0 comments on commit 7c6e9b1

Please sign in to comment.