From c8127b257da9647483fe204aa26f1300f95faaa8 Mon Sep 17 00:00:00 2001 From: Mitali Salvi Date: Sat, 28 Oct 2023 23:32:59 -0400 Subject: [PATCH] testing with only EKS --- .github/workflows/integration-test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index dd0ab44475..7829f32472 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -13,7 +13,7 @@ env: ECR_INTEGRATION_TEST_REPO: "cwagent-integration-test" CWA_GITHUB_TEST_REPO_NAME: "aws/amazon-cloudwatch-agent-test" CWA_GITHUB_TEST_REPO_URL: "https://github.com/aws/amazon-cloudwatch-agent-test.git" - CWA_GITHUB_TEST_REPO_BRANCH: "enhanceCI" + CWA_GITHUB_TEST_REPO_BRANCH: "main" on: push: @@ -141,7 +141,7 @@ jobs: echo "CWA_GITHUB_TEST_REPO_URL: ${{ steps.set-outputs.outputs.CWA_GITHUB_TEST_REPO_URL }}" echo "CWA_GITHUB_TEST_REPO_BRANCH: ${{ steps.set-outputs.outputs.CWA_GITHUB_TEST_REPO_BRANCH }}" - EKSIntegrationTest: + EKSIntegrationTest: name: 'EKSIntegrationTest' runs-on: ubuntu-latest needs: [ BuildAndUpload, GenerateTestMatrix ] @@ -223,3 +223,4 @@ jobs: fi terraform destroy --auto-approve + \ No newline at end of file