From b21277f1ea0d03aeabe10b42ec79067210e65ee2 Mon Sep 17 00:00:00 2001 From: Nicolas Catoni Date: Tue, 3 Mar 2026 14:46:01 +0100 Subject: [PATCH 1/3] Adding test optimization reporting for system-tests --- .github/workflows/system_tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/system_tests.yml b/.github/workflows/system_tests.yml index b61725b1..08698cdf 100644 --- a/.github/workflows/system_tests.yml +++ b/.github/workflows/system_tests.yml @@ -27,12 +27,14 @@ jobs: needs: - build uses: DataDog/system-tests/.github/workflows/system-tests.yml@main - secrets: inherit + secrets: + DD_API_KEY: ${{ secrets.DD_API_KEY }} + TEST_OPTIMIZATION_API_KEY: ${{ secrets.DD_API_KEY }} permissions: contents: read packages: write with: library: python_lambda binaries_artifact: binaries - scenarios_groups: appsec + scenarios_groups: tracer_release skip_empty_scenarios: true From 5daa6d2b7a8d813c214fdfc42093a6901427aca6 Mon Sep 17 00:00:00 2001 From: Nicolas Catoni Date: Wed, 4 Mar 2026 14:32:54 +0100 Subject: [PATCH 2/3] Push to test optim --- .github/workflows/system_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/system_tests.yml b/.github/workflows/system_tests.yml index 08698cdf..f9482d21 100644 --- a/.github/workflows/system_tests.yml +++ b/.github/workflows/system_tests.yml @@ -38,3 +38,4 @@ jobs: binaries_artifact: binaries scenarios_groups: tracer_release skip_empty_scenarios: true + push_to_test_optimization: true From bd4fe3d7c8ae74e82eaa58d3e14b8394c4c136b7 Mon Sep 17 00:00:00 2001 From: Nicolas Catoni Date: Tue, 10 Mar 2026 12:54:00 +0100 Subject: [PATCH 3/3] New API key for test optimization --- .github/workflows/system_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/system_tests.yml b/.github/workflows/system_tests.yml index f9482d21..49e7bf05 100644 --- a/.github/workflows/system_tests.yml +++ b/.github/workflows/system_tests.yml @@ -29,7 +29,7 @@ jobs: uses: DataDog/system-tests/.github/workflows/system-tests.yml@main secrets: DD_API_KEY: ${{ secrets.DD_API_KEY }} - TEST_OPTIMIZATION_API_KEY: ${{ secrets.DD_API_KEY }} + TEST_OPTIMIZATION_API_KEY: ${{ secrets.TEST_OPTIMIZATION_API_KEY }} permissions: contents: read packages: write