diff --git a/.github/workflows/e2e-test-daily.yml b/.github/workflows/e2e-test-daily.yml index 831f965e282..bdb1e076a0b 100644 --- a/.github/workflows/e2e-test-daily.yml +++ b/.github/workflows/e2e-test-daily.yml @@ -75,8 +75,8 @@ jobs: cliVersion: ${{ matrix.refStream == 'ref/release/stream/stable/?' && needs.find-latest-image.outputs.image-release-stable || '' }} refStream: ${{ matrix.refStream }} gcpProject: constellation-e2e # ${{ secrets.GCP_E2E_PROJECT }} - gcpClusterCreateServiceAccount: "constellation-infrastructure-e2e@constellation-e2e.iam.gserviceaccount.com" - gcpIAMCreateServiceAccount: "constellation-iam-e2e@constellation-e2e.iam.gserviceaccount.com" + gcpClusterCreateServiceAccount: "infrastructure-e2e@constellation-e2e.iam.gserviceaccount.com" + gcpIAMCreateServiceAccount: "iam-e2e@constellation-e2e.iam.gserviceaccount.com" kubernetesVersion: ${{ matrix.kubernetesVersion }} test: ${{ matrix.test }} buildBuddyApiKey: ${{ secrets.BUILDBUDDY_ORG_API_KEY }} @@ -105,7 +105,7 @@ jobs: with: cloudProvider: ${{ matrix.provider }} azureCredentials: ${{ secrets.AZURE_E2E_IAM_CREDENTIALS }} - gcpServiceAccount: "constellation-iam-e2e@constellation-e2e.iam.gserviceaccount.com" + gcpServiceAccount: "iam-e2e@constellation-e2e.iam.gserviceaccount.com" - name: Notify about failure if: | diff --git a/.github/workflows/e2e-test-release.yml b/.github/workflows/e2e-test-release.yml index b4c684d5aff..cb4af633a6c 100644 --- a/.github/workflows/e2e-test-release.yml +++ b/.github/workflows/e2e-test-release.yml @@ -227,8 +227,8 @@ jobs: awsOpenSearchUsers: ${{ secrets.AWS_OPENSEARCH_USER }} awsOpenSearchPwd: ${{ secrets.AWS_OPENSEARCH_PWD }} gcpProject: constellation-e2e # ${{ secrets.GCP_E2E_PROJECT }} - gcpClusterCreateServiceAccount: "constellation-infrastructure-e2e@constellation-e2e.iam.gserviceaccount.com" - gcpIAMCreateServiceAccount: "constellation-iam-e2e@constellation-e2e.iam.gserviceaccount.com" + gcpClusterCreateServiceAccount: "infrastructure-e2e@constellation-e2e.iam.gserviceaccount.com" + gcpIAMCreateServiceAccount: "iam-e2e@constellation-e2e.iam.gserviceaccount.com" test: ${{ matrix.test }} buildBuddyApiKey: ${{ secrets.BUILDBUDDY_ORG_API_KEY }} azureClusterCreateCredentials: ${{ secrets.AZURE_E2E_CLUSTER_CREDENTIALS }} @@ -254,7 +254,7 @@ jobs: with: cloudProvider: ${{ matrix.provider }} azureCredentials: ${{ secrets.AZURE_E2E_IAM_CREDENTIALS }} - gcpServiceAccount: "constellation-iam-e2e@constellation-e2e.iam.gserviceaccount.com" + gcpServiceAccount: "iam-e2e@constellation-e2e.iam.gserviceaccount.com" e2e-upgrade: strategy: diff --git a/.github/workflows/e2e-test-tf-module.yml b/.github/workflows/e2e-test-tf-module.yml index a81d22d0306..5609cc63687 100644 --- a/.github/workflows/e2e-test-tf-module.yml +++ b/.github/workflows/e2e-test-tf-module.yml @@ -246,7 +246,7 @@ jobs: if: inputs.cloudProvider == 'gcp' uses: ./.github/actions/login_gcp with: - service_account: "constellation-terraform-e2e@constellation-e2e.iam.gserviceaccount.com" + service_account: "infrastructure-e2e@constellation-e2e.iam.gserviceaccount.com" - name: Apply Terraform Cluster id: apply_terraform diff --git a/.github/workflows/e2e-test-weekly.yml b/.github/workflows/e2e-test-weekly.yml index fca37f51f7c..48f6fac9832 100644 --- a/.github/workflows/e2e-test-weekly.yml +++ b/.github/workflows/e2e-test-weekly.yml @@ -244,8 +244,8 @@ jobs: awsOpenSearchUsers: ${{ secrets.AWS_OPENSEARCH_USER }} awsOpenSearchPwd: ${{ secrets.AWS_OPENSEARCH_PWD }} gcpProject: constellation-e2e # ${{ secrets.GCP_E2E_PROJECT }} - gcpClusterCreateServiceAccount: "constellation-infrastructure-e2e@constellation-e2e.iam.gserviceaccount.com" - gcpIAMCreateServiceAccount: "constellation-iam-e2e@constellation-e2e.iam.gserviceaccount.com" + gcpClusterCreateServiceAccount: "infrastructure-e2e@constellation-e2e.iam.gserviceaccount.com" + gcpIAMCreateServiceAccount: "iam-e2e@constellation-e2e.iam.gserviceaccount.com" test: ${{ matrix.test }} buildBuddyApiKey: ${{ secrets.BUILDBUDDY_ORG_API_KEY }} azureClusterCreateCredentials: ${{ secrets.AZURE_E2E_CLUSTER_CREDENTIALS }} @@ -273,7 +273,7 @@ jobs: with: cloudProvider: ${{ matrix.provider }} azureCredentials: ${{ secrets.AZURE_E2E_IAM_CREDENTIALS }} - gcpServiceAccount: "constellation-iam-e2e@constellation-e2e.iam.gserviceaccount.com" + gcpServiceAccount: "iam-e2e@constellation-e2e.iam.gserviceaccount.com" - name: Notify about failure if: | diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index d33c2f68a66..c532adfa0c0 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -216,8 +216,8 @@ jobs: machineType: ${{ inputs.machineType }} regionZone: ${{ inputs.regionZone }} gcpProject: constellation-e2e # ${{ secrets.GCP_E2E_PROJECT }} - gcpClusterCreateServiceAccount: "constellation-infrastructure-e2e@constellation-e2e.iam.gserviceaccount.com" - gcpIAMCreateServiceAccount: "constellation-iam-e2e@constellation-e2e.iam.gserviceaccount.com" + gcpClusterCreateServiceAccount: "infrastructure-e2e@constellation-e2e.iam.gserviceaccount.com" + gcpIAMCreateServiceAccount: "iam-e2e@constellation-e2e.iam.gserviceaccount.com" test: ${{ inputs.test }} kubernetesVersion: ${{ inputs.kubernetesVersion }} awsOpenSearchDomain: ${{ secrets.AWS_OPENSEARCH_DOMAIN }} @@ -252,4 +252,4 @@ jobs: with: cloudProvider: ${{ inputs.cloudProvider }} azureCredentials: ${{ secrets.AZURE_E2E_IAM_CREDENTIALS }} - gcpServiceAccount: "constellation-iam-e2e@constellation-e2e.iam.gserviceaccount.com" + gcpServiceAccount: "iam-e2e@constellation-e2e.iam.gserviceaccount.com" diff --git a/.github/workflows/e2e-upgrade.yml b/.github/workflows/e2e-upgrade.yml index 551a9505c4f..fa3e38bc106 100644 --- a/.github/workflows/e2e-upgrade.yml +++ b/.github/workflows/e2e-upgrade.yml @@ -171,8 +171,8 @@ jobs: cliVersion: ${{ inputs.fromVersion }} regionZone: ${{ inputs.regionZone }} gcpProject: constellation-e2e # ${{ secrets.GCP_E2E_PROJECT }} - gcpClusterCreateServiceAccount: "constellation-infrastructure-e2e@constellation-e2e.iam.gserviceaccount.com" - gcpIAMCreateServiceAccount: "constellation-iam-e2e@constellation-e2e.iam.gserviceaccount.com" + gcpClusterCreateServiceAccount: "infrastructure-e2e@constellation-e2e.iam.gserviceaccount.com" + gcpIAMCreateServiceAccount: "iam-e2e@constellation-e2e.iam.gserviceaccount.com" test: "upgrade" buildBuddyApiKey: ${{ secrets.BUILDBUDDY_ORG_API_KEY }} azureClusterCreateCredentials: ${{ secrets.AZURE_E2E_CLUSTER_CREDENTIALS }} @@ -195,7 +195,7 @@ jobs: if: inputs.cloudProvider == 'gcp' uses: ./.github/actions/login_gcp with: - service_account: "constellation-iam-e2e@constellation-e2e.iam.gserviceaccount.com" + service_account: "iam-e2e@constellation-e2e.iam.gserviceaccount.com" - name: Login to AWS (IAM role) if: inputs.cloudProvider == 'aws' @@ -225,7 +225,7 @@ jobs: if: always() && inputs.cloudProvider == 'gcp' uses: ./.github/actions/login_gcp with: - service_account: "constellation-infrastructure-e2e@constellation-e2e.iam.gserviceaccount.com" + service_account: "infrastructure-e2e@constellation-e2e.iam.gserviceaccount.com" - name: Login to AWS (Cluster role) if: always() && inputs.cloudProvider == 'aws' @@ -296,7 +296,7 @@ jobs: with: cloudProvider: ${{ inputs.cloudProvider }} azureCredentials: ${{ secrets.AZURE_E2E_IAM_CREDENTIALS }} - gcpServiceAccount: "constellation-iam-e2e@constellation-e2e.iam.gserviceaccount.com" + gcpServiceAccount: "iam-e2e@constellation-e2e.iam.gserviceaccount.com" - name: Notify about failure if: |