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