From d477854e537a4ccb3ae90106f48a74e17d1ebcce Mon Sep 17 00:00:00 2001 From: Nicolas Catoni Date: Thu, 26 Feb 2026 17:41:54 +0100 Subject: [PATCH] Add nightly system-tests configuration Run the tracer_release scenario group on schedule and push to main, keep appsec for pull requests. Upload all results to Test Optimization. Made-with: Cursor --- .github/workflows/system_tests.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/system_tests.yml b/.github/workflows/system_tests.yml index b61725b1..f9482d21 100644 --- a/.github/workflows/system_tests.yml +++ b/.github/workflows/system_tests.yml @@ -27,12 +27,15 @@ 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 + push_to_test_optimization: true