Skip to content

Commit 639fbc4

Browse files
committed
targeted test
1 parent ed3141e commit 639fbc4

3 files changed

Lines changed: 1121 additions & 1121 deletions

File tree

.github/workflows/build-test-artifacts.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -99,20 +99,20 @@ jobs:
9999
Bucket: ${{ vars.S3_INTEGRATION_BUCKET_CN }}
100100

101101
StartIntegrationTests:
102-
needs: [ BuildAndUploadPackages, BuildAndUploadITAR, BuildAndUploadCN, BuildDocker ]
102+
needs: [ BuildDocker ]
103103
if: ${{ github.event_name == 'push' || inputs.test-image-before-upload }}
104104
runs-on: ubuntu-latest
105105
steps:
106106
- run: gh workflow run integration-test.yml --ref ${{ github.ref_name }} --repo $GITHUB_REPOSITORY -f build_run_id=${{ github.run_id }} -f build_sha=${{ github.sha }}
107107
env:
108108
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
109109

110-
StartApplicationSignalsE2ETests:
111-
needs: [ BuildAndUploadPackages, BuildAndUploadITAR, BuildAndUploadCN, BuildDocker ]
112-
# Workflow only runs against main
113-
if: ${{ github.event_name == 'push' || inputs.test-image-before-upload }}
114-
runs-on: ubuntu-latest
115-
steps:
116-
- run: gh workflow run application-signals-e2e-test.yml --ref ${{ github.ref_name }} --repo $GITHUB_REPOSITORY -f build_run_id=${{ github.run_id }} -f build_sha=${{ github.sha }}
117-
env:
118-
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
110+
# StartApplicationSignalsE2ETests:
111+
# needs: [ BuildAndUploadPackages, BuildAndUploadITAR, BuildAndUploadCN, BuildDocker ]
112+
# # Workflow only runs against main
113+
# if: ${{ github.event_name == 'push' || inputs.test-image-before-upload }}
114+
# runs-on: ubuntu-latest
115+
# steps:
116+
# - run: gh workflow run application-signals-e2e-test.yml --ref ${{ github.ref_name }} --repo $GITHUB_REPOSITORY -f build_run_id=${{ github.run_id }} -f build_sha=${{ github.sha }}
117+
# env:
118+
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
ECR_INTEGRATION_TEST_REPO: "cwagent-integration-test"
1414
CWA_GITHUB_TEST_REPO_NAME: "aws/amazon-cloudwatch-agent-test"
1515
CWA_GITHUB_TEST_REPO_URL: "https://github.com/aws/amazon-cloudwatch-agent-test.git"
16-
CWA_GITHUB_TEST_REPO_BRANCH: "main"
16+
CWA_GITHUB_TEST_REPO_BRANCH: "hsookim/otlp"
1717
TERRAFORM_AWS_ASSUME_ROLE_ITAR: ${{ vars.TERRAFORM_AWS_ASSUME_ROLE_ITAR }}
1818
S3_INTEGRATION_BUCKET_ITAR: ${{ vars.S3_INTEGRATION_BUCKET_ITAR }}
1919
TERRAFORM_AWS_ASSUME_ROLE_CN: ${{ vars.TERRAFORM_AWS_ASSUME_ROLE_CN }}

0 commit comments

Comments
 (0)