File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 20
20
ARTILLERY_CLOUD_API_KEY_TEST :
21
21
description : ' Artillery Cloud API Key for running tests'
22
22
required : true
23
+ DD_TESTS_API_KEY :
24
+ description : ' Datadog API Key for running tests'
25
+ required : true
26
+ DD_TESTS_APP_KEY :
27
+ description : ' Datadog App Key for running tests'
28
+ required : true
23
29
24
30
workflow_dispatch :
25
31
inputs :
75
81
- service : lambda
76
82
test-file : ' test/cloud-e2e/lambda/lambda-smoke.test.js'
77
83
- service : fargate
78
- test-file : ' test/cloud-e2e/fargate/cw -adot.test.js'
84
+ test-file : ' test/cloud-e2e/fargate/dd -adot.test.js'
79
85
max-parallel : 1
80
86
81
87
steps :
@@ -211,6 +217,8 @@ jobs:
211
217
ARTILLERY_CLOUD_ENDPOINT : ${{ secrets.ARTILLERY_CLOUD_ENDPOINT_TEST }}
212
218
ARTILLERY_CLOUD_API_KEY : ${{ secrets.ARTILLERY_CLOUD_API_KEY_TEST }}
213
219
FORCE_COLOR : 1
220
+ DD_TESTS_API_KEY : ${{ secrets.DD_TESTS_API_KEY }}
221
+ DD_TESTS_APP_KEY : ${{ secrets.DD_TESTS_APP_KEY }}
214
222
run : |
215
223
npm run test:aws:ci --workspace artillery -- --files ${{ matrix.test-file }}
216
224
You can’t perform that action at this time.
0 commit comments