Skip to content
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

Update devfile integration tests to OpenShift 4.15 #53140

Conversation

michael-valdron
Copy link
Member

@michael-valdron michael-valdron commented Jun 12, 2024

Description

Devfile integration tests will be using golang 1.21 and kubernetes 1.29 after pending changes: devfile/integration-tests#105

blocking devfile/api#1561

@openshift-ci openshift-ci bot requested review from Jdubrick and thepetk June 12, 2024 19:12
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 12, 2024
@michael-valdron
Copy link
Member Author

/pj-rehearse auto-ack

@openshift-ci-robot
Copy link
Contributor

@michael-valdron: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@thepetk
Copy link
Contributor

thepetk commented Jun 13, 2024

/pj-rehearse periodic-ci-devfile-integration-tests-main-v4.15.console-e2e-aws-console-periodic

@openshift-ci-robot
Copy link
Contributor

@thepetk: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@thepetk
Copy link
Contributor

thepetk commented Jun 13, 2024

/pj-rehearse pull-ci-devfile-integration-tests-main-v4.15.console-images

@openshift-ci-robot
Copy link
Contributor

@thepetk: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@michael-valdron
Copy link
Member Author

/pj-rehearse ack

Existing console checks are failing as well for the past year, given that there is no solution to resolve these at this time though intent on resolving it at a future date we can proceed with adding the OCP 4.15 jobs despite the failing console jobs that we intent to be resolved with the existing ones.

@openshift-ci-robot
Copy link
Contributor

@michael-valdron: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-ci-robot openshift-ci-robot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jun 13, 2024
Copy link
Member

@johnmcollier johnmcollier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why aren't we migrating one of the existing job configs? I don't think we need to keep both 4.10 or 4.12 around

@michael-valdron
Copy link
Member Author

Why aren't we migrating one of the existing job configs? I don't think we need to keep both 4.10 or 4.12 around

@johnmcollier we could scrap the oldest 4.10 as I believe its EOL by now.

@openshift-ci-robot openshift-ci-robot removed the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jun 13, 2024
@johnmcollier
Copy link
Member

Removing 4.10 would be fine

@michael-valdron
Copy link
Member Author

/pj-rehearse

@openshift-ci-robot
Copy link
Contributor

@michael-valdron: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

Copy link
Member

@johnmcollier johnmcollier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Left some additional comments. I'm also seeing a lot of references to v4.11 get added in

@@ -12,10 +12,10 @@ periodics:
labels:
ci-operator.openshift.io/cloud: aws
ci-operator.openshift.io/cloud-cluster-profile: aws-devfile
ci-operator.openshift.io/variant: v4.10.console
ci-operator.openshift.io/variant: v4.11.console
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v4.11?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@johnmcollier Changes to the jobs are reordered so its changing all of them to the next one up, same result though.

ci.openshift.io/generator: prowgen
pj-rehearse.openshift.io/can-be-rehearsed: "true"
name: periodic-ci-devfile-integration-tests-main-v4.10.console-e2e-aws-console-periodic
name: periodic-ci-devfile-integration-tests-main-v4.11.console-e2e-aws-console-periodic
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

v4.11? (and same for odo down below)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
@openshift-ci-robot
Copy link
Contributor

[REHEARSALNOTIFIER]
@michael-valdron: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-devfile-integration-tests-main-v4.15.console-images devfile/integration-tests presubmit Presubmit changed
pull-ci-devfile-integration-tests-main-v4.15.odo-images devfile/integration-tests presubmit Presubmit changed
periodic-ci-devfile-integration-tests-main-v4.15.console-e2e-aws-console-periodic N/A periodic Periodic changed
periodic-ci-devfile-integration-tests-main-v4.15.odo-integration-devfile-odo-periodic N/A periodic Periodic changed
Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse abort to abort all active rehearsals

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@michael-valdron
Copy link
Member Author

/pj-rehearse

@openshift-ci-robot
Copy link
Contributor

@michael-valdron: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@michael-valdron
Copy link
Member Author

/pj-rehearse ack

@openshift-ci-robot
Copy link
Contributor

@michael-valdron: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-ci-robot openshift-ci-robot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jun 13, 2024
Copy link
Member

@johnmcollier johnmcollier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jun 13, 2024
Copy link
Contributor

openshift-ci bot commented Jun 13, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: johnmcollier, michael-valdron

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link
Contributor

openshift-ci bot commented Jun 13, 2024

@michael-valdron: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/rehearse/periodic-ci-devfile-integration-tests-main-v4.15.console-e2e-aws-console-periodic 41c1005 link unknown /pj-rehearse periodic-ci-devfile-integration-tests-main-v4.15.console-e2e-aws-console-periodic
ci/rehearse/devfile/integration-tests/main/v4.15.console-images 41c1005 link unknown /pj-rehearse pull-ci-devfile-integration-tests-main-v4.15.console-images

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.

@openshift-merge-bot openshift-merge-bot bot merged commit cdfda4c into openshift:master Jun 13, 2024
19 of 21 checks passed
lihongyan1 pushed a commit to lihongyan1/release that referenced this pull request Jun 20, 2024
* update to OpenShift 4.15 devfile integration tests

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* remove OpenShift 4.10 jobs

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

* restore OpenShift 4.10 CI cron schedule for OpenShift 4.15 CI

Signed-off-by: Michael Valdron <mvaldron@redhat.com>

---------

Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. rehearsals-ack Signifies that rehearsal jobs have been acknowledged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants