[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 1 commit intoopenstack-k8s-operators:mainfrom
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 |
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 |
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>
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 |
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