-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Add one of the new style upgrade tests to ci-operator #3030
Add one of the new style upgrade tests to ci-operator #3030
Conversation
94191e3
to
8b16541
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: smarterclayton The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* Update release periodics to use the new parameters in ci-operator. * Add the upgrade release periodic for use with ci-operator, mark optional * Fix some misplaced roles * Add a promotion periodic for machine-os-content from rhcos/maipo:latest to ocp/4.0 Requires changes to ci-operator-prowgen and openshift/ci-operator#288 first but shows what the jobs will look like.
8b16541
to
55e0e36
Compare
@smarterclayton: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
@smarterclayton: Updated the following 6 configmaps:
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
- args: | ||
- --artifact-dir=$(ARTIFACTS) | ||
- --secret-dir=/usr/local/e2e-aws-cluster-profile | ||
- --template=/usr/local/e2e-aws |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The installer is still hitting the builds.json
API to decide which RHCOS build to use for the AMIs, so I dunno if this promotion test is actually protecting us from boot-image issues at the moment. For example:
$ curl -s https://storage.googleapis.com/origin-ci-test/logs/release-promote-openshift-machine-os-content-e2e-aws-4.0/10/artifacts/e2e-aws/installer/.openshift_install.log | grep RHCOS
time="2019-03-11T03:28:56Z" level=debug msg="Fetching RHCOS builds from \"https://releases-rhcos.svc.ci.openshift.org/storage/releases/maipo/builds.json\""
time="2019-03-11T03:28:57Z" level=debug msg="Fetching RHCOS metadata from \"https://releases-rhcos.svc.ci.openshift.org/storage/releases/maipo/400.7.20190306.0/meta.json\""
We'll also need something like the in-flight openshift/installer#1286 and maybe openshift/origin#21998 for that.
I guess this promotion test is currently giving us gate-protection for the OSContainer image, protecting us from post-pivot changes?
Requires changes to ci-operator-prowgen and openshift/ci-operator#288
first but shows what the jobs will look like.