Conversation
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
|
Hi @tusharjadhav3302. Thanks for your PR. I'm waiting for a openstack-k8s-operators member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 33m 28s |
|
/ok-to-test |
|
recheck |
|
/ok-to-test |
e75f403 to
fb296a0
Compare
|
/retest-required |
2 similar comments
|
/retest-required |
|
/retest-required |
fb296a0 to
6df275c
Compare
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 11m 00s |
6df275c to
b18c45e
Compare
b18c45e to
2857eaa
Compare
2857eaa to
5aedad7
Compare
a06e258 to
4ac0715
Compare
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 25m 23s |
|
/retest-required |
4ac0715 to
a418566
Compare
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 34m 41s |
a418566 to
ecb6282
Compare
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 14m 30s |
|
Build failed (check pipeline). Post ❌ openstack-k8s-operators-content-provider FAILURE in 7m 23s |
bc9331b to
af5a7b1
Compare
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 24m 55s |
af5a7b1 to
7151ea5
Compare
|
/lgtm |
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 15m 13s |
|
recheck |
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 10m 16s |
|
/retest-required |
|
recheck-required |
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 16m 32s |
|
recheck |
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 25m 57s |
|
Recheck |
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 30m 02s |
…ling Long-running osp_verification tests poll shiftstackclient via oc exec. Transient API/admission failures (for example SCCExecRestrictions webhook timeouts) were treated as pod loss and aborted post-deployment early. Keep polling on configurable transient stderr patterns so the test can finish when the background command is still running. Patterns live in defaults; failure messages report actual attempt count. Related: OSPRH-36061 Signed-off-by: Tushar Jadhav <tjadhav@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
7151ea5 to
8f9a744
Compare
|
Build succeeded (check pipeline). ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 21m 14s |
Ride through brief API VIP blips (connection refused / i/o timeout) with a consecutive failure budget instead of failing on the first poll or spinning for the full 8h window when the API is truly unreachable. Hard-transient patterns from openstack-k8s-operators#4150 keep the full poll timeout. Enable pipefail in the poller shell for ansible-lint. Signed-off-by: tusharjadhav3302 <tjadhav@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Summary
oc execstderr patterns as retryable while polling long-running shiftstack tests inshiftstackclientSCCExecRestrictionstimeouts) while the background command is still runningContext
shiftstack-rhel9-rhoso18.0-ocp4.22on serval70 failed in post-deployment after ~32 minutes even though:openstack-edpmwere healthyshiftstackclientcontinued and completed successfully afterwardFailure signature:
Related Jira: https://redhat.atlassian.net/browse/OSPRH-36061
Test plan
shiftstack-rhel9-rhoso18.0-ocp4.22on serval70 and confirm post-deployment survives transientoc execpolling errors duringosp_verification_4.22_nightly.yamlNotFound) still fail promptlyMade with Cursor