Skip to content

Commit

Permalink
Do not run unit tests in cloud build: failing IPv6 and intent is to o… (
Browse files Browse the repository at this point in the history
#12916)

* Do not run unit tests in cloud build: failing IPv6 and intent is to only have  compile artifacts

* Undo typo

* Restyle fixes
  • Loading branch information
andy31415 authored and pull[bot] committed Nov 28, 2023
1 parent 83bd8d5 commit 7c1ce72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion integrations/cloudbuild/build-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ steps:
args:
- >-
./scripts/build/build_examples.py --enable-flashbundle
--target-glob '*' build --create-archives /workspace/artifacts/
--target-glob '*' --skip-target-glob '*-tests' build
--create-archives /workspace/artifacts/
id: CompileAll
waitFor:
- Bootstrap
Expand Down
4 changes: 2 additions & 2 deletions integrations/cloudbuild/smoke-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ steps:
args:
- >-
./scripts/build/build_examples.py --enable-flashbundle
--target-glob 'linux-*' build --create-archives
/workspace/artifacts/
--target-glob 'linux-*' --skip-target-glob '*-tests' build
--create-archives /workspace/artifacts/
waitFor:
- Bootstrap
- EFR32
Expand Down

0 comments on commit 7c1ce72

Please sign in to comment.