Skip to content

Commit a0a93d1

Browse files
committed
refactor: use dd-adot test for Fargate
1 parent a13dc01 commit a0a93d1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/s3-publish-cf-templates.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ on:
2020
ARTILLERY_CLOUD_API_KEY_TEST:
2121
description: 'Artillery Cloud API Key for running tests'
2222
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
2329

2430
workflow_dispatch:
2531
inputs:
@@ -75,7 +81,7 @@ jobs:
7581
- service: lambda
7682
test-file: 'test/cloud-e2e/lambda/lambda-smoke.test.js'
7783
- service: fargate
78-
test-file: 'test/cloud-e2e/fargate/cw-adot.test.js'
84+
test-file: 'test/cloud-e2e/fargate/dd-adot.test.js'
7985
max-parallel: 1
8086

8187
steps:
@@ -211,6 +217,8 @@ jobs:
211217
ARTILLERY_CLOUD_ENDPOINT: ${{ secrets.ARTILLERY_CLOUD_ENDPOINT_TEST }}
212218
ARTILLERY_CLOUD_API_KEY: ${{ secrets.ARTILLERY_CLOUD_API_KEY_TEST }}
213219
FORCE_COLOR: 1
220+
DD_TESTS_API_KEY: ${{ secrets.DD_TESTS_API_KEY }}
221+
DD_TESTS_APP_KEY: ${{ secrets.DD_TESTS_APP_KEY }}
214222
run: |
215223
npm run test:aws:ci --workspace artillery -- --files ${{ matrix.test-file }}
216224

0 commit comments

Comments
 (0)