Skip to content

Commit

Permalink
refactored branch.yaml file (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbiarnes authored Jan 17, 2023
1 parent d6cecde commit 71b4241
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions dsl/config/branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,72 +2,61 @@ environments:
native:
env_vars:
NATIVE: true
BUILD_MVN_OPTS_CURRENT: '-Dnative -Dquarkus.native.container-build=true'
BUILD_MVN_OPTS_CURRENT: -Dnative -Dquarkus.native.container-build=true
ADDITIONAL_TIMEOUT: 720
ids:
- native

mandrel:
env_vars:
NATIVE: true
BUILD_MVN_OPTS_CURRENT: '-Dnative -Dquarkus.native.container-build=true'
BUILD_MVN_OPTS_CURRENT: -Dnative -Dquarkus.native.container-build=true
QUARKUS_NATIVE_BUILDER_IMAGE: mandrel
ADDITIONAL_TIMEOUT: 720
ids:
- native
- prod

quarkus-main:
env_vars:
QUARKUS_BRANCH: main
ids:
- quarkus

quarkus-branch:
env_vars:
QUARKUS_BRANCH: '2.15'
ids:
- quarkus

# LTS part
quarkus-lts:
env_vars:
BUILD_MVN_OPTS: '-Dproductized -Ddata-index-ephemeral.image=quay.io/kiegroup/kogito-data-index-ephemeral'
BUILD_MVN_OPTS: -Dproductized -Ddata-index-ephemeral.image=quay.io/kiegroup/kogito-data-index-ephemeral
QUARKUS_BRANCH: '2.13'
ids:
- quarkus
- lts

mandrel-lts:
env_vars:
NATIVE: true
BUILD_MVN_OPTS: '-Dproductized -Ddata-index-ephemeral.image=quay.io/kiegroup/kogito-data-index-ephemeral'
BUILD_MVN_OPTS_CURRENT: '-Dnative -Dquarkus.native.container-build=true'
BUILD_MVN_OPTS: -Dproductized -Ddata-index-ephemeral.image=quay.io/kiegroup/kogito-data-index-ephemeral
BUILD_MVN_OPTS_CURRENT: -Dnative -Dquarkus.native.container-build=true
QUARKUS_BRANCH: '2.13'
QUARKUS_NATIVE_BUILDER_IMAGE: mandrel
ADDITIONAL_TIMEOUT: 720
ids:
- native
- prod
- lts

# Others
runtimes-bdd:
auto_generation: false
ids:
- cloud

sonarcloud:
auto_generation: false
ids:
- sonarcloud
- coverage

ecosystem:
auto_generation: false
ids:
- ecosystem

productized_branch: true
disable:
triggers: false
Expand Down

0 comments on commit 71b4241

Please sign in to comment.