Skip to content

Commit

Permalink
ci(CodeBuild): run ubuntu latest in series (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
texastony authored May 3, 2022
1 parent 7a3f79e commit f697021
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion codebuild/ubuntu-latest-x64/batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version: 0.2

batch:
fast-fail: false
build-list:
build-graph:
- identifier: build_test_dynamic
buildspec: codebuild/ubuntu-latest-x64/build_test.yml
env:
Expand All @@ -26,11 +26,15 @@ batch:
env:
variables:
TEST_MODE: static_debug
depends-on:
- build_test_dynamic
- identifier: build_test_static_valgrind
buildspec: codebuild/ubuntu-latest-x64/build_test.yml
env:
variables:
TEST_MODE: static_valgrind
depends-on:
- build_test_static_debug
- identifier: compliance
buildspec: codebuild/ubuntu-latest-x64/compliance.yml

0 comments on commit f697021

Please sign in to comment.