@@ -47,18 +47,18 @@ jobs:
4747 TerraformAWSAssumeRole : ${{ vars.TERRAFORM_AWS_ASSUME_ROLE }}
4848 Bucket : ${{ vars.S3_INTEGRATION_BUCKET }}
4949
50- BuildAndUploadPackages :
51- uses : ./.github/workflows/test-build-packages.yml
52- needs : [BuildAndUpload]
53- secrets : inherit
54- permissions :
55- id-token : write
56- contents : read
57- with :
58- BucketKey : " integration-test/binary/${{ github.sha }}"
59- PackageBucketKey : " integration-test/packaging/${{ github.sha }}"
60- TerraformAWSAssumeRole : ${{ vars.TERRAFORM_AWS_ASSUME_ROLE }}
61- Bucket : ${{ vars.S3_INTEGRATION_BUCKET }}
50+ # BuildAndUploadPackages:
51+ # uses: ./.github/workflows/test-build-packages.yml
52+ # needs: [BuildAndUpload]
53+ # secrets: inherit
54+ # permissions:
55+ # id-token: write
56+ # contents: read
57+ # with:
58+ # BucketKey: "integration-test/binary/${{ github.sha }}"
59+ # PackageBucketKey: "integration-test/packaging/${{ github.sha }}"
60+ # TerraformAWSAssumeRole: ${{ vars.TERRAFORM_AWS_ASSUME_ROLE }}
61+ # Bucket: ${{ vars.S3_INTEGRATION_BUCKET }}
6262
6363 BuildDocker :
6464 needs : [BuildAndUpload]
@@ -72,31 +72,31 @@ jobs:
7272 BucketKey : " integration-test/binary/${{ github.sha }}"
7373 PackageBucketKey : " integration-test/packaging/${{ github.sha }}"
7474
75- BuildAndUploadITAR :
76- uses : ./.github/workflows/test-build.yml
77- secrets : inherit
78- permissions :
79- id-token : write
80- contents : read
81- with :
82- BucketKey : " integration-test/binary/${{ github.sha }}"
83- PackageBucketKey : " integration-test/packaging/${{ github.sha }}"
84- Region : " us-gov-east-1"
85- TerraformAWSAssumeRole : ${{ vars.TERRAFORM_AWS_ASSUME_ROLE_ITAR }}
86- Bucket : ${{ vars.S3_INTEGRATION_BUCKET_ITAR }}
75+ # BuildAndUploadITAR:
76+ # uses: ./.github/workflows/test-build.yml
77+ # secrets: inherit
78+ # permissions:
79+ # id-token: write
80+ # contents: read
81+ # with:
82+ # BucketKey: "integration-test/binary/${{ github.sha }}"
83+ # PackageBucketKey: "integration-test/packaging/${{ github.sha }}"
84+ # Region: "us-gov-east-1"
85+ # TerraformAWSAssumeRole: ${{ vars.TERRAFORM_AWS_ASSUME_ROLE_ITAR }}
86+ # Bucket: ${{ vars.S3_INTEGRATION_BUCKET_ITAR }}
8787
88- BuildAndUploadCN :
89- uses : ./.github/workflows/test-build.yml
90- secrets : inherit
91- permissions :
92- id-token : write
93- contents : read
94- with :
95- BucketKey : " integration-test/binary/${{ github.sha }}"
96- PackageBucketKey : " integration-test/packaging/${{ github.sha }}"
97- Region : " cn-north-1"
98- TerraformAWSAssumeRole : ${{ vars.TERRAFORM_AWS_ASSUME_ROLE_CN }}
99- Bucket : ${{ vars.S3_INTEGRATION_BUCKET_CN }}
88+ # BuildAndUploadCN:
89+ # uses: ./.github/workflows/test-build.yml
90+ # secrets: inherit
91+ # permissions:
92+ # id-token: write
93+ # contents: read
94+ # with:
95+ # BucketKey: "integration-test/binary/${{ github.sha }}"
96+ # PackageBucketKey: "integration-test/packaging/${{ github.sha }}"
97+ # Region: "cn-north-1"
98+ # TerraformAWSAssumeRole: ${{ vars.TERRAFORM_AWS_ASSUME_ROLE_CN }}
99+ # Bucket: ${{ vars.S3_INTEGRATION_BUCKET_CN }}
100100
101101 StartIntegrationTests :
102102 needs : [ BuildDocker ]
0 commit comments