[repo_setup] Add support for extra and disabled repos#3827
[repo_setup] Add support for extra and disabled repos#3827lmiccini 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 |
|
/lgtm |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/fbd318d991af43abac6d15bceef42b6b ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 21m 12s |
|
recheck |
Add cifmw_repo_setup_extra_repos and cifmw_repo_setup_disable_repos variables to pass --extra-repo and --disable-repo flags to the repo-setup CLI. This allows enabling additional repos (e.g. CentOS SIG repos) or disabling default ones from Zuul job vars. Depends-On: openstack-k8s-operators/repo-setup#39 Signed-off-by: Luca Miccini <lmiccini@redhat.com> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/93db81e76bc04f9c9aabd32db2b95a2f ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 22m 30s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/a2e93736079a4fff864a1a58beaf77d3 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 12m 45s |
|
recheck |
|
Build failed (check pipeline). Post https://softwarefactory-project.io/zuul/t/rdoproject.org/buildset/bfc3b801e6284251a20367b0c9e26734 ✔️ openstack-k8s-operators-content-provider SUCCESS in 3h 19m 01s |
Summary
cifmw_repo_setup_extra_reposlist variable to pass--extra-repoflags to repo-setup CLIcifmw_repo_setup_disable_reposlist variable to pass--disable-repoflags to repo-setup CLIExample usage in
.zuul.yaml:Signed-off-by: Luca Miccini lmiccini@redhat.com