Run unstable unit tests in CI

Running unstable unit tests in CI should help with making sure they
don't fail permanently without the fact being noticed in daily
pipelines.

(cherry picked from commit 1d8788464e)
This commit is contained in:
Michal Nowak 2021-03-26 11:51:46 +01:00
parent 7e8073dea2
commit 4084dd1dd5
No known key found for this signature in database
GPG key ID: 24A3E8463AEE5E56

View file

@ -676,6 +676,7 @@ unit:gcc:buster:amd64:
artifacts: true
# Jobs for regular GCC builds on Debian 11 "bullseye" (amd64)
# (The second unit test job also executes unstable unit tests.)
gcc:bullseye:amd64:
variables:
@ -699,6 +700,20 @@ unit:gcc:bullseye:amd64:
- job: gcc:bullseye:amd64
artifacts: true
unit:gcc:bullseye:unstable:amd64:
<<: *debian_bullseye_amd64_image
<<: *unit_test_job
variables:
CI_ENABLE_ALL_TESTS: 1
needs:
- job: gcc:bullseye:amd64
artifacts: true
only:
- api
- schedules
- triggers
- web
# Jobs for cross-compiled GCC builds on Debian 11 "bullseye" (amd64) with
# 32-bit libraries