[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
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.