You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/system-tests.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ jobs:
77
77
test:
78
78
needs:
79
79
- build
80
-
uses: DataDog/system-tests/.github/workflows/system-tests.yml@bd28672d98576c2b07b6885ef18c6086c357d2e9# Automated: This reference is automatically updated.
80
+
uses: DataDog/system-tests/.github/workflows/system-tests.yml@604799da17ce482fbfa9ce748cda84f6d5cc7d30# Automated: This reference is automatically updated.
81
81
secrets:
82
82
TEST_OPTIMIZATION_API_KEY: ${{ secrets.DD_API_KEY }} # key used to pushed test results to test optim
83
83
DD_API_KEY: ${{ secrets.DD_API_KEY }} # key used in tests runs
@@ -91,7 +91,7 @@ jobs:
91
91
desired_execution_time: 300# 5 minutes
92
92
scenarios_groups: tracer_release
93
93
skip_empty_scenarios: true
94
-
ref: bd28672d98576c2b07b6885ef18c6086c357d2e9# Automated: This reference is automatically updated.
94
+
ref: 604799da17ce482fbfa9ce748cda84f6d5cc7d30# Automated: This reference is automatically updated.
0 commit comments