Skip to content

Commit

Permalink
Disable EFR32 cloudbuilds (#19906)
Browse files Browse the repository at this point in the history
* Disable EFR32 cloudbuilds

* restyle
  • Loading branch information
andy31415 authored and pull[bot] committed Jan 12, 2024
1 parent db89ef0 commit b1732c4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 19 deletions.
4 changes: 2 additions & 2 deletions integrations/cloudbuild/build-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ steps:
args:
- >-
./scripts/build/build_examples.py --enable-flashbundle
--target-glob '*' --skip-target-glob '{tizen-*,*-tests}' build
--create-archives /workspace/artifacts/
--target-glob '*' --skip-target-glob '{efr32-*,tizen-*,*-tests}'
build --create-archives /workspace/artifacts/
id: CompileAll
waitFor:
- Bootstrap
Expand Down
38 changes: 21 additions & 17 deletions integrations/cloudbuild/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,22 +45,25 @@ steps:
- name: pwenv
path: /pwenv

- name: "connectedhomeip/chip-build-vscode:0.5.79"
id: EFR32
env:
- PW_ENVIRONMENT_ROOT=/pwenv
args:
- >-
./scripts/build/build_examples.py --enable-flashbundle
--target-glob '*-brd4161a-{lock,light,unit-test}*' build
--create-archives /workspace/artifacts/
waitFor:
- Bootstrap
- NRFConnect
entrypoint: ./scripts/run_in_build_env.sh
volumes:
- name: pwenv
path: /pwenv
# Disabled until EFR32 builds work on vscode image (changes in #19778
# resulted in git-lfs needed in docker image and build steps)
#
# - name: "connectedhomeip/chip-build-vscode:0.5.79"
# id: EFR32
# env:
# - PW_ENVIRONMENT_ROOT=/pwenv
# args:
# - >-
# ./scripts/build/build_examples.py --enable-flashbundle
# --target-glob '*-brd4161a-{lock,light,unit-test}*' build
# --create-archives /workspace/artifacts/
# waitFor:
# - Bootstrap
# - NRFConnect
# entrypoint: ./scripts/run_in_build_env.sh
# volumes:
# - name: pwenv
# path: /pwenv

- name: "connectedhomeip/chip-build-vscode:0.5.79"
id: Linux
Expand All @@ -73,7 +76,8 @@ steps:
--create-archives /workspace/artifacts/
waitFor:
- Bootstrap
- EFR32
- NRFConnect
# - EFR32
entrypoint: ./scripts/run_in_build_env.sh
volumes:
- name: pwenv
Expand Down

0 comments on commit b1732c4

Please sign in to comment.