Skip to content

Commit

Permalink
Merge pull request #103 from rgdoliveira/rhel8
Browse files Browse the repository at this point in the history
[BXMSPROD-2209] move prod nightly to use rhel8
  • Loading branch information
mareknovotny authored Aug 28, 2024
2 parents 254311b + 59d0e16 commit 7c80d81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.prod.nightly
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pipeline{
agent{
label 'kie-rhel7 && kie-mem8g && !built-in'
label 'kie-rhel8 && kie-mem8g && !built-in'
}
tools {
maven 'kie-maven-3.9.3'
Expand Down
3 changes: 0 additions & 3 deletions .ci/nightly-build-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ default:
build-command:
current: mvn clean install ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_CURRENT }}
upstream: mvn clean install -Dquickly ${{ env.BUILD_MVN_OPTS }} ${{ env.BUILD_MVN_OPTS_UPSTREAM }}
after:
current: |
docker system prune -f

build:
- project: kiegroup/drools
Expand Down

0 comments on commit 7c80d81

Please sign in to comment.