-
Notifications
You must be signed in to change notification settings - Fork 1.9k
OTA-209: CVO: Add DevPreviewNoUpgrade job #62184
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
OTA-209: CVO: Add DevPreviewNoUpgrade job #62184
Conversation
d992c2c
to
5bca80e
Compare
/pj-rehearse pull-ci-openshift-cluster-version-operator-main-e2e-aws-ovn-devpreview |
@DavidHurta: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
5bca80e
to
8d356eb
Compare
/pj-rehearse pull-ci-openshift-cluster-version-operator-main-e2e-agnostic-devpreview |
@DavidHurta: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
@DavidHurta: This pull request references OTA-209 which is a valid jira issue. 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 openshift-eng/jira-lifecycle-plugin repository. |
...rator/config/openshift/cluster-version-operator/openshift-cluster-version-operator-main.yaml
Show resolved
Hide resolved
/pj-rehearse pull-ci-openshift-cluster-version-operator-main-e2e-agnostic-devpreview Let's learn how (very roughly) stable the job would be. |
@DavidHurta: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
Failure not related to the DevPreview feature set. |
/pj-rehearse pull-ci-openshift-cluster-version-operator-main-e2e-agnostic-devpreview |
@DavidHurta: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
Nice catch. About the e2e suite in test step, I feels the org should have a periodic somewhere to ensure dev-preview works, instead of running it in our repo. |
/hold |
9b2130f
to
51286ea
Compare
@DavidHurta: The following tests failed, say
Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
/pj-rehearse pull-ci-openshift-cluster-version-operator-main-e2e-agnostic-operator-devpreview |
@DavidHurta: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
I agree with concerns regarding the noise and unreliability of the e2e test step in DevPreview clusters to provide a valuable signal. The intent was to have some tests rather than none on a manually triggered job to provide additional insights as a developer may assess the results. However, I now see that some of the tests that I was interested in (for example, checking for panics or cluster installation success) seem to not even be a part of the step, and the job seems unstable. I appreciate the comments and feedback. To provide a job that installs a DevPreview cluster (my main goal), tests some relevant logic, and provides a reliable signal, I am proposing to run the CVO integration tests as the
That is true. I guess we can run such a job always till the feature is promoted to the TechPreview. Should only be a couple of weeks. However, I am fine with both options as we can evaluate the state of the |
Nice. I did not notice such a thing exists. /lgtm |
/test ci-operator-config |
Thanks for having a look! |
The Cluster Version Operator repository is starting to develop DevPreview functionalities. We do have the e2e-agnostic-usc-devpreview job, which configures a running Default cluster to a configured DevPreview cluster using [1] script. However, other being developed features may even impact the cluster installation; thus, add a job to verify the changes on DevPreview installed clusters. Run CVO integration tests to check against respective regressions in a reliable way instead of running the default step. The job will help us to verify small changes on DevPreview PRs quickly. The job will help us to detect respective regressions sooner. [1]: https://github.com/openshift/cluster-version-operator/blob/main/hack/test-usc-integration.sh
51286ea
to
02ac3f6
Compare
/unhold |
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: DavidHurta, hongkailiu 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 |
/pj-rehearse ack The newest change has solely removed the |
@DavidHurta: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
The Cluster Version Operator repository is starting to develop
DevPreview functionalities.
We do have the e2e-agnostic-usc-devpreview job, which configures
a running Default cluster to a configured DevPreview cluster
using [1] script. However, other being developed features may even
impact the cluster installation; thus, add a job to verify the
changes on DevPreview installed clusters. Run CVO integration
tests to check against respective regressions in a reliable way
instead of running the default step.
The job will help us to verify small changes on DevPreview PRs quickly.
The job will help us to detect respective regressions sooner.