diff --git a/.github/workflows/container-sync.yml b/.github/workflows/container-sync.yml index 2c628c4a..4c198ffd 100644 --- a/.github/workflows/container-sync.yml +++ b/.github/workflows/container-sync.yml @@ -21,6 +21,10 @@ on: description: Whether to sync images for Zed and newer type: boolean default: true + sync-test-pulp: + description: Whether to sync images to Test Pulp + type: boolean + default: false env: ANSIBLE_FORCE_COLOR: True @@ -62,6 +66,7 @@ jobs: -e kolla_base_distros_override="'$DISTROS'" \ -e sync_old_images="'$SYNC_OLD_IMAGES'" \ -e sync_new_images="'$SYNC_NEW_IMAGES'" + if: inputs.sync-test-pulp env: FILTER: ${{ github.event.inputs.filter }} DISTROS: ${{ github.event.inputs.distros }} @@ -76,6 +81,7 @@ jobs: -e kolla_base_distros_override="'$DISTROS'" \ -e sync_old_images="'$SYNC_OLD_IMAGES'" \ -e sync_new_images="'$SYNC_NEW_IMAGES'" + if: inputs.sync-test-pulp env: FILTER: ${{ github.event.inputs.filter }} DISTROS: ${{ github.event.inputs.distros }} diff --git a/.github/workflows/package-sync-version-test-pulp.yml b/.github/workflows/package-sync-version-test-pulp.yml index 1099295f..02ee3c33 100644 --- a/.github/workflows/package-sync-version-test-pulp.yml +++ b/.github/workflows/package-sync-version-test-pulp.yml @@ -4,7 +4,7 @@ on: workflow_dispatch: inputs: repo_version: - description: A repository version string maching repository versions to sync from Ark to Test Pulp + description: A repository version string matching repository versions to sync from Ark to Test Pulp type: string required: false default: ""