@@ -216,7 +216,7 @@ jobs:
216216 python3 unit-tests/run-unit-tests.py --no-color --debug --stdout --not-live --context "dds windows" ${{env.WIN_BUILD_DIR}}/Release
217217
218218# --------------------------------------------------------------------------------
219- Win_SH_Py_DDS_CI_SEC : # Windows, Shared, Python, Tools, DDS, libCI without executables , additional security checks
219+ Win_SH_Py_DDS_SEC : # Windows, Shared, Python, Tools, DDS, additional security checks
220220 runs-on : windows-2019
221221 timeout-minutes : 60
222222 steps :
@@ -257,13 +257,6 @@ jobs:
257257 cd ${{env.WIN_BUILD_DIR}}
258258 cmake --build . --config ${{env.LRS_RUN_CONFIG}} -- -m
259259
260- - name : LibCI
261- # Note: we specifically disable BUILD_UNIT_TESTS so the executable C++ unit-tests won't run
262- # This is to save time as DDS already lengthens the build...
263- shell : bash
264- run : |
265- python3 unit-tests/run-unit-tests.py --no-color --debug --stdout --not-live --context "dds windows" ${{env.WIN_BUILD_DIR}}/Release
266-
267260
268261 # --------------------------------------------------------------------------------
269262 Win_SH_Py_RSUSB_Csharp : # Windows, Shared, Python, RSUSB backend, C# bindings
@@ -444,7 +437,7 @@ jobs:
444437
445438
446439 # --------------------------------------------------------------------------------
447- U20_ST_Py_DDS_RSUSB_CI_SEC : # Ubuntu 2020, Static, Python, DDS, RSUSB, LibCI without executables , additional security checks
440+ U20_ST_Py_DDS_RSUSB_SEC : # Ubuntu 2020, Static, Python, DDS, RSUSB, additional security checks
448441 runs-on : ubuntu-20.04
449442 timeout-minutes : 60
450443 steps :
@@ -490,13 +483,6 @@ jobs:
490483 cmake ../../.github/workflows/rs-all-client -DBUILD_WITH_DDS=ON -DFORCE_RSUSB_BACKEND=ON
491484 cmake --build . -- -j4
492485 ./rs-all-client
493-
494- - name : LibCI
495- # Note: we specifically disable BUILD_UNIT_TESTS so the executable C++ unit-tests won't run
496- # This is to save time as DDS already lengthens the build...
497- shell : bash
498- run : |
499- python3 unit-tests/run-unit-tests.py --no-color --debug --stdout --not-live --context "dds linux" --tag dds
500486
501487
502488 # --------------------------------------------------------------------------------
0 commit comments