summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-05-17 13:30:14 +0200
committerThomas Haller <thaller@redhat.com>2019-05-17 13:30:14 +0200
commit70487d9ff8a053dc71e612a5403f9fb3f7f2dbc1 (patch)
tree3e207de04d8e351576f8825fdcb5206f05e0478d
parent13be4492965332fafd7f66c4b68f30cb9b8bb79a (diff)
downloadNetworkManager-70487d9ff8a053dc71e612a5403f9fb3f7f2dbc1.tar.gz
ci: randomize tests during our CI
This affects gitlab-ci and travis-ci, which both run this script.
-rwxr-xr-xcontrib/scripts/nm-ci-run.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/scripts/nm-ci-run.sh b/contrib/scripts/nm-ci-run.sh
index fca58ca61f..6328267948 100755
--- a/contrib/scripts/nm-ci-run.sh
+++ b/contrib/scripts/nm-ci-run.sh
@@ -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