-
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
Update devfile integration tests to OpenShift 4.15 #53140
Update devfile integration tests to OpenShift 4.15 #53140
Conversation
/pj-rehearse auto-ack |
@michael-valdron: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
/pj-rehearse periodic-ci-devfile-integration-tests-main-v4.15.console-e2e-aws-console-periodic |
@thepetk: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
/pj-rehearse pull-ci-devfile-integration-tests-main-v4.15.console-images |
@thepetk: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
/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. |
@michael-valdron: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
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.
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. |
202d605
to
d5cce50
Compare
Removing 4.10 would be fine |
/pj-rehearse |
@michael-valdron: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
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.
Left some additional comments. I'm also seeing a lot of references to v4.11 get added in
ci-operator/config/devfile/integration-tests/devfile-integration-tests-main__v4.15.console.yaml
Outdated
Show resolved
Hide resolved
@@ -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 |
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.
v4.11?
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.
@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 |
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.
v4.11? (and same for odo down below)
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.
ci-operator/jobs/devfile/integration-tests/devfile-integration-tests-main-periodics.yaml
Show resolved
Hide resolved
ci-operator/jobs/devfile/integration-tests/devfile-integration-tests-main-periodics.yaml
Show resolved
Hide resolved
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
Signed-off-by: Michael Valdron <mvaldron@redhat.com>
54db7b9
to
41c1005
Compare
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
/pj-rehearse |
@michael-valdron: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
/pj-rehearse ack |
@michael-valdron: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
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.
/lgtm
/approve
[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 |
@michael-valdron: 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. |
cdfda4c
into
openshift:master
* 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>
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