From 7c20134287d1489c942964799756e49527795b64 Mon Sep 17 00:00:00 2001 From: harryryu Date: Fri, 19 Jul 2024 15:44:08 -0700 Subject: [PATCH] Test --- .github/workflows/test2.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .github/workflows/test2.yml diff --git a/.github/workflows/test2.yml b/.github/workflows/test2.yml new file mode 100644 index 000000000..9b53829b2 --- /dev/null +++ b/.github/workflows/test2.yml @@ -0,0 +1,23 @@ +# 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