Skip to content

Commit

Permalink
testing with only EKS
Browse files Browse the repository at this point in the history
  • Loading branch information
mitali-salvi committed Oct 29, 2023
1 parent d6de458 commit c8127b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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 ]
Expand Down Expand Up @@ -223,3 +223,4 @@ jobs:
fi
terraform destroy --auto-approve

0 comments on commit c8127b2

Please sign in to comment.