Skip to content

OCPBUGS-42191: Fix image ecosystem tests#29116

Merged
openshift-merge-bot[bot] merged 2 commits intoopenshift:masterfrom
metlos:fix-image-ecosystem-tests
Sep 25, 2024
Merged

OCPBUGS-42191: Fix image ecosystem tests#29116
openshift-merge-bot[bot] merged 2 commits intoopenshift:masterfrom
metlos:fix-image-ecosystem-tests

Conversation

@metlos
Copy link
Copy Markdown
Contributor

@metlos metlos commented Sep 19, 2024

This merges the two pre-existing PRs #29096 and #29097 together so that we can get a passing image ecosystem CI job.

@openshift-ci-robot openshift-ci-robot added jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Sep 19, 2024
@openshift-ci-robot
Copy link
Copy Markdown

@metlos: This pull request references Jira Issue OCPBUGS-42191, which is invalid:

  • expected the bug to target the "4.18.0" version, but no target version was set

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

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

Details

In response to this:

This merges the two pre-existing PRs #29096 and #29097 together so that we can get a passing image ecosystem build.

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 openshift-eng/jira-lifecycle-plugin repository.

@metlos
Copy link
Copy Markdown
Contributor Author

metlos commented Sep 19, 2024

/jira refresh

@openshift-ci-robot openshift-ci-robot added jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. and removed jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Sep 19, 2024
@openshift-ci-robot
Copy link
Copy Markdown

@metlos: This pull request references Jira Issue OCPBUGS-42191, which is valid. The bug has been moved to the POST state.

3 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 New, which is one of the valid states (NEW, ASSIGNED, POST)

Requesting review from QA contact:
/cc @jitendar-singh

Details

In response to this:

/jira refresh

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 openshift-eng/jira-lifecycle-plugin repository.

@metlos
Copy link
Copy Markdown
Contributor Author

metlos commented Sep 19, 2024

/assign @adambkaplan

@fbm3307
Copy link
Copy Markdown
Contributor

fbm3307 commented Sep 19, 2024

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Sep 19, 2024
@metlos
Copy link
Copy Markdown
Contributor Author

metlos commented Sep 19, 2024

/test unit

@openshift-ci-robot
Copy link
Copy Markdown

@metlos: This pull request references Jira Issue OCPBUGS-42191, which is valid.

3 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)

Requesting review from QA contact:
/cc @jitendar-singh

Details

In response to this:

This merges the two pre-existing PRs #29096 and #29097 together so that we can get a passing image ecosystem CI job.

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 openshift-eng/jira-lifecycle-plugin repository.

@metlos
Copy link
Copy Markdown
Contributor Author

metlos commented Sep 19, 2024

@phracek, based on the question of @adambkaplan from #29096 (review), could you please confirm that the smoke tests of the perl image performed in this PR are still sufficient?

To summarize what the PR did previously and how it was simplified:

Previously, our test built a custom image from the perl:5.30-el7 image and a custom app that opens some http endpoint and we checked that it returns the expected data in the http response. Then we also tested that hot-deploy is off by default by trying to modify the filesystem directly in the container and expecting the http response not to change.

Afterwards we restarted the image with PERL_APACHE2_RELOAD=true and repeated the above procedure, now ensuring that hot deploy is switched on and directly modifying the filesystem of the container causes Perl to hot-reload the app and return a new http response.

Because perl:5.30-el7 has been removed, we need to upgrade the test to the next "oldest" image available that I believe is perl:5.32-ubi8.

By looking at https://github.com/sclorg/s2i-perl-container/tree/master/5.32 I found that the env var to switch hot-deploy has disappeared from the image and that hot deploy is on by default.

Therefore I merely removed the part of the test that tests hot-reload switched off.

In your opinion, is testing the perl image using a custom webapp and checking that it a) returns expected data as an http response and b) that hot-deploy works in the image, enough as a smoke test?

@metlos
Copy link
Copy Markdown
Contributor Author

metlos commented Sep 19, 2024

/test e2e-gcp-ovn-image-ecosystem

@metlos
Copy link
Copy Markdown
Contributor Author

metlos commented Sep 19, 2024

/retest-required

@michal-josef-spacek
Copy link
Copy Markdown

Tests of the hot deploy are on the Perl container side too.

The app is in https://github.com/sclorg/s2i-perl-container/tree/master/test/psgi-hot_deploy

@metlos
Copy link
Copy Markdown
Contributor Author

metlos commented Sep 19, 2024

@adambkaplan to answer your question, as @michal-josef-spacek confirmed, the hot deploy is tested on the container so I don't think it is critical for us to also have that. That said, I think we should upgrade our testing Perl template to a more modern version similar to the one @michal-josef-spacek linked. I created https://issues.redhat.com/browse/SO-133 to track that but IMHO that is not necessary to do right now and can wait for until after the release of OCP 4.17.

@metlos
Copy link
Copy Markdown
Contributor Author

metlos commented Sep 20, 2024

/retest-required

@metlos
Copy link
Copy Markdown
Contributor Author

metlos commented Sep 20, 2024

/test e2e-gcp-ovn-image-ecosystem

1 similar comment
@metlos
Copy link
Copy Markdown
Contributor Author

metlos commented Sep 21, 2024

/test e2e-gcp-ovn-image-ecosystem

@metlos
Copy link
Copy Markdown
Contributor Author

metlos commented Sep 21, 2024

/test e2e-gcp-ovn-image-ecosystem

let's try again, this time it was only a timeout while building the app image.

@openshift-ci-robot
Copy link
Copy Markdown

/retest-required

Remaining retests: 0 against base HEAD 37e8681 and 2 for PR HEAD 01239a2 in total

@metlos
Copy link
Copy Markdown
Contributor Author

metlos commented Sep 24, 2024

/retest-required

@openshift-ci-robot
Copy link
Copy Markdown

/retest-required

Remaining retests: 0 against base HEAD e440b10 and 1 for PR HEAD 01239a2 in total

@openshift-trt-bot
Copy link
Copy Markdown

Job Failure Risk Analysis for sha: 01239a2

Job Name Failure Risk
pull-ci-openshift-origin-master-e2e-gcp-ovn-builds High
pull-ci-openshift-origin-master-e2e-aws-ovn-ipsec-serial High
[sig-architecture] platform pods should not exit more than once with a non-zero exit code
This test has passed 100.00% of 3 runs on jobs ['periodic-ci-openshift-release-master-ci-4.18-e2e-aws-ovn-serial' 'periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-serial'] in the last 14 days.

Open Bugs
Excessive Restarts on ingress operator
---
[sig-cluster-lifecycle] pathological event should not see excessive Back-off restarting failed containers for ns/openshift-multus
This test has passed 100.00% of 48 runs on jobs ['periodic-ci-openshift-release-master-ci-4.18-e2e-aws-ovn-serial' 'periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-serial'] in the last 14 days.
---
[sig-arch] events should not repeat pathologically for ns/openshift-ovn-kubernetes
This test has passed 100.00% of 48 runs on jobs ['periodic-ci-openshift-release-master-ci-4.18-e2e-aws-ovn-serial' 'periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-serial'] in the last 14 days.
pull-ci-openshift-origin-master-e2e-aws-ovn-single-node-upgrade Medium
[sig-network-edge] Verify DNS availability during and after upgrade success
This test has passed 91.62% of 167 runs on release 4.18 [Architecture:amd64 FeatureSet:default Installer:ipi Network:ovn NetworkStack:ipv4 Platform:aws SecurityMode:default Topology:single Upgrade:micro] in the last week.
pull-ci-openshift-origin-master-e2e-aws-ovn-kube-apiserver-rollout Low
[Conformance][Suite:openshift/kube-apiserver/rollout][Jira:"kube-apiserver"][sig-kube-apiserver] kube-apiserver should roll out new revisions without disruption [apigroup:config.openshift.io][apigroup:operator.openshift.io]
This test has passed 57.14% of 14 runs on jobs ['periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-kube-apiserver-rollout'] in the last 14 days.

@openshift-trt-bot
Copy link
Copy Markdown

Job Failure Risk Analysis for sha: 01239a2

Job Name Failure Risk
pull-ci-openshift-origin-master-e2e-aws-ovn-ipsec-serial High
[sig-architecture] platform pods should not exit more than once with a non-zero exit code
This test has passed 100.00% of 3 runs on jobs ['periodic-ci-openshift-release-master-ci-4.18-e2e-aws-ovn-serial' 'periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-serial'] in the last 14 days.

Open Bugs
Excessive Restarts on ingress operator
---
[sig-cluster-lifecycle] pathological event should not see excessive Back-off restarting failed containers for ns/openshift-multus
This test has passed 100.00% of 48 runs on jobs ['periodic-ci-openshift-release-master-ci-4.18-e2e-aws-ovn-serial' 'periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-serial'] in the last 14 days.
---
[sig-arch] events should not repeat pathologically for ns/openshift-ovn-kubernetes
This test has passed 100.00% of 48 runs on jobs ['periodic-ci-openshift-release-master-ci-4.18-e2e-aws-ovn-serial' 'periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-serial'] in the last 14 days.
pull-ci-openshift-origin-master-e2e-aws-ovn-single-node-upgrade Medium
[sig-network-edge] Verify DNS availability during and after upgrade success
This test has passed 91.62% of 167 runs on release 4.18 [Architecture:amd64 FeatureSet:default Installer:ipi Network:ovn NetworkStack:ipv4 Platform:aws SecurityMode:default Topology:single Upgrade:micro] in the last week.
pull-ci-openshift-origin-master-e2e-aws-ovn-kube-apiserver-rollout Low
[Conformance][Suite:openshift/kube-apiserver/rollout][Jira:"kube-apiserver"][sig-kube-apiserver] kube-apiserver should roll out new revisions without disruption [apigroup:config.openshift.io][apigroup:operator.openshift.io]
This test has passed 57.14% of 14 runs on jobs ['periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-kube-apiserver-rollout'] in the last 14 days.

@openshift-ci-robot
Copy link
Copy Markdown

/retest-required

Remaining retests: 0 against base HEAD e440b10 and 2 for PR HEAD 01239a2 in total

@adambkaplan
Copy link
Copy Markdown
Contributor

/override ci/prow/e2e-gcp-ovn-builds

Known issue https://issues.redhat.com/browse/OCPBUGS-42237

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Sep 24, 2024

@adambkaplan: adambkaplan unauthorized: /override is restricted to Repo administrators, approvers in top level OWNERS file, and the following github teams:openshift: openshift-release-oversight openshift-staff-engineers.

Details

In response to this:

/override ci/prow/e2e-gcp-ovn-builds

Known issue https://issues.redhat.com/browse/OCPBUGS-42237

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.

@openshift-trt-bot
Copy link
Copy Markdown

Job Failure Risk Analysis for sha: 01239a2

Job Name Failure Risk
pull-ci-openshift-origin-master-e2e-aws-ovn-ipsec-serial High
[sig-architecture] platform pods should not exit more than once with a non-zero exit code
This test has passed 100.00% of 2 runs on jobs ['periodic-ci-openshift-release-master-ci-4.18-e2e-aws-ovn-serial' 'periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-serial'] in the last 14 days.

Open Bugs
Excessive Restarts on ingress operator
---
[sig-cluster-lifecycle] pathological event should not see excessive Back-off restarting failed containers for ns/openshift-multus
This test has passed 100.00% of 47 runs on jobs ['periodic-ci-openshift-release-master-ci-4.18-e2e-aws-ovn-serial' 'periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-serial'] in the last 14 days.
---
[sig-arch] events should not repeat pathologically for ns/openshift-ovn-kubernetes
This test has passed 100.00% of 47 runs on jobs ['periodic-ci-openshift-release-master-ci-4.18-e2e-aws-ovn-serial' 'periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-serial'] in the last 14 days.
pull-ci-openshift-origin-master-e2e-aws-ovn-single-node-upgrade Medium
[sig-network-edge] Verify DNS availability during and after upgrade success
This test has passed 91.62% of 167 runs on release 4.18 [Architecture:amd64 FeatureSet:default Installer:ipi Network:ovn NetworkStack:ipv4 Platform:aws SecurityMode:default Topology:single Upgrade:micro] in the last week.
pull-ci-openshift-origin-master-e2e-aws-ovn-kube-apiserver-rollout Low
[Conformance][Suite:openshift/kube-apiserver/rollout][Jira:"kube-apiserver"][sig-kube-apiserver] kube-apiserver should roll out new revisions without disruption [apigroup:config.openshift.io][apigroup:operator.openshift.io]
This test has passed 53.85% of 13 runs on jobs ['periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-kube-apiserver-rollout'] in the last 14 days.

@openshift-ci-robot
Copy link
Copy Markdown

/retest-required

Remaining retests: 0 against base HEAD 563482d and 1 for PR HEAD 01239a2 in total

@stbenjam
Copy link
Copy Markdown
Member

override ci/prow/e2e-gcp-ovn-builds

Known issue https://issues.redhat.com/browse/OCPBUGS-42237

Is there an ETA on the fix for that one? It's holding up everyone in origin we usually prefer to get the fix in before anything else instead of chasing overrides

@openshift-ci-robot
Copy link
Copy Markdown

/retest-required

Remaining retests: 0 against base HEAD 563482d and 2 for PR HEAD 01239a2 in total

@openshift-trt-bot
Copy link
Copy Markdown

Job Failure Risk Analysis for sha: 01239a2

Job Name Failure Risk
pull-ci-openshift-origin-master-e2e-aws-ovn-ipsec-serial High
[sig-architecture] platform pods should not exit more than once with a non-zero exit code
This test has passed 100.00% of 1 runs on jobs ['periodic-ci-openshift-release-master-ci-4.18-e2e-aws-ovn-serial' 'periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-serial'] in the last 14 days.

Open Bugs
Excessive Restarts on ingress operator
---
[sig-cluster-lifecycle] pathological event should not see excessive Back-off restarting failed containers for ns/openshift-multus
This test has passed 100.00% of 46 runs on jobs ['periodic-ci-openshift-release-master-ci-4.18-e2e-aws-ovn-serial' 'periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-serial'] in the last 14 days.
---
[sig-arch] events should not repeat pathologically for ns/openshift-ovn-kubernetes
This test has passed 100.00% of 46 runs on jobs ['periodic-ci-openshift-release-master-ci-4.18-e2e-aws-ovn-serial' 'periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-serial'] in the last 14 days.
pull-ci-openshift-origin-master-e2e-aws-ovn-single-node-upgrade Medium
[sig-network-edge] Verify DNS availability during and after upgrade success
This test has passed 91.62% of 167 runs on release 4.18 [Architecture:amd64 FeatureSet:default Installer:ipi Network:ovn NetworkStack:ipv4 Platform:aws SecurityMode:default Topology:single Upgrade:micro] in the last week.
pull-ci-openshift-origin-master-e2e-aws-ovn-kube-apiserver-rollout Low
[Conformance][Suite:openshift/kube-apiserver/rollout][Jira:"kube-apiserver"][sig-kube-apiserver] kube-apiserver should roll out new revisions without disruption [apigroup:config.openshift.io][apigroup:operator.openshift.io]
This test has passed 57.14% of 14 runs on jobs ['periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-kube-apiserver-rollout'] in the last 14 days.

@sosiouxme
Copy link
Copy Markdown
Member

/override ci/prow/e2e-gcp-ovn-builds

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Sep 24, 2024

@sosiouxme: Overrode contexts on behalf of sosiouxme: ci/prow/e2e-gcp-ovn-builds

Details

In response to this:

/override ci/prow/e2e-gcp-ovn-builds

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.

@sosiouxme
Copy link
Copy Markdown
Member

overriding based on the need to backport to 4.17

@openshift-trt-bot
Copy link
Copy Markdown

Job Failure Risk Analysis for sha: 01239a2

Job Name Failure Risk
pull-ci-openshift-origin-master-e2e-aws-ovn-ipsec-serial High
[sig-architecture] platform pods should not exit more than once with a non-zero exit code
This test has passed 100.00% of 1 runs on jobs ['periodic-ci-openshift-release-master-ci-4.18-e2e-aws-ovn-serial' 'periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-serial'] in the last 14 days.

Open Bugs
Excessive Restarts on ingress operator
---
[sig-cluster-lifecycle] pathological event should not see excessive Back-off restarting failed containers for ns/openshift-multus
This test has passed 100.00% of 46 runs on jobs ['periodic-ci-openshift-release-master-ci-4.18-e2e-aws-ovn-serial' 'periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-serial'] in the last 14 days.
---
[sig-arch] events should not repeat pathologically for ns/openshift-ovn-kubernetes
This test has passed 100.00% of 46 runs on jobs ['periodic-ci-openshift-release-master-ci-4.18-e2e-aws-ovn-serial' 'periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-serial'] in the last 14 days.
pull-ci-openshift-origin-master-e2e-aws-ovn-single-node-upgrade Medium
[sig-network-edge] Verify DNS availability during and after upgrade success
This test has passed 91.62% of 167 runs on release 4.18 [Architecture:amd64 FeatureSet:default Installer:ipi Network:ovn NetworkStack:ipv4 Platform:aws SecurityMode:default Topology:single Upgrade:micro] in the last week.
pull-ci-openshift-origin-master-e2e-aws-ovn-kube-apiserver-rollout Low
[Conformance][Suite:openshift/kube-apiserver/rollout][Jira:"kube-apiserver"][sig-kube-apiserver] kube-apiserver should roll out new revisions without disruption [apigroup:config.openshift.io][apigroup:operator.openshift.io]
This test has passed 57.14% of 14 runs on jobs ['periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-kube-apiserver-rollout'] in the last 14 days.

@stbenjam
Copy link
Copy Markdown
Member

/skip

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Sep 25, 2024

@metlos: 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-upgrade 01239a2 link false /test e2e-aws-ovn-single-node-upgrade
ci/prow/e2e-aws-ovn-kube-apiserver-rollout 01239a2 link false /test e2e-aws-ovn-kube-apiserver-rollout
ci/prow/e2e-aws-ovn-ipsec-serial 01239a2 link false /test e2e-aws-ovn-ipsec-serial

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

@openshift-trt-bot
Copy link
Copy Markdown

Job Failure Risk Analysis for sha: 01239a2

Job Name Failure Risk
pull-ci-openshift-origin-master-e2e-aws-ovn-ipsec-serial High
[sig-architecture] platform pods should not exit more than once with a non-zero exit code
This test has passed 100.00% of 1 runs on jobs ['periodic-ci-openshift-release-master-ci-4.18-e2e-aws-ovn-serial' 'periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-serial'] in the last 14 days.

Open Bugs
Excessive Restarts on ingress operator
---
[sig-cluster-lifecycle] pathological event should not see excessive Back-off restarting failed containers for ns/openshift-multus
This test has passed 100.00% of 46 runs on jobs ['periodic-ci-openshift-release-master-ci-4.18-e2e-aws-ovn-serial' 'periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-serial'] in the last 14 days.
---
[sig-arch] events should not repeat pathologically for ns/openshift-ovn-kubernetes
This test has passed 100.00% of 46 runs on jobs ['periodic-ci-openshift-release-master-ci-4.18-e2e-aws-ovn-serial' 'periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-serial'] in the last 14 days.
pull-ci-openshift-origin-master-e2e-aws-ovn-single-node-upgrade Medium
[sig-network-edge] Verify DNS availability during and after upgrade success
This test has passed 91.62% of 167 runs on release 4.18 [Architecture:amd64 FeatureSet:default Installer:ipi Network:ovn NetworkStack:ipv4 Platform:aws SecurityMode:default Topology:single Upgrade:micro] in the last week.
pull-ci-openshift-origin-master-e2e-aws-ovn-kube-apiserver-rollout Low
[Conformance][Suite:openshift/kube-apiserver/rollout][Jira:"kube-apiserver"][sig-kube-apiserver] kube-apiserver should roll out new revisions without disruption [apigroup:config.openshift.io][apigroup:operator.openshift.io]
This test has passed 57.14% of 14 runs on jobs ['periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-kube-apiserver-rollout'] in the last 14 days.

1 similar comment
@openshift-trt-bot
Copy link
Copy Markdown

Job Failure Risk Analysis for sha: 01239a2

Job Name Failure Risk
pull-ci-openshift-origin-master-e2e-aws-ovn-ipsec-serial High
[sig-architecture] platform pods should not exit more than once with a non-zero exit code
This test has passed 100.00% of 1 runs on jobs ['periodic-ci-openshift-release-master-ci-4.18-e2e-aws-ovn-serial' 'periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-serial'] in the last 14 days.

Open Bugs
Excessive Restarts on ingress operator
---
[sig-cluster-lifecycle] pathological event should not see excessive Back-off restarting failed containers for ns/openshift-multus
This test has passed 100.00% of 46 runs on jobs ['periodic-ci-openshift-release-master-ci-4.18-e2e-aws-ovn-serial' 'periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-serial'] in the last 14 days.
---
[sig-arch] events should not repeat pathologically for ns/openshift-ovn-kubernetes
This test has passed 100.00% of 46 runs on jobs ['periodic-ci-openshift-release-master-ci-4.18-e2e-aws-ovn-serial' 'periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-serial'] in the last 14 days.
pull-ci-openshift-origin-master-e2e-aws-ovn-single-node-upgrade Medium
[sig-network-edge] Verify DNS availability during and after upgrade success
This test has passed 91.62% of 167 runs on release 4.18 [Architecture:amd64 FeatureSet:default Installer:ipi Network:ovn NetworkStack:ipv4 Platform:aws SecurityMode:default Topology:single Upgrade:micro] in the last week.
pull-ci-openshift-origin-master-e2e-aws-ovn-kube-apiserver-rollout Low
[Conformance][Suite:openshift/kube-apiserver/rollout][Jira:"kube-apiserver"][sig-kube-apiserver] kube-apiserver should roll out new revisions without disruption [apigroup:config.openshift.io][apigroup:operator.openshift.io]
This test has passed 57.14% of 14 runs on jobs ['periodic-ci-openshift-release-master-nightly-4.18-e2e-aws-ovn-kube-apiserver-rollout'] in the last 14 days.

@openshift-ci-robot
Copy link
Copy Markdown

/retest-required

Remaining retests: 0 against base HEAD 58909d7 and 1 for PR HEAD 01239a2 in total

@openshift-ci-robot
Copy link
Copy Markdown

/retest-required

Remaining retests: 0 against base HEAD 58909d7 and 2 for PR HEAD 01239a2 in total

1 similar comment
@openshift-ci-robot
Copy link
Copy Markdown

/retest-required

Remaining retests: 0 against base HEAD 58909d7 and 2 for PR HEAD 01239a2 in total

@stbenjam
Copy link
Copy Markdown
Member

/override ci/prow/e2e-gcp-ovn-builds
/skip

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Sep 25, 2024

@stbenjam: Overrode contexts on behalf of stbenjam: ci/prow/e2e-gcp-ovn-builds

Details

In response to this:

/override ci/prow/e2e-gcp-ovn-builds
/skip

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.

@openshift-merge-bot openshift-merge-bot Bot merged commit d68925d into openshift:master Sep 25, 2024
@openshift-ci-robot
Copy link
Copy Markdown

@metlos: Jira Issue OCPBUGS-42191: All pull requests linked via external trackers have merged:

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

Details

In response to this:

This merges the two pre-existing PRs #29096 and #29097 together so that we can get a passing image ecosystem CI job.

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-bot
Copy link
Copy Markdown
Contributor

[ART PR BUILD NOTIFIER]

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

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. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants