summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-04-02 16:50:07 +0200
committerThomas Haller <thaller@redhat.com>2019-04-04 09:54:35 +0200
commit645b195f9c764a4641390af26f1a29f5a1d852f2 (patch)
treee079df8a3af01c917e4e0463b146c16162d3ae79
parent917cd3eb0388d872119667f119b90f3927844d50 (diff)
downloadNetworkManager-645b195f9c764a4641390af26f1a29f5a1d852f2.tar.gz
gitlab-ci: print information about test environment in tests
It's just interesting to see in the logs.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 207c992552..887ac2db44 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,6 +18,8 @@ stages:
.fedora_script: &fedora_script
stage: test
script:
+ - date '+%Y%m%d-%H%M%S'; uname -a
+ - date '+%Y%m%d-%H%M%S'; dnf list --installed
- date '+%Y%m%d-%H%M%S'; git clean -fdx ; CI=gitlab BUILD_TYPE=autotools CC=gcc WITH_DOCS=1 contrib/scripts/nm-ci-run.sh
- date '+%Y%m%d-%H%M%S'; rm -rf /tmp/nm-docs-html; mv build/INST/share/gtk-doc/html /tmp/nm-docs-html
- date '+%Y%m%d-%H%M%S'; git clean -fdx ; CI=gitlab BUILD_TYPE=meson CC=gcc WITH_DOCS=1 contrib/scripts/nm-ci-run.sh