Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
CI: Update nodes to rhel8 (#1475) (#1477)
Browse files Browse the repository at this point in the history
Co-authored-by: Tristan Radisson <[email protected]>
  • Loading branch information
github-actions[bot] and radtriste authored May 31, 2023
1 parent 03bbfa5 commit ea50008
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ testsFailed = false

pipeline {
agent {
label 'kogito-operator-node && !built-in'
label 'kie-rhel8 && docker && kie-mem16g && !built-in'
}

// Needed for local build
Expand Down
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.examples-images.deploy
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ testsFailed = false

pipeline {
agent {
label 'kogito-operator-node && !built-in'
label 'kie-rhel8 && docker && kie-mem16g && !built-in'
}

// Needed for local build
Expand Down
2 changes: 1 addition & 1 deletion .ci/jenkins/Jenkinsfile.profiling
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ helper = null

pipeline {
agent {
label 'kogito-operator-node && !built-in'
label 'kie-rhel8 && docker && kie-mem16g && !built-in'
}

// Needed for local build
Expand Down

0 comments on commit ea50008

Please sign in to comment.