diff --git a/.github/workflows/application-signals-e2e-test.yml b/.github/workflows/application-signals-e2e-test.yml index d89c2fb95..c1b254448 100644 --- a/.github/workflows/application-signals-e2e-test.yml +++ b/.github/workflows/application-signals-e2e-test.yml @@ -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