Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use stagingyum as staging_source for Foreman 3.9+ / Katello 4.11+ #1738

Merged
merged 1 commit into from Dec 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions pipelines/vars/repos_staging.yml
Expand Up @@ -2,5 +2,5 @@ katello_repositories_environment: staging
katello_repositories_pulp_release: stable
foreman_repositories_environment: staging
foreman_client_repositories_environment: staging
foreman_repositories_staging_source: "{{ 'stagingyum' if pipeline_version == 'nightly' else 'koji' }}"
katello_repositories_staging_source: "{{ 'stagingyum' if pipeline_version == 'nightly' else 'koji' }}"
foreman_repositories_staging_source: "{{ 'stagingyum' if (pipeline_version == 'nightly' or pipeline_version is version('3.9', '>=')) else 'koji' }}"
katello_repositories_staging_source: "{{ 'stagingyum' if (pipeline_version == 'nightly' or pipeline_version is version('4.11', '>=')) else 'koji' }}"