@@ -391,23 +391,23 @@ jobs:
391
391
s3_integration_bucket : ${{ vars.S3_INTEGRATION_BUCKET_ITAR }}
392
392
secrets : inherit
393
393
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
411
411
412
412
413
413
LinuxOnPremIntegrationTest :
@@ -616,7 +616,7 @@ jobs:
616
616
StopLocalStackCN :
617
617
name : ' StopLocalStackCN'
618
618
if : ${{ always() && needs.StartLocalStackCN.result == 'success' }}
619
- needs : [ StartLocalStackCN, EC2LinuxIntegrationTestCN ]
619
+ needs : [ StartLocalStackCN, OutputEnvVariables ]
620
620
uses : ./.github/workflows/stop-localstack.yml
621
621
secrets : inherit
622
622
permissions :
0 commit comments