File tree Expand file tree Collapse file tree 4 files changed +1586
-382
lines changed Expand file tree Collapse file tree 4 files changed +1586
-382
lines changed Original file line number Diff line number Diff line change 11
11
on :
12
12
workflow_call :
13
13
inputs :
14
- github_sha :
14
+ build_id :
15
15
required : true
16
16
type : string
17
17
test_repo_name :
40
40
type : string
41
41
s3_integration_bucket :
42
42
type : string
43
- agent_s3_path_linux :
44
- type : string
45
- agent_s3_path_windows :
46
- type : string
47
- agent_s3_path_mac :
48
- type : string
49
43
50
44
jobs :
51
45
EC2IntegrationTest :
@@ -98,15 +92,12 @@ jobs:
98
92
99
93
terraform init
100
94
if terraform apply --auto-approve \
101
- -var="agent_s3_path_linux=${{ inputs.agent_s3_path_linux }}" \
102
- -var="agent_s3_path_mac=${{ inputs.agent_s3_path_mac }}" \
103
- -var="agent_s3_path_windows=${{ inputs.agent_s3_path_windows }}" \
104
95
-var="agent_start=${{ matrix.arrays.agentStartCommand }}" \
105
96
-var="ami=${{ matrix.arrays.ami }}" \
106
97
-var="arc=${{ matrix.arrays.arc }}" \
107
98
-var="binary_name=${{ matrix.arrays.binaryName }}" \
108
99
-var="ca_cert_path=${{ matrix.arrays.caCertPath }}" \
109
- -var="cwa_github_sha=${{inputs.github_sha }}" \
100
+ -var="cwa_github_sha=${{inputs.build_id }}" \
110
101
-var="ec2_instance_type=${{ matrix.arrays.instanceType }}" \
111
102
-var="excluded_tests='${{ matrix.arrays.excludedTests }}'" \
112
103
-var="github_test_repo=${{ inputs.test_repo_url }}" \
You can’t perform that action at this time.
0 commit comments