Skip to content

Commit

Permalink
Remove chip-test build from cloudbuild (#19957)
Browse files Browse the repository at this point in the history
* Remove chip-test build from cloudbuild

* Restyled by prettier-yaml

Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
2 people authored and pull[bot] committed Jul 2, 2022
1 parent fce8111 commit 2356799
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions integrations/cloudbuild/build-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ 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
'{tizen-*,*-tests,*-chip-test}' build --create-archives
/workspace/artifacts/
id: CompileAll
waitFor:
- Bootstrap
Expand Down

0 comments on commit 2356799

Please sign in to comment.