File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments