90
90
echo 'command: ${{ steps.set_command.outputs.command }}'
91
91
smoke_test_on_x64 :
92
92
needs : prepare_smoke_test
93
- uses : timeplus-io/proton/.github/workflows/run_command.yml@develop
93
+ uses : timeplus-io/proton/.github/workflows/run_command.yml@bugfix/issue-881-try-fix-ci
94
94
if : github.event.inputs.arch == 'x64'
95
95
with :
96
96
ec2-instance-type : ${{ vars.X64_INSTANCE_TYPE }}
@@ -115,7 +115,7 @@ jobs:
115
115
TIMEPLUS_WORKSPACE2 : ${{ secrets.TIMEPLUS_WORKSPACE2 }}
116
116
smoke_test_on_arm :
117
117
needs : prepare_smoke_test
118
- uses : timeplus-io/proton/.github/workflows/run_command.yml@develop
118
+ uses : timeplus-io/proton/.github/workflows/run_command.yml@bugfix/issue-881-try-fix-ci
119
119
if : github.event.inputs.arch == 'arm'
120
120
with :
121
121
ec2-instance-type : ${{ vars.ARM_INSTANCE_TYPE }}
@@ -191,7 +191,7 @@ jobs:
191
191
echo 'command: ${{ steps.set_command.outputs.command }}'
192
192
query_compability_test_on_x64 :
193
193
needs : prepare_query_compability_test
194
- uses : timeplus-io/proton/.github/workflows/run_command.yml@develop
194
+ uses : timeplus-io/proton/.github/workflows/run_command.yml@bugfix/issue-881-try-fix-ci
195
195
if : github.event.inputs.arch == 'x64'
196
196
with :
197
197
ec2-instance-type : ${{ vars.X64_TEST_ONLY_INSTANCE_TYPE_SMALL }}
@@ -218,7 +218,7 @@ jobs:
218
218
TP_DEMO_SITE_API_KEY : ${{ secrets.TP_DEMO_SITE_API_KEY }}
219
219
query_compability_on_arm :
220
220
needs : prepare_query_compability_test
221
- uses : timeplus-io/proton/.github/workflows/run_command.yml@develop
221
+ uses : timeplus-io/proton/.github/workflows/run_command.yml@bugfix/issue-881-try-fix-ci
222
222
if : github.event.inputs.arch == 'arm'
223
223
with :
224
224
ec2-instance-type : ${{ vars.ARM_TEST_ONLY_INSTANCE_TYPE_SMALL }}
@@ -266,7 +266,7 @@ jobs:
266
266
echo 'command: ${{ steps.set_command.outputs.command }}'
267
267
unit_test_on_x64 :
268
268
needs : prepare_unit_test
269
- uses : timeplus-io/proton/.github/workflows/run_command.yml@develop
269
+ uses : timeplus-io/proton/.github/workflows/run_command.yml@bugfix/issue-881-try-fix-ci
270
270
if : github.event.inputs.arch == 'x64'
271
271
with :
272
272
ec2-instance-type : ${{ vars.X64_INSTANCE_TYPE }}
@@ -291,7 +291,7 @@ jobs:
291
291
TIMEPLUS_WORKSPACE2 : ${{ secrets.TIMEPLUS_WORKSPACE2 }}
292
292
unit_test_on_arm :
293
293
needs : prepare_unit_test
294
- uses : timeplus-io/proton/.github/workflows/run_command.yml@develop
294
+ uses : timeplus-io/proton/.github/workflows/run_command.yml@bugfix/issue-881-try-fix-ci
295
295
if : github.event.inputs.arch == 'arm'
296
296
with :
297
297
ec2-instance-type : ${{ vars.ARM_INSTANCE_TYPE }}
@@ -338,7 +338,7 @@ jobs:
338
338
echo 'command: ${{ steps.set_command.outputs.command }}'
339
339
stateless_test_on_x64 :
340
340
needs : prepare_stateless_test
341
- uses : timeplus-io/proton/.github/workflows/run_command.yml@develop
341
+ uses : timeplus-io/proton/.github/workflows/run_command.yml@bugfix/issue-881-try-fix-ci
342
342
if : github.event.inputs.arch == 'x64'
343
343
with :
344
344
ec2-instance-type : ${{ vars.X64_INSTANCE_TYPE }}
@@ -363,7 +363,7 @@ jobs:
363
363
TIMEPLUS_WORKSPACE2 : ${{ secrets.TIMEPLUS_WORKSPACE2 }}
364
364
stateless_test_on_arm :
365
365
needs : prepare_stateless_test
366
- uses : timeplus-io/proton/.github/workflows/run_command.yml@develop
366
+ uses : timeplus-io/proton/.github/workflows/run_command.yml@bugfix/issue-881-try-fix-ci
367
367
if : github.event.inputs.arch == 'arm'
368
368
with :
369
369
ec2-instance-type : ${{ vars.ARM_INSTANCE_TYPE }}
@@ -435,7 +435,7 @@ jobs:
435
435
TIMEPLUS_WORKSPACE2 : ${{ secrets.TIMEPLUS_WORKSPACE2 }}
436
436
stateful_test_on_arm :
437
437
needs : prepare_stateful_test
438
- uses : timeplus-io/proton/.github/workflows/run_command.yml@develop
438
+ uses : timeplus-io/proton/.github/workflows/run_command.yml@bugfix/issue-881-try-fix-ci
439
439
if : github.event.inputs.arch == 'arm'
440
440
with :
441
441
ec2-instance-type : ${{ vars.ARM_INSTANCE_TYPE }}
0 commit comments