forked from openshift/release
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request openshift#5952 from smarterclayton/origin_stable
release: Add origin stable for signing and tagging
- Loading branch information
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
core-services/release-controller/_releases/release-origin-4.y-stable.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name":"4-stable", | ||
"as": "Stable", | ||
"message": "All OKD versions are tracked here", | ||
"overrideCLIImage": "registry.svc.ci.openshift.org/origin/4.3:cli", | ||
"expires":"72h", | ||
"pullSecretName": "source", | ||
"publish":{}, | ||
"verify":{ | ||
"upgrade":{ | ||
"upgrade":true, | ||
"prowJob":{"name":"release-openshift-origin-installer-e2e-aws-upgrade"} | ||
}, | ||
"upgrade-minor":{ | ||
"upgrade":true, | ||
"upgradeFrom": "PreviousMinor", | ||
"prowJob":{"name":"release-openshift-origin-installer-e2e-aws-upgrade"} | ||
} | ||
} | ||
} |