openshift / origin

Conformance test suite for OpenShift
http://www.openshift.org
Apache License 2.0
8.53k stars 4.72k forks source link

OCPBUGS-48403: Add new images for group snapshot support #29455

Closed jsafrane closed 2 weeks ago

jsafrane commented 2 weeks ago

Add images required by https://github.com/openshift/kubernetes/pull/2169.

How to reproduce the image list:

  1. Vendor https://github.com/openshift/kubernetes/pull/2169 into origin, make
  2. List images using ./openshift-tests images --upstream --to-repository=quay.io/openshift/community-e2e-images
  3. Compare with current release-4.18 openshift-tests without any PR.
openshift-ci-robot commented 2 weeks ago

@jsafrane: This pull request references Jira Issue OCPBUGS-48403, which is valid.

7 validation(s) were run on this bug * bug is open, matching expected state (open) * bug target version (4.18.0) matches configured target version for branch (4.18.0) * bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST) * release note text is set and does not match the template * dependent bug [Jira Issue OCPBUGS-48402](https://issues.redhat.com//browse/OCPBUGS-48402) is in the state Verified, which is one of the valid states (MODIFIED, ON_QA, VERIFIED) * dependent [Jira Issue OCPBUGS-48402](https://issues.redhat.com//browse/OCPBUGS-48402) targets the "4.19.0" version, which is one of the valid target versions: 4.19.0 * bug has dependents

No GitHub users were found matching the public email listed for the QA contact in Jira (wduan@redhat.com), skipping review request.

The bug has been updated to refer to the pull request using the external bug tracker.

In response to [this](https://github.com/openshift/origin/pull/29455): >Add images required by https://github.com/openshift/kubernetes/pull/2169. > >How to reproduce the image list: >1. Vendor https://github.com/openshift/kubernetes/pull/2169 into origin, `make` >2. List images using `./openshift-tests images --upstream --to-repository=quay.io/openshift/community-e2e-images` >3. Compare with current release-4.18 openshift-tests without any PR. Instructions for interacting with me using PR comments are available [here](https://prow.ci.openshift.org/command-help?repo=openshift%2Forigin). If you have questions or suggestions related to my behavior, please file an issue against the [openshift-eng/jira-lifecycle-plugin](https://github.com/openshift-eng/jira-lifecycle-plugin/issues/new) repository.
jsafrane commented 2 weeks ago

/payload-job-with-prs periodic-ci-openshift-release-master-nightly-4.18-e2e-metal-ipi-ovn-bm openshift/kubernetes#2169

openshift-ci[bot] commented 2 weeks ago

@jsafrane: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/14c69e80-d7dd-11ef-81a4-277ec891544d-0

openshift-ci[bot] commented 2 weeks ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bertinatto, jsafrane

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: - ~~[OWNERS](https://github.com/openshift/origin/blob/release-4.18/OWNERS)~~ [bertinatto] - ~~[test/extended/util/image/OWNERS](https://github.com/openshift/origin/blob/release-4.18/test/extended/util/image/OWNERS)~~ [bertinatto] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
jsafrane commented 2 weeks ago

/retest-required

jsafrane commented 2 weeks ago

/label backport-risk-assessed

sdodson commented 2 weeks ago

/label cherry-pick-approved This is still TPNU.

openshift-ci-robot commented 2 weeks ago

/retest-required

Remaining retests: 0 against base HEAD 2774b2b307da1b3bc24f7f915d7d089d8648b397 and 2 for PR HEAD 79b7a6337cfa9daa1c882d58784e5d8854166b6e in total

openshift-ci[bot] commented 2 weeks ago

@jsafrane: 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/prow/e2e-aws-ovn-single-node-serial 79b7a6337cfa9daa1c882d58784e5d8854166b6e link false /test e2e-aws-ovn-single-node-serial
ci/prow/e2e-metal-ipi-ovn-kube-apiserver-rollout 79b7a6337cfa9daa1c882d58784e5d8854166b6e link false /test e2e-metal-ipi-ovn-kube-apiserver-rollout
ci/prow/e2e-aws-ovn-kube-apiserver-rollout 79b7a6337cfa9daa1c882d58784e5d8854166b6e link false /test e2e-aws-ovn-kube-apiserver-rollout
ci/prow/e2e-aws-ovn-single-node-upgrade 79b7a6337cfa9daa1c882d58784e5d8854166b6e link false /test e2e-aws-ovn-single-node-upgrade
ci/prow/okd-scos-e2e-aws-ovn 79b7a6337cfa9daa1c882d58784e5d8854166b6e link false /test okd-scos-e2e-aws-ovn
ci/prow/e2e-aws-ovn-single-node 79b7a6337cfa9daa1c882d58784e5d8854166b6e link false /test e2e-aws-ovn-single-node

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
gnufied commented 2 weeks ago

/test e2e-metal-ipi-ovn-ipv6

openshift-ci-robot commented 2 weeks ago

@jsafrane: Jira Issue OCPBUGS-48403: Some pull requests linked via external trackers have merged:

The following pull requests linked via external trackers have not merged:

These pull request must merge or be unlinked from the Jira bug in order for it to move to the next state. Once unlinked, request a bug refresh with /jira refresh.

Jira Issue OCPBUGS-48403 has not been moved to the MODIFIED state.

In response to [this](https://github.com/openshift/origin/pull/29455): >Add images required by https://github.com/openshift/kubernetes/pull/2169. > >How to reproduce the image list: >1. Vendor https://github.com/openshift/kubernetes/pull/2169 into origin, `make` >2. List images using `./openshift-tests images --upstream --to-repository=quay.io/openshift/community-e2e-images` >3. Compare with current release-4.18 openshift-tests without any PR. Instructions for interacting with me using PR comments are available [here](https://prow.ci.openshift.org/command-help?repo=openshift%2Forigin). If you have questions or suggestions related to my behavior, please file an issue against the [openshift-eng/jira-lifecycle-plugin](https://github.com/openshift-eng/jira-lifecycle-plugin/issues/new) repository.
openshift-bot commented 2 weeks ago

[ART PR BUILD NOTIFIER]

Distgit: openshift-enterprise-tests This PR has been included in build openshift-enterprise-tests-container-v4.18.0-202501231433.p0.g0fd2e36.assembly.stream.el9. All builds following this will include this PR.