mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 21:30:16 +01:00
ci: merge branch 'th/randomize-tests-for-gitlab-ci'
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/merge_requests/125
This commit is contained in:
commit
4a10feec16
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