[reproducer] Replace all reproducer vars with zuul vars#3794
[reproducer] Replace all reproducer vars with zuul vars#3794danpawlik wants to merge 1 commit intoopenstack-k8s-operators:mainfrom
Conversation
|
Skipping CI for Draft Pull Request. |
|
[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 |
cb132dc to
6a1b430
Compare
Some variables are missing, especially related to the registry
credentials. That complicate the situation, where some keys
might not exists in reproducer file. Some of the variables
are jinja2 template, which are "translated" by Ansible.
Alternative way was to use yq command like:
yq eval-all -P 'select(fileIndex == 0) * select(fileIndex == 1)' \
/tmp/reproducer-variables.yml \
/home/zuul/configs/zuul_vars.yaml > merged.yaml
The yq is available in latest version available for current python3
version installed on hypervisor. In that case, we can not use
the yq tool, but use a python script.
Co-authored-by: Claude (AI Assistant) claude@anthropic.com
Signed-off-by: Daniel Pawlik <dpawlik@redhat.com>
6a1b430 to
68cd119
Compare
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/8560d523cce242b28ec457c07f18e35a ✔️ openstack-k8s-operators-content-provider SUCCESS in 1h 50m 01s |
Some variables are missing, especially related to the registry credentials. That complicate the situation, where some keys might not exists in reproducer file.