Skip to content

Commit

Permalink
codebuild-jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Jul 31, 2024
1 parent 169caf0 commit ba20471
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions build-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,6 @@ 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 @@ -133,8 +123,8 @@ build-config:
mrt-dashboard: main
mrt-integ-tests: main
codebuild:
<<: *codebuildflags
tags: &codebuild
<<: *main
tags: &codebuildtags
mrt-core: main
mrt-cloud: main
mrt-zk: main
Expand Down Expand Up @@ -181,4 +171,8 @@ build-config:
<<: *jenkins
tags:
<<: *maintags
codebuild-jenkins:
<<: *jenkins
tags:
<<: *codebuildtags

0 comments on commit ba20471

Please sign in to comment.