-
Notifications
You must be signed in to change notification settings - Fork 144
[wntp] Use customized image created with github actions workflow #3578
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: 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 |
bb4a19c to
e0d93d6
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/99296c58594043cbbfec7d0ba8b4f298 ❌ openstack-k8s-operators-content-provider FAILURE in 5m 57s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/63e02016f0304347a17845ec021b6aee ❌ openstack-k8s-operators-content-provider FAILURE in 6m 01s |
|
recheck |
|
testing this PR with https://review.rdoproject.org/r/c/testproject/+/58581 |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/c48bf4f1589049d49b877d1ea290f8ac ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 30m 16s |
|
recheck |
ac281b6 to
eabaec9
Compare
|
Zuul encountered a syntax error while parsing its The job "whitebox-neutron-tempest-plugin-podified-multinode-edpm- The problem appears in the the "whitebox-neutron-tempest-plugin-podified-multinode-edpm-deployment-crc-2comp" job stanza: job: in "openstack-k8s-operators/ci-framework/zuul.d/whitebox_neutron_tempest_jobs.yaml@main", line 5 |
eabaec9 to
50ac27c
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/cae70443d80e44cb8d8dd1264fc86724 ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 42m 43s |
6837eda to
0b2f882
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/08d87e4de1e54494ac4a5c74d96f9e60 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 28m 41s |
Depends-On: openstack-k8s-operators/openstack-k8s-operators-ci#157 OSPRH-23929 Signed-off-by: Eduardo Olivares <eolivare@redhat.com>
Add whitebox-neutron-tempest-plugin-podified-multinode-edpm-deployment-crc-2comp to the github-check pipeline and run the job when file zuul.d/whitebox_neutron_tempest_jobs.yaml changes. Signed-off-by: Eduardo Olivares <eolivare@redhat.com>
429d66a to
852a9ee
Compare
852a9ee to
b94a45f
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/e70113c0c7524b779c6ec7f72c97a327 ✔️ openstack-k8s-operators-content-provider SUCCESS in 4h 00m 38s |
This fixes a bug where variables defined only in defaults/main.yml
(like cifmw_test_operator_tempest_config) were not included in
stage_vars_dict because lookup('vars', ...) doesn't find variables at the
defaults precedence level.
Assisted-By: Claude (claude-sonnet-4.5)
Signed-off-by: Eduardo Olivares <eolivare@redhat.com>
b94a45f to
768cbb9
Compare
OSPRH-23929