Skip to content

Commit

Permalink
[#2199] Allow operand version to be explicitly set when calling test_…
Browse files Browse the repository at this point in the history
…upgrades workflow (#2200)
  • Loading branch information
ryanemerson authored Jan 7, 2025
1 parent 1d8f8d8 commit b361736
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test_upgrades.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
description: 'The name of the GH artifact containing the Operand image'
required: false
type: string
operandVersion:
description: 'The upstream version of the Operand image'
required: false
type: string
skipList:
description: 'A CSV of Operand versions to be skipped when executing TestOperandUpgrades'
required: false
Expand Down Expand Up @@ -41,6 +45,10 @@ on:
description: 'The name of the GH artifact containing the Operand image'
required: false
type: string
operandVersion:
description: 'The upstream version of the Operand image'
required: false
type: string
skipList:
description: 'A CSV of Operand versions to be skipped when executing TestOperandUpgrades'
required: false
Expand Down Expand Up @@ -94,6 +102,7 @@ jobs:
run: ./scripts/ci/add_operand_to_csv.sh
env:
IMAGE: ${{ inputs.operand }}
VERSION: ${{ inputs.operandVersion }}

- name: Log CSV Deployment
run: yq config/manager/manager.yaml
Expand Down

0 comments on commit b361736

Please sign in to comment.