-
Notifications
You must be signed in to change notification settings - Fork 1.9k
step-registry: add upgrade workflows #11247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
openshift-merge-robot
merged 3 commits into
openshift:master
from
stevekuznetsov:skuznets/e2e-upgrade
Aug 26, 2020
Merged
Changes from 1 commit
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
26 changes: 26 additions & 0 deletions
26
ci-operator/config/openshift/release/openshift-release-master__ocp-4.5-ci.yaml
This file contains hidden or 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,26 @@ | ||
releases: | ||
initial: | ||
release: | ||
channel: stable | ||
version: "4.4" | ||
latest: | ||
candidate: | ||
product: ocp | ||
stream: ci | ||
version: "4.5" | ||
resources: | ||
'*': | ||
requests: | ||
cpu: 100m | ||
memory: 200Mi | ||
tests: | ||
- as: e2e-44-stable-to-45-ci | ||
cron: 0 */6 * * * | ||
steps: | ||
cluster_profile: aws | ||
workflow: openshift-upgrade-aws | ||
zz_generated_metadata: | ||
branch: master | ||
org: openshift | ||
repo: release | ||
variant: ocp-4.5-ci |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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,11 @@ | ||
approvers: | ||
- smarterclayton | ||
- wking | ||
- stevekuznetsov | ||
- vrutkovs | ||
- abhinavdahiya | ||
- deads2k | ||
- crawford | ||
- ewolinetz | ||
- csrwng | ||
- staebler |
This file contains hidden or 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,11 @@ | ||
approvers: | ||
- smarterclayton | ||
- wking | ||
- stevekuznetsov | ||
- vrutkovs | ||
- abhinavdahiya | ||
- deads2k | ||
- crawford | ||
- ewolinetz | ||
- csrwng | ||
- staebler |
20 changes: 20 additions & 0 deletions
20
ci-operator/step-registry/ipi/upgrade/aws/ipi-upgrade-aws-workflow.yaml
This file contains hidden or 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 @@ | ||
workflow: | ||
as: ipi-upgrade-aws | ||
stevekuznetsov marked this conversation as resolved.
Show resolved
Hide resolved
|
||
steps: | ||
pre: | ||
- chain: ipi-aws-pre | ||
post: | ||
- chain: ipi-aws-post | ||
dependencies: | ||
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: "release:initial" | ||
documentation: |- | ||
The IPI upgrade workflow provides pre- and post- steps that provision and | ||
deprovision an OpenShift cluster with a default configuration on AWS, | ||
allowing job authors to inject their own end-to-end test logic. | ||
|
||
The original installation will use the initial release payload and upgrade | ||
to the latest release payload, however the configuration defines those. | ||
|
||
All modifications to this workflow should be done by modifying the | ||
`ipi-aws-{pre,post}` chains to allow other workflows to mimic and extend | ||
this base workflow without a need to backport changes. |
This file contains hidden or 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
This file contains hidden or 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,11 @@ | ||
approvers: | ||
- smarterclayton | ||
- wking | ||
- stevekuznetsov | ||
- vrutkovs | ||
- abhinavdahiya | ||
- deads2k | ||
- crawford | ||
- ewolinetz | ||
- csrwng | ||
- staebler |
This file contains hidden or 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,11 @@ | ||
approvers: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Symlink to |
||
- smarterclayton | ||
- wking | ||
- stevekuznetsov | ||
- vrutkovs | ||
- abhinavdahiya | ||
- deads2k | ||
- crawford | ||
- ewolinetz | ||
- csrwng | ||
- staebler |
16 changes: 16 additions & 0 deletions
16
ci-operator/step-registry/openshift/upgrade/aws/openshift-upgrade-aws-workflow.yaml
This file contains hidden or 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,16 @@ | ||
workflow: | ||
as: openshift-upgrade-aws | ||
steps: | ||
pre: | ||
- chain: ipi-aws-pre | ||
test: | ||
- ref: openshift-e2e-test | ||
post: | ||
- chain: ipi-aws-post | ||
dependencies: | ||
OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: "release:initial" | ||
env: | ||
TEST_COMMAND: "run-upgrade" | ||
TEST_SUITE: "all" | ||
documentation: |- | ||
The Openshift E2E AWS workflow executes the upgrade end-to-end test suite on AWS with a default cluster configuration, exercising an upgrade during the process. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.