Skip to content

Commit 4374731

Browse files
andy31415pull[bot]
authored andcommitted
Do not run unit tests in cloud build: failing IPv6 and intent is to o… (#12916)
* Do not run unit tests in cloud build: failing IPv6 and intent is to only have compile artifacts * Undo typo * Restyle fixes
1 parent f51f84b commit 4374731

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

integrations/cloudbuild/build-all.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ steps:
1818
args:
1919
- >-
2020
./scripts/build/build_examples.py --enable-flashbundle
21-
--target-glob '*' build --create-archives /workspace/artifacts/
21+
--target-glob '*' --skip-target-glob '*-tests' build
22+
--create-archives /workspace/artifacts/
2223
id: CompileAll
2324
waitFor:
2425
- Bootstrap

integrations/cloudbuild/smoke-test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ steps:
6969
args:
7070
- >-
7171
./scripts/build/build_examples.py --enable-flashbundle
72-
--target-glob 'linux-*' build --create-archives
73-
/workspace/artifacts/
72+
--target-glob 'linux-*' --skip-target-glob '*-tests' build
73+
--create-archives /workspace/artifacts/
7474
waitFor:
7575
- Bootstrap
7676
- EFR32

0 commit comments

Comments
 (0)