Skip to content

Add system:gcc:bullseye:unstable:amd64 CI job

Without this CI job long pytest jobs are not being run in the CI:

D:timeouts:tests-tcp.py::test_max_transfer_idle_out SKIPPED                         [ 87%]
D:timeouts:tests-tcp.py::test_max_transfer_time_out SKIPPED                         [100%]
D:timeouts:
D:timeouts:=========================== short test summary info ============================
D:timeouts:SKIPPED [1] tests-tcp.py:214: CI_ENABLE_ALL_TESTS not set
D:timeouts:SKIPPED [1] tests-tcp.py:248: CI_ENABLE_ALL_TESTS not set
D:timeouts:======================== 6 passed, 2 skipped in 52.21s =========================

system:gcc:bullseye:unstable:amd64 CI job now runs these in scheduled etc. pipelines (5-6 minutes are added to the CI job):

D:timeouts:tests-tcp.py::test_max_transfer_idle_out PASSED                          [ 87%]
D:timeouts:tests-tcp.py::test_max_transfer_time_out PASSED                          [100%]
D:timeouts:
D:timeouts:======================== 8 passed in 447.42s (0:07:27) =========================

Merge request reports