Skip to content

Commit 4667264

Browse files
committed
try run system-tests
1 parent 5a18d53 commit 4667264

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/dev.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,29 @@ jobs:
142142
Invoke-WebRequest -Uri "https://github.com/DataDog/datadog-ci/releases/latest/download/datadog-ci_win-x64" -OutFile "datadog-ci.exe"
143143
./datadog-ci.exe junit upload --service dd-trace-cpp --tags test.source.file:test/*.cpp report.xml
144144
145+
system-tests:
146+
uses: DataDog/system-tests/.github/workflows/system-tests.yml@anna/config-vis-cpp
147+
secrets: inherit
148+
permissions:
149+
contents: read
150+
packages: write
151+
with:
152+
library: cpp
153+
binaries_artifact: binaries
154+
desired_execution_time: 300 # 5 minutes
155+
scenarios: PARAMETRIC
156+
skip_empty_scenarios: true
157+
_system_tests_dev_mode: true
158+
display_summary: true
159+
160+
# Ensure the main job is run to completion
161+
check-system-tests:
162+
needs: system-tests
163+
name: Check system tests success
164+
runs-on: ubuntu-latest
165+
steps:
166+
- run: exit 0
167+
145168
coverage:
146169
needs: build-linux-cmake
147170
runs-on: ubuntu-22.04-arm

0 commit comments

Comments
 (0)