Skip to content

Commit

Permalink
Fix broken github CI
Browse files Browse the repository at this point in the history
Increase EFR32 time, and temporarily disable Imx all-cluster linux built
which was running out of space.
  • Loading branch information
Rob Oliver committed Nov 22, 2022
1 parent efe5e0b commit 2adb95d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/examples-efr32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
.environment/pigweed-venv/*.log
- name: Build some BRD4187C variants
timeout-minutes: 50
timeout-minutes: 60
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/examples-linux-imx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,6 @@ jobs:
"./scripts/build/build_examples.py \
--target imx-thermostat build \
"
- name: Build all-cluster
timeout-minutes: 30
run: |
./scripts/run_in_build_env.sh \
"./scripts/build/build_examples.py \
--target imx-all-clusters-app build \
"
- name: Build all-cluster-minimal
timeout-minutes: 30
run: |
Expand Down

0 comments on commit 2adb95d

Please sign in to comment.