Skip to content

Commit

Permalink
Merge pull request #284 from stackhpc/Workflow-Skip-Pulp
Browse files Browse the repository at this point in the history
Sync test pulp arguments added
  • Loading branch information
markgoddard authored Feb 14, 2024
2 parents 14d0da3 + 7a8cd62 commit 1dafc9a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/container-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-sync-version-test-pulp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down

0 comments on commit 1dafc9a

Please sign in to comment.