Skip to content

Commit 32898b5

Browse files
Push system-tests results to test optimization (#275)
* Push system-tests results to test optimization * Use existing key Co-authored-by: Charles de Beauchesne <charles.debeauchesne@datadoghq.com> * Env fix * Move to global secret --------- Co-authored-by: Charles de Beauchesne <charles.debeauchesne@datadoghq.com>
1 parent c916693 commit 32898b5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/dev.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ jobs:
185185
system-tests:
186186
needs: build-system-tests-artifact
187187
uses: DataDog/system-tests/.github/workflows/system-tests.yml@main
188-
secrets: inherit
188+
secrets:
189+
TEST_OPTIMIZATION_API_KEY: ${{ secrets.DD_CI_VIS_API_KEY }}
189190
permissions:
190191
contents: read
191192
packages: write
@@ -194,3 +195,4 @@ jobs:
194195
binaries_artifact: system_tests_binaries
195196
parametric_job_count: 8 # dedicated parameter to speed up parametric job
196197
scenarios: PARAMETRIC
198+
push_to_test_optimization: true

0 commit comments

Comments
 (0)