Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
test:
needs:
- build
uses: DataDog/system-tests/.github/workflows/system-tests.yml@38b9edcd63a1158f1a51e0430770052341b9cfdb # Automated: This reference is automatically updated.
uses: DataDog/system-tests/.github/workflows/system-tests.yml@7cc82692d3d02b17f20d6d0fcbee09de21f27ad4 # Automated: This reference is automatically updated.
secrets:
TEST_OPTIMIZATION_API_KEY: ${{ secrets.DD_API_KEY }} # key used to pushed test results to test optim
DD_API_KEY: ${{ secrets.DD_API_KEY }} # key used in tests runs
Expand All @@ -91,7 +91,7 @@ jobs:
desired_execution_time: 300 # 5 minutes
scenarios_groups: tracer_release
skip_empty_scenarios: true
ref: 38b9edcd63a1158f1a51e0430770052341b9cfdb # Automated: This reference is automatically updated.
ref: 7cc82692d3d02b17f20d6d0fcbee09de21f27ad4 # Automated: This reference is automatically updated.
force_execute: ${{ needs.build.outputs.forced_tests }}
parametric_job_count: 8
push_to_test_optimization: true
Expand Down
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ requirements_json_test:

configure_system_tests:
variables:
SYSTEM_TESTS_REF: 38b9edcd63a1158f1a51e0430770052341b9cfdb # Automated: This reference is automatically updated.
SYSTEM_TESTS_REF: 7cc82692d3d02b17f20d6d0fcbee09de21f27ad4 # Automated: This reference is automatically updated.
SYSTEM_TESTS_SCENARIOS_GROUPS: "simple_onboarding,lib-injection"

save_versions:
Expand Down
Loading