File tree 2 files changed +9
-1
lines changed
actions/tests/run-e2e-tests
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ inputs:
40
40
decrypt :
41
41
description : ' Decrypt secrets'
42
42
required : false
43
+ threads :
44
+ description : ' Number of threads to use'
45
+ required : false
46
+ default : ' 4'
43
47
44
48
runs :
45
49
using : composite
75
79
--log-cli-level '${{ inputs.log_level }}' \
76
80
-k '${{ inputs.keyword }}' \
77
81
-m '${{ inputs.markers }}' \
78
- -n 4 \
82
+ -n '${{ inputs.threads}}' \
79
83
--dist=loadgroup \
80
84
--ci-run \
81
85
--init-timestamp '${{ inputs.init_timestamp }}' \
Original file line number Diff line number Diff line change @@ -238,6 +238,7 @@ jobs:
238
238
env : staging
239
239
decrypt : true
240
240
markers : " not active_flow and not passive_flow and (CD or rpc)"
241
+ threads : 1
241
242
242
243
run-all-tests :
243
244
permissions :
@@ -265,6 +266,7 @@ jobs:
265
266
decrypt : true
266
267
markers : " not active_flow and not passive_flow"
267
268
deployment_mc_epoch : $DEPLOYMENT_MC_EPOCH
269
+ threads : 1
268
270
269
271
wait-for-n1-epoch :
270
272
permissions :
@@ -326,6 +328,7 @@ jobs:
326
328
latest_mc_epoch : true
327
329
markers : " not active_flow and not passive_flow"
328
330
deployment_mc_epoch : $DEPLOYMENT_MC_EPOCH
331
+ threads : 1
329
332
330
333
wait-for-n2-epoch :
331
334
permissions :
@@ -387,6 +390,7 @@ jobs:
387
390
latest_mc_epoch : true
388
391
markers : " not active_flow and not passive_flow"
389
392
deployment_mc_epoch : $DEPLOYMENT_MC_EPOCH
393
+ threads : 1
390
394
391
395
publish :
392
396
permissions :
You can’t perform that action at this time.
0 commit comments