Skip to content

Commit

Permalink
codebuildflags
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jul 29, 2024
1 parent 5ba6b72 commit b7c9bcd
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion build-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,16 @@ flagsets:
run-maven: true
run-maven-tests: false
build-support: false
codebuildflags: &codebuildflags
description: "Run maven builds only. No tests."
build-it: true
build-stack: true
push: false
scan-unfixable: false
scan-fixable: false
run-maven: true
run-maven-tests: false
build-support: true
sbox: &sbox
description: "Run maven builds and tests. Pull IT images from ECR"
build-it: false
Expand Down Expand Up @@ -123,7 +133,7 @@ build-config:
mrt-dashboard: main
mrt-integ-tests: main
codebuild:
<<: *mvn
<<: *codebuildflags
tags: &codebuild
mrt-core: codebuild
mrt-cloud: codebuild
Expand Down

0 comments on commit b7c9bcd

Please sign in to comment.