Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci(CodeBuild): run ubuntu latest in series #747

Merged
merged 7 commits into from
May 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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