From 1272984e8eeb609ffdb693d7a5225b1ff70d0e8f Mon Sep 17 00:00:00 2001 From: harryryu Date: Fri, 19 Jul 2024 17:27:28 -0700 Subject: [PATCH] Test --- .../application-signals-e2e-test.yml | 5 ++-- .github/workflows/test.yml | 23 ------------------- 2 files changed, 3 insertions(+), 25 deletions(-) delete mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/application-signals-e2e-test.yml b/.github/workflows/application-signals-e2e-test.yml index d89c2fb95..efff61fb4 100644 --- a/.github/workflows/application-signals-e2e-test.yml +++ b/.github/workflows/application-signals-e2e-test.yml @@ -33,7 +33,7 @@ jobs: java-metric-limiter-e2e-test: needs: [ java-eks-e2e-test ] - uses: aws-observability/aws-application-signals-test-framework/.github/workflows/java-eks-e2e-test.yml@main + uses: aws-observability/aws-application-signals-test-framework/.github/workflows/java-metric-limiter-e2e-test.yml@main secrets: inherit with: aws-region: us-east-1 @@ -51,6 +51,7 @@ jobs: python-eks-e2e-test: uses: aws-observability/aws-application-signals-test-framework/.github/workflows/python-eks-e2e-test.yml@main + needs: [ java-metric-limiter-e2e-test ] secrets: inherit with: aws-region: us-east-1 @@ -65,4 +66,4 @@ jobs: with: aws-region: us-east-1 caller-workflow-name: 'main-build' - cw-agent-operator-tag: ${{ inputs.tag }} + cw-agent-operator-tag: ${{ inputs.tag }} \ No newline at end of file diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 9b53829b2..000000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. -# SPDX-License-Identifier: Apache-2.0 - -name: Test -env: - # Use terraform assume role for uploading to ecr - AWS_ASSUME_ROLE: ${{ secrets.TERRAFORM_AWS_ASSUME_ROLE }} - ECR_OPERATOR_STAGING_REPO: ${{ vars.ECR_OPERATOR_STAGING_REPO }} - ECR_OPERATOR_RELEASE_IMAGE: ${{ secrets.ECR_OPERATOR_RELEASE_IMAGE }} - -on: - push: - -jobs: - e2e-test: - name: "Application Signals E2E Test" - uses: ./.github/workflows/application-signals-e2e-test.yml - secrets: inherit - permissions: - id-token: write - contents: read - with: - tag: staging