mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 23:10:18 +01:00
ci: randomize tests during our CI
This affects gitlab-ci and travis-ci, which both run this script.
(cherry picked from commit 70487d9ff8)
This commit is contained in:
parent
a96f601c8a
commit
cd8c375849
1 changed files with 4 additions and 0 deletions
|
|
@ -52,6 +52,10 @@ _WITH_LIBTEAM="$_TRUE"
|
|||
_WITH_DOCS="$_TRUE"
|
||||
_WITH_SYSTEMD_LOGIND="$_TRUE"
|
||||
|
||||
if [ "$NMTST_SEED_RAND" != "" ]; then
|
||||
export NMTST_SEED_RAND=
|
||||
fi
|
||||
|
||||
case "$CI" in
|
||||
""|"true"|"default"|"gitlab")
|
||||
CI=default
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue