From e0db8ed4730bee0b9a7b8d09fd6381b5a225bd05 Mon Sep 17 00:00:00 2001 From: miampf Date: Fri, 1 Mar 2024 14:45:28 +0100 Subject: [PATCH] added update tfstate to manual e2e test workflow --- .github/workflows/e2e-test.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index 61c05349a..b42546351 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -278,3 +278,14 @@ jobs: cloudProvider: ${{ needs.generate-input-parameters.outputs.cloudProvider }} azureCredentials: ${{ secrets.AZURE_E2E_IAM_CREDENTIALS }} gcpServiceAccount: "iam-e2e@constellation-e2e.iam.gserviceaccount.com" + + - name: Update tfstate + if: always() + uses: ./.github/actions/artifact_upload + with: + name: terraform-state-${{ steps.e2e_test.outputs.namePrefix }} + path: > + to-zip/constellation-terraform + to-zip/constellation-iam-terraform + encryptionSecret: ${{ secrets.ARTIFACT_ENCRYPT_PASSWD }} + overwrite: true