From 84032d13d312ecb153c3c4302237a9200c1bd6de Mon Sep 17 00:00:00 2001 From: Charles Moore <122481442+moorec-aws@users.noreply.github.com> Date: Fri, 19 Apr 2024 22:13:22 +0000 Subject: [PATCH] ci: rename publish project name Signed-off-by: Charles Moore <122481442+moorec-aws@users.noreply.github.com> --- .github/workflows/e2e_test.yml | 23 ------------------- .github/workflows/integ_test.yml | 23 ------------------- .../workflows/mainline_integration_test.yml | 2 +- .github/workflows/release_publish.yml | 2 +- 4 files changed, 2 insertions(+), 48 deletions(-) delete mode 100644 .github/workflows/e2e_test.yml delete mode 100644 .github/workflows/integ_test.yml diff --git a/.github/workflows/e2e_test.yml b/.github/workflows/e2e_test.yml deleted file mode 100644 index 5dc92ad6..00000000 --- a/.github/workflows/e2e_test.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: E2E Tests - -on: - workflow_dispatch: - -jobs: - E2E: - runs-on: ubuntu-latest - environment: mainline - permissions: - id-token: write - steps: - - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 - with: - role-to-assume: ${{ secrets.AWS_CODEBUILD_MAINLINE_E2E_ROLE }} - aws-region: us-west-2 - mask-aws-account-id: true - - name: Run CodeBuild - uses: aws-actions/aws-codebuild-run-build@v1 - with: - project-name: deadline-cloud-dev-E2ETest - hide-cloudwatch-logs: true \ No newline at end of file diff --git a/.github/workflows/integ_test.yml b/.github/workflows/integ_test.yml deleted file mode 100644 index 5c08d7cf..00000000 --- a/.github/workflows/integ_test.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Integ Tests - -on: - workflow_dispatch: - -jobs: - Integ: - runs-on: ubuntu-latest - environment: mainline - permissions: - id-token: write - steps: - - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 - with: - role-to-assume: ${{ secrets.AWS_CODEBUILD_MAINLINE_INTEG_ROLE }} - aws-region: us-west-2 - mask-aws-account-id: true - - name: Run CodeBuild - uses: aws-actions/aws-codebuild-run-build@v1 - with: - project-name: deadline-cloud-dev-IntegTest - hide-cloudwatch-logs: true \ No newline at end of file diff --git a/.github/workflows/mainline_integration_test.yml b/.github/workflows/mainline_integration_test.yml index 067a1890..1423a81e 100644 --- a/.github/workflows/mainline_integration_test.yml +++ b/.github/workflows/mainline_integration_test.yml @@ -24,7 +24,7 @@ jobs: - name: Run CodeBuild uses: aws-actions/aws-codebuild-run-build@v1 with: - project-name: deadline-cloud-dev-IntegTest + project-name: deadline-cloud-mainline-IntegTest hide-cloudwatch-logs: true env-vars-for-codebuild: | TEST_TYPE diff --git a/.github/workflows/release_publish.yml b/.github/workflows/release_publish.yml index ce9a05ba..1ebcfe7f 100644 --- a/.github/workflows/release_publish.yml +++ b/.github/workflows/release_publish.yml @@ -137,7 +137,7 @@ jobs: - name: Run CodeBuild uses: aws-actions/aws-codebuild-run-build@v1 with: - project-name: ${{ github.event.repository.name }}-Publish + project-name: ${{ github.event.repository.name }}-release-Publish hide-cloudwatch-logs: true PublishToRepository: