Skip to content

Commit

Permalink
ci: rename input
Browse files Browse the repository at this point in the history
  • Loading branch information
msanft committed Jan 16, 2024
1 parent d226695 commit 4a9ca13
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/e2e-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ jobs:
awsOpenSearchUsers: ${{ secrets.AWS_OPENSEARCH_USER }}
awsOpenSearchPwd: ${{ secrets.AWS_OPENSEARCH_PWD }}
clusterCreation: "cli"
encryption-secret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }}
encryptionSecret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }}

- name: Remove Terraform plugin cache
if: always()
Expand All @@ -240,7 +240,7 @@ jobs:
constellation-conf.yaml
constellation-state.yaml
constellation-mastersecret.json
encryption-secret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }}
encryptionSecret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }}

e2e-upgrade:
name: Run upgrade test
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:
uses: ./.github/actions/artifact_download
with:
name: constellation-pre-test
encryption-secret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }}
encryptionSecret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }}

- name: Make Constellation executable and add to PATH
if: always()
Expand Down Expand Up @@ -400,7 +400,7 @@ jobs:
constellation-conf.yaml
constellation-state.yaml
constellation-mastersecret.json
encryption-secret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }}
encryptionSecret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }}

clean-up:
name: Clean up resources
Expand Down Expand Up @@ -438,14 +438,14 @@ jobs:
uses: ./.github/actions/artifact_download
with:
name: constellation-pre-test
encryption-secret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }}
encryptionSecret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }}

- name: Download Working Directory (Post-test)
if: always() && needs.e2e-upgrade.result == 'success'
uses: ./.github/actions/artifact_download
with:
name: constellation-post-test
encryption-secret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }}
encryptionSecret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }}

- name: Make Constellation executable and add to PATH
if: always()
Expand All @@ -472,7 +472,7 @@ jobs:
node-operator.logs
node-maintenance-operator.logs
constellation-version.yaml
encryption-secret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }}
encryptionSecret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }}

- name: Always terminate cluster
if: always()
Expand Down

0 comments on commit 4a9ca13

Please sign in to comment.