-
Notifications
You must be signed in to change notification settings - Fork 102
Update webhooks to handle warnings #1779
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: lmiccini The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/b2a3d439c8814f05b0c2f08b6a6b9c6f ❌ openstack-k8s-operators-content-provider FAILURE in 9m 59s |
450896d to
b09a3e9
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/fd5125ae7eae429eb2db4f62c0e41a23 ❌ openstack-k8s-operators-content-provider FAILURE in 11m 05s |
b09a3e9 to
d03a9e4
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/d13d58737b3f4498b4dc077f36386426 ❌ openstack-k8s-operators-content-provider FAILURE in 11m 31s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/90c60faaaf2e4fa595f8933e7d902af6 ❌ openstack-k8s-operators-content-provider FAILURE in 11m 58s |
d03a9e4 to
c7710b0
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/2a422293faf3401fac04ac4bd2890857 ❌ openstack-k8s-operators-content-provider FAILURE in 12m 02s |
c7710b0 to
1cba828
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/c5f4ffdd2be54836ab44b9be351f31bd ❌ openstack-k8s-operators-content-provider FAILURE in 12m 01s |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/29b6f20f660d422b9634779c551f90fc ❌ openstack-k8s-operators-content-provider FAILURE in 12m 41s |
2d1b5de to
92d8fcf
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/9f5e717422684715af6bc5ce7aa28a29 ❌ openstack-k8s-operators-content-provider FAILURE in 11m 17s |
92d8fcf to
38537e8
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/29a4aed2b1bf437cab0018c5d03bacf4 ❌ openstack-k8s-operators-content-provider FAILURE in 12m 23s |
38537e8 to
a78f00d
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/8fa2943487f94ecf8e95e6416f2b72c3 ❌ openstack-k8s-operators-content-provider FAILURE in 11m 58s |
a78f00d to
33d2936
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/0e4dc1fbb0cd4f6192e0f871edc103d2 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 57m 37s |
a54cb13 to
030ffe1
Compare
When using LOCAL_REGISTRY=1 with operator replace directives pointing to personal forks (e.g., lmiccini/*), the script was trying to query the local registry for bundle images that don't exist there, causing curl to return null and jq to fail with "Cannot iterate over null (null)". Root cause: Bundle images from personal forks are only published to quay.io in the user's namespace (e.g., quay.io/lmiccini/glance-operator-bundle) and are NOT mirrored to the local CI registry. The local registry only contains standard openstack-k8s-operators bundles. The fix: 1. Check IMAGEBASE first (takes precedence for custom registry settings) 2. For replaced operators (GITHUB_USER != "openstack-k8s-operators"): - Always query quay.io with the user's namespace - Skip local registry entirely 3. For standard operators: use local registry when LOCAL_REGISTRY=1 4. Update curl logic to only query local registry for standard operators This allows CI builds with depends-on to work correctly when the dependency uses replace directives for operator APIs. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
456aff8 to
3c020ee
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/4344a73e42e34da4a815a41f5b989beb ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 16m 10s |
b7f3082 to
326b40b
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/e3bce9e4c5344e3aa6baecc48a207c69 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 18m 34s |
326b40b to
777d57d
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/029b797857c94cd5af7c95a99aac3eed ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 18m 59s |
44d5254 to
adbe458
Compare
|
/test functional |
|
@lmiccini: The following tests failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
adbe458 to
400abd1
Compare
No description provided.