Closed Elbehery closed 6 months ago
@Elbehery: This pull request references ETCD-519 which is a valid jira issue.
Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "4.16.0" version, but no target version was set.
/jira refresh
@Elbehery: This pull request references ETCD-519 which is a valid jira issue.
/label tide/merge-method-squash
/test e2e-operator-fips
/test e2e-operator-fips
/test e2e-operator-fips
is failing since 29 Feb 2024
, find job history
actually the job's cluster is never successful, more over the job run an upgrade and this feature is TechPreviewNoUpgrade
/override ci/prow/e2e-operator-fips
@Elbehery: Overrode contexts on behalf of Elbehery: ci/prow/e2e-operator-fips
/assign @hasbro17 /assign @tjungblu /assign @dusk125 /assign @soltysh
/override ci/prow/e2e-operator-fips
@Elbehery: Overrode contexts on behalf of Elbehery: ci/prow/e2e-operator-fips
/override ci/prow/e2e-gcp-qe-no-capabilities
@Elbehery: Overrode contexts on behalf of Elbehery: ci/prow/e2e-gcp-qe-no-capabilities
looks good to me! Let's wait for Allen/Haseeb for any other comments
/retest-required
/test ci/prow/e2e-operator
@Elbehery: The specified target(s) for /test
were not found.
The following commands are available to trigger required jobs:
/test e2e-agnostic-ovn
/test e2e-agnostic-ovn-upgrade
/test e2e-aws-ovn-etcd-scaling
/test e2e-aws-ovn-serial
/test e2e-aws-ovn-single-node
/test e2e-metal-assisted
/test e2e-metal-ipi-ovn-ipv6
/test e2e-operator
/test images
/test unit
/test verify
/test verify-deps
The following commands are available to trigger optional jobs:
/test configmap-scale
/test e2e-aws
/test e2e-aws-disruptive
/test e2e-aws-disruptive-ovn
/test e2e-aws-etcd-recovery
/test e2e-azure
/test e2e-azure-ovn-etcd-scaling
/test e2e-gcp
/test e2e-gcp-disruptive
/test e2e-gcp-disruptive-ovn
/test e2e-gcp-ovn-etcd-scaling
/test e2e-gcp-qe-no-capabilities
/test e2e-metal-single-node-live-iso
/test e2e-operator-fips
/test e2e-vsphere-ovn-etcd-scaling
/test okd-scos-images
Use /test all
to run the following jobs that were automatically triggered:
pull-ci-openshift-cluster-etcd-operator-master-e2e-agnostic-ovn
pull-ci-openshift-cluster-etcd-operator-master-e2e-agnostic-ovn-upgrade
pull-ci-openshift-cluster-etcd-operator-master-e2e-aws-etcd-recovery
pull-ci-openshift-cluster-etcd-operator-master-e2e-aws-ovn-etcd-scaling
pull-ci-openshift-cluster-etcd-operator-master-e2e-aws-ovn-serial
pull-ci-openshift-cluster-etcd-operator-master-e2e-aws-ovn-single-node
pull-ci-openshift-cluster-etcd-operator-master-e2e-gcp-qe-no-capabilities
pull-ci-openshift-cluster-etcd-operator-master-e2e-operator
pull-ci-openshift-cluster-etcd-operator-master-e2e-operator-fips
pull-ci-openshift-cluster-etcd-operator-master-images
pull-ci-openshift-cluster-etcd-operator-master-unit
pull-ci-openshift-cluster-etcd-operator-master-verify
pull-ci-openshift-cluster-etcd-operator-master-verify-deps
/test e2e-operator
I think this was a little too early to retest, but we have to wait for another hour now anyway :p
/test e2e-operator
/retest
@tjungblu i found the issue :)
WaitForPodsToStabilizeOnTheSameRevision()
does not wait for the new revision, it asserts on the current revision
I executed the test manually against a TP cluster, and featuregates are on, yet the test failed
debugging it, found that the assertion takes place on the old revision, not the new revision
I am raising a fix now 👍🏽
here you go https://github.com/openshift/library-go/pull/1733
cc @tjungblu @lance5890
/test e2e-aws-ovn-etcd-scaling
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: Elbehery, tjungblu
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/retest-required
Remaining retests: 0 against base HEAD fe27bae2b3d834607e679d0628f4f2e3c71acc5a and 2 for PR HEAD 47a637b25678cda78fdfcf9989a1a4679430c411 in total
@Elbehery: The following test 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-gcp-qe-no-capabilities | 47a637b25678cda78fdfcf9989a1a4679430c411 | link | false | /test e2e-gcp-qe-no-capabilities |
Full PR test history. Your PR dashboard.
[ART PR BUILD NOTIFIER]
This PR has been included in build cluster-etcd-operator-container-v4.16.0-202405071820.p0.gcbfb856.assembly.stream.el9 for distgit cluster-etcd-operator. All builds following this will include this PR.
resolves https://issues.redhat.com/browse/ETCD-519
cc @tjungblu @dusk125 @hasbro17 @soltysh
suppresses https://github.com/openshift/cluster-etcd-operator/pull/1184