Skip to content

Commit

Permalink
Add upgrade-minor job for okd-scos stable and next (openshift#59478)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashanth684 authored Dec 3, 2024
1 parent 7ac3e0b commit fd3148f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@
"upgrade":{
"upgrade":true,
"prowJob": {
"name": "release-openshift-okd-scos-installer-e2e-aws-upgrade-from-scos-next"
"name":"release-openshift-okd-scos-installer-e2e-aws-upgrade-from-scos-next"
},
"maxRetries": 2
},
"upgrade-minor":{
"upgrade":true,
"upgradeFrom": "PreviousMinor",
"prowJob": {
"name":"release-openshift-okd-scos-installer-e2e-aws-upgrade-from-scos-next"
},
"maxRetries": 2
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@
"upgrade":{
"upgrade":true,
"prowJob": {
"name": "release-openshift-okd-scos-installer-e2e-aws-upgrade-from-scos-stable"
"name":"release-openshift-okd-scos-installer-e2e-aws-upgrade-from-scos-stable"
},
"maxRetries": 2
},
"upgrade-minor":{
"upgrade":true,
"upgradeFrom": "PreviousMinor",
"prowJob": {
"name":"release-openshift-okd-scos-installer-e2e-aws-upgrade-from-scos-stable"
},
"maxRetries": 2
}
Expand Down

0 comments on commit fd3148f

Please sign in to comment.