Skip to content

Commit

Permalink
Merge pull request #4166 from mbiarnes/microshift-4.17
Browse files Browse the repository at this point in the history
ART-9310: Enable microshift nightly build and publish-rpms job for 4.17
  • Loading branch information
openshift-merge-bot[bot] authored May 28, 2024
2 parents ac03b4f + 9ccd33c commit d8cac0f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scheduled-jobs/build/poll-payload/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ import groovy.json.JsonOutput
"4-dev-preview-ppc64le": [this.&setDevPreviewLatest],
"4-dev-preview-arm64": [this.&setDevPreviewLatest],

"4.17.0-0.nightly": [this.&startBuildMicroshiftJob, this.&publishRPMsEl9, this.&publishRPMsEl8],
"4.17.0-0.nightly-arm64": [this.&publishRPMsEl9, this.&publishRPMsEl8],

"4.16.0-0.nightly": [this.&startBuildMicroshiftJob, this.&publishRPMsEl9, this.&publishRPMsEl8],
"4.16.0-0.nightly-arm64": [this.&publishRPMsEl9, this.&publishRPMsEl8],

Expand Down

0 comments on commit d8cac0f

Please sign in to comment.