Skip to content

Conversation

@soltysh
Copy link
Contributor

@soltysh soltysh commented Oct 31, 2022

/hold
for testing

bparees and others added 21 commits October 31, 2022 12:18
ExecuteTest was never executed anywhere, so not to confuse users how we
run tests this is being removed.
setTestExclusion was matching against k8s.io/kubernetes/test/e2e/apps/disruption.go
suffix, but since a while now, all packages vendored with go.mod report
as: k8s.io/kubernetes@<version>/test/e2e/apps/disruption.go so this
wasn't doing anything.
registry.k8s.io/pause:3.8 has problems with uncompressed windows
layers which are not accepted by quay.io
…age tests

The WaitForPod* methods has changed in kubernetes/kubernetes#109704
currently they are very strict about their expected state, so a quick
run, like in most cases in these tests where we just print usage and
complete won't likely catch running pod, so instead it's best to wait
for it to finish.
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Oct 31, 2022

@soltysh: No Bugzilla bug is referenced in the title of this pull request.
To reference a bug, add 'Bug XXX:' to the title of this pull request and request another bug refresh with /bugzilla refresh.

Details

In response to this:

k8s 1.25.0

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.

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Oct 31, 2022
@openshift-ci openshift-ci bot added e2e-images-update Related to images used by e2e tests vendor-update Touching vendor dir or related files approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Oct 31, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Nov 4, 2022

@soltysh: 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-fips e11029d link true /test e2e-aws-ovn-fips
ci/prow/verify-deps e11029d link true /test verify-deps
ci/prow/e2e-aws-ovn-serial e11029d link true /test e2e-aws-ovn-serial
ci/prow/e2e-aws-ovn-single-node-upgrade e11029d link false /test e2e-aws-ovn-single-node-upgrade
ci/prow/verify e11029d link true /test verify
ci/prow/e2e-metal-ipi-serial-ovn-ipv6 e11029d link false /test e2e-metal-ipi-serial-ovn-ipv6
ci/prow/e2e-gcp-ovn e11029d link true /test e2e-gcp-ovn
ci/prow/e2e-aws-ovn-cgroupsv2 e11029d link false /test e2e-aws-ovn-cgroupsv2
ci/prow/e2e-metal-ipi-sdn e11029d link false /test e2e-metal-ipi-sdn
ci/prow/e2e-aws-ovn-single-node e11029d link false /test e2e-aws-ovn-single-node
ci/prow/e2e-openstack-ovn e11029d link false /test e2e-openstack-ovn

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

@soltysh
Copy link
Contributor Author

soltysh commented Nov 4, 2022

/hold cancel

@soltysh soltysh force-pushed the rebase-1.25.0-release-4.12 branch from e11029d to 09f622c Compare November 4, 2022 15:45
@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Nov 4, 2022
@soltysh soltysh changed the title k8s 1.25.0 [release-4.12] k8s 1.25.0 Nov 4, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Nov 4, 2022

@soltysh: No Bugzilla bug is referenced in the title of this pull request.
To reference a bug, add 'Bug XXX:' to the title of this pull request and request another bug refresh with /bugzilla refresh.

Details

In response to this:

[release-4.12] k8s 1.25.0

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.

@soltysh
Copy link
Contributor Author

soltysh commented Nov 4, 2022

/test e2e-gcp-ovn

@soltysh soltysh added the jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. label Nov 4, 2022
@soltysh
Copy link
Contributor Author

soltysh commented Nov 4, 2022

/payload 4.12 nightly blocking
/payload 4.12 ci blocking

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Nov 4, 2022

@soltysh: trigger 6 job(s) of type blocking for the nightly release of OCP 4.12

  • periodic-ci-openshift-release-master-nightly-4.12-e2e-aws-sdn-upgrade
  • periodic-ci-openshift-release-master-ci-4.12-e2e-azure-ovn-upgrade
  • periodic-ci-openshift-release-master-ci-4.12-upgrade-from-stable-4.11-e2e-gcp-ovn-upgrade
  • periodic-ci-openshift-release-master-nightly-4.12-e2e-aws-sdn-serial
  • periodic-ci-openshift-release-master-nightly-4.12-e2e-metal-ipi-ovn-ipv6
  • periodic-ci-openshift-release-master-nightly-4.12-e2e-metal-ipi-sdn-bm

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/73e1a7c0-5c79-11ed-8076-ea679a8aa1d9-0

trigger 4 job(s) of type blocking for the ci release of OCP 4.12

  • periodic-ci-openshift-release-master-ci-4.12-e2e-aws-ovn-upgrade
  • periodic-ci-openshift-release-master-ci-4.12-upgrade-from-stable-4.11-e2e-aws-ovn-upgrade
  • periodic-ci-openshift-release-master-ci-4.12-upgrade-from-stable-4.11-e2e-azure-sdn-upgrade
  • periodic-ci-openshift-release-master-ci-4.12-e2e-aws-sdn-serial

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/73e1a7c0-5c79-11ed-8076-ea679a8aa1d9-1

@soltysh soltysh added the bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. label Nov 7, 2022
@stbenjam
Copy link
Member

stbenjam commented Nov 7, 2022

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Nov 7, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Nov 7, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: soltysh, stbenjam

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details 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

@soltysh
Copy link
Contributor Author

soltysh commented Nov 7, 2022

/test e2e-aws-ovn-image-registry

@soltysh
Copy link
Contributor Author

soltysh commented Nov 7, 2022

/override ci/prow/e2e-gcp-image-ecosystem
this is known to fail on 2 tests which are disabled in #27529

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Nov 7, 2022

@soltysh: Overrode contexts on behalf of soltysh: ci/prow/e2e-gcp-image-ecosystem

Details

In response to this:

/override ci/prow/e2e-gcp-image-ecosystem
this is known to fail on 2 tests which are disabled in #27529

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.

@soltysh
Copy link
Contributor Author

soltysh commented Nov 7, 2022

/override ci/prow/e2e-gcp-ovn-image-ecosystem
this is known to fail on 2 tests which are disabled in #27529

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Nov 7, 2022

@soltysh: Overrode contexts on behalf of soltysh: ci/prow/e2e-gcp-ovn-image-ecosystem

Details

In response to this:

/override ci/prow/e2e-gcp-ovn-image-ecosystem
this is known to fail on 2 tests which are disabled in #27529

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.

@openshift-merge-robot openshift-merge-robot merged commit 88db1d3 into openshift:release-4.12 Nov 7, 2022
@soltysh soltysh deleted the rebase-1.25.0-release-4.12 branch November 8, 2022 11:46
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. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. e2e-images-update Related to images used by e2e tests jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. lgtm Indicates that a PR is ready to be merged. vendor-update Touching vendor dir or related files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants