[reproducer] Overwrite Zuul vars with current CI job vars when ZIronic#3704
[reproducer] Overwrite Zuul vars with current CI job vars when ZIronic#3704danpawlik wants to merge 2 commits intoopenstack-k8s-operators:mainfrom
Conversation
cd73fbc to
38a6f91
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/a8db443f59d9482fa9014eadaefb8d95 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 16m 47s |
38a6f91 to
37dfd86
Compare
|
This change depends on a change that failed to merge. Change #3706 is needed. |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/c9e62f52d07e431792841659e7621f51 ❌ openstack-k8s-operators-content-provider FAILURE Job openstack-k8s-operators-content-provider requires artifact(s) cifmw-molecule provided by build fd11f156221145ff90b8e6847847a6b1 (triggered by change 3706 on project openstack-k8s-operators/ci-framework), but that build failed with result "FAILURE" |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/925ed020f224486299a17727ef58dc41 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 43m 47s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/0cd0ce1de3d043749aa76f8b228cb325 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 22m 18s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/80630d53d6ce4eb295f06e7b8016d223 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 35m 37s |
37dfd86 to
f3694f3
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/a0058929bbbc4b5a8a4edd5137affc08 ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 19m 35s |
f3694f3 to
5c5074a
Compare
|
[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 |
25573bf to
53536fe
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/9a283383afbe4fcaad0604951f4549dd ❌ openstack-k8s-operators-content-provider FAILURE in 5m 14s |
53536fe to
a31d90b
Compare
|
recheck |
a555788 to
2d0077f
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/438f84391a164cfebcab332d4afa6a84 ✔️ openstack-k8s-operators-content-provider SUCCESS in 41m 34s |
5983577 to
6f0c168
Compare
There is a need to make a synchronization of current src dir which contains all required repositories and push them to controller-0 to make sure all projects are in state as they should. Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
e31f3ce to
6e12bdf
Compare
After calling reproducer role using ZIronic tool, when the bootstrap phase has been completed, it generates a file "reproducer-variables.yml" that contains all variables done in the CI job. The problem here is, that "testing" phase might have other variables than what was in the bootstrap phase. It means, that we need to overwrite the variables with current CI job vars. Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
6e12bdf to
d4fd08c
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/ce83daaa3bf34810a0b16d92997620cd ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 23m 46s |
After calling reproducer role using ZIronic tool,
when the bootstrap phase has been completed, it generates a file "reproducer-variables.yml" that contains all variables done in the CI job. The problem here is, that "testing" phase might have other variables than what was in the bootstrap phase. It means, that we need to overwrite the variables with current CI job vars.
Depends-On: #3706