-
Notifications
You must be signed in to change notification settings - Fork 2.1k
ci-operator/config/openshift/cluster-monitoring-operator: Generic e2e-aws -> e2e for 4.6+ #10377
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
ci-operator/config/openshift/cluster-monitoring-operator: Generic e2e-aws -> e2e for 4.6+ #10377
Conversation
ed2dcd9 to
7fc9554
Compare
|
cc @openshift/openshift-team-monitoring /retest |
|
Looking at https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift_release/10377/rehearse-10377-pull-ci-openshift-cluster-monitoring-operator-master-e2e-operator/1285834842889523200, it fails with: Not sure what's different in GCP from AWS that triggers this issue... |
|
After investigating the cluster-monitoring-operator e2e test code, we might have a race if Kubernetes doesn't populate the service account's secret quickly enough. I've submitted openshift/cluster-monitoring-operator#876 so the test framework retries if it can't find the secret immediately. |
|
openshift/cluster-monitoring-operator#876 landed. /retest |
|
/retest |
|
I suspect that we have an issue because we rely on the |
|
So until there is a way to make provider-agnostic volume claims, e2e-operator needs to stay on AWS? Or does this affect the other jobs too? |
|
The |
…-aws -> e2e for 4.6+ Following the pattern from e7bb102 (ci-operator/config/openshift/cluster-version-operator: Generic e2e-gcp -> e2e for 4.4+, 2020-07-09, openshift#10152), the "e2e-aws" -> "e2e" change declares the monitoring-operator presubmits to be platform-agnostic. I'm leaving e2e-aws-operator alone, because it relies on AWS-specific gp2 storage configuration [1,2]. The AWS -> GCP change takes advantage of the platform-agnosticism to shift CI load from AWS (where we're currently pegging Boskos lease capacity) to GCP (where we have some spare lease capacity). Generated by manually changing ci-operator/config/... and then running: $ make update [1]: openshift#10377 (comment) [2]: https://github.com/openshift/cluster-monitoring-operator/blob/e1caabda745caba6e4784095aebd75f561e1244d/test/e2e/alertmanager_test.go#L51-L61
7fc9554 to
7a91f92
Compare
|
Rebased on master and dropped the e2e-aws-operator changes with 7fc955436f -> 7a91f92. |
|
/retest |
|
/retest |
1 similar comment
|
/retest |
|
@wking: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
Hmm, it seems that console, authentication and monitoring operators are failing because the API server can't handle |
|
Looks like 4.6 jobs passed, but 4.7 did not. I wouldn't worry about 4.7 yet; those should be identical to the 4.6 jobs at the moment. I suspect some buggy divergence in whick images are being sucked into the release, which will get straightened out before we fork 4.6 off of master. See here, showing no recently accepted 4.7 images. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: simonpasquier, wking The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
@wking: Updated the following 9 configmaps:
DetailsIn 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. |
Following the pattern from e7bb102 (#10152), the "e2e-aws" -> "e2e" change declares the monitoring-operator presubmits to be platform-agnostic.
The AWS -> GCP change takes advantage of the platform-agnosticism to shift CI load from AWS (where we're currently pegging Boskos lease capacity) to GCP (where we have some spare lease capacity).
Generated by manually changing
ci-operator/config/...and then running:$ make updateProcess docs in flight with #10166.