Skip to content

Commit 969e129

Browse files
committed
Edit test
1 parent 5e3b831 commit 969e129

File tree

2 files changed

+23
-18
lines changed

2 files changed

+23
-18
lines changed

.github/workflows/integration-test.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -391,23 +391,23 @@ jobs:
391391
s3_integration_bucket: ${{ vars.S3_INTEGRATION_BUCKET_ITAR }}
392392
secrets: inherit
393393

394-
EC2LinuxIntegrationTestCN:
395-
needs: [ StartLocalStackCN, GenerateTestMatrix, OutputEnvVariables ]
396-
name: 'EC2LinuxCN'
397-
uses: ./.github/workflows/ec2-integration-test.yml
398-
with:
399-
github_sha: ${{github.sha}}
400-
test_dir: terraform/ec2/linux
401-
job_id: ec2-linux-integration-test
402-
test_props: ${{needs.GenerateTestMatrix.outputs.ec2_linux_china_matrix}}
403-
test_repo_name: ${{ needs.OutputEnvVariables.outputs.CWA_GITHUB_TEST_REPO_NAME }}
404-
test_repo_url: ${{ needs.OutputEnvVariables.outputs.CWA_GITHUB_TEST_REPO_URL }}
405-
test_repo_branch: ${{ needs.OutputEnvVariables.outputs.CWA_GITHUB_TEST_REPO_BRANCH }}
406-
localstack_host: ${{needs.StartLocalStackCN.outputs.local_stack_host_name}}
407-
region: cn-north-1
408-
terraform_assume_role: ${{ vars.TERRAFORM_AWS_ASSUME_ROLE_CN }}
409-
s3_integration_bucket: ${{ vars.S3_INTEGRATION_BUCKET_CN }}
410-
secrets: inherit
394+
# EC2LinuxIntegrationTestCN:
395+
# needs: [ StartLocalStackCN, GenerateTestMatrix, OutputEnvVariables ]
396+
# name: 'EC2LinuxCN'
397+
# uses: ./.github/workflows/ec2-integration-test.yml
398+
# with:
399+
# github_sha: ${{github.sha}}
400+
# test_dir: terraform/ec2/linux
401+
# job_id: ec2-linux-integration-test
402+
# test_props: ${{needs.GenerateTestMatrix.outputs.ec2_linux_china_matrix}}
403+
# test_repo_name: ${{ needs.OutputEnvVariables.outputs.CWA_GITHUB_TEST_REPO_NAME }}
404+
# test_repo_url: ${{ needs.OutputEnvVariables.outputs.CWA_GITHUB_TEST_REPO_URL }}
405+
# test_repo_branch: ${{ needs.OutputEnvVariables.outputs.CWA_GITHUB_TEST_REPO_BRANCH }}
406+
# localstack_host: ${{needs.StartLocalStackCN.outputs.local_stack_host_name}}
407+
# region: cn-north-1
408+
# terraform_assume_role: ${{ vars.TERRAFORM_AWS_ASSUME_ROLE_CN }}
409+
# s3_integration_bucket: ${{ vars.S3_INTEGRATION_BUCKET_CN }}
410+
# secrets: inherit
411411

412412

413413
LinuxOnPremIntegrationTest:
@@ -616,7 +616,7 @@ jobs:
616616
StopLocalStackCN:
617617
name: 'StopLocalStackCN'
618618
if: ${{ always() && needs.StartLocalStackCN.result == 'success' }}
619-
needs: [ StartLocalStackCN, EC2LinuxIntegrationTestCN ]
619+
needs: [ StartLocalStackCN, OutputEnvVariables ]
620620
uses: ./.github/workflows/stop-localstack.yml
621621
secrets: inherit
622622
permissions:

.github/workflows/stop-localstack.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
id-token: write
4040
contents: read
4141
steps:
42+
- name: Debug directory structure
43+
run: |
44+
pwd
45+
ls -la
46+
find . -type d
4247
- uses: actions/checkout@v3
4348
with:
4449
repository: ${{inputs.test_repo_name}}

0 commit comments

Comments
 (0)