[glib/wip/pwithnall/temp-ci-numbers] WIP



commit c4501ce4c5cebc4b73ea00a706bf02d5f0c3042b
Author: Philip Withnall <withnall endlessm com>
Date:   Thu Jul 9 11:31:55 2020 +0100

    WIP
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 .gitlab-ci.yml                           | 11 +++++++++++
 .gitlab-ci/show-execution-environment.sh |  6 ++++++
 2 files changed, 17 insertions(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e25d57bd9..447c04398 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -24,6 +24,15 @@ variables:
     - branches
   except:
     - tags
+  before_script:
+    - cat /proc/loadavg
+    - nproc
+    - ip -s link ls || true
+    - cat /proc/net/dev
+  after_script:
+    - cat /proc/loadavg
+    - ip -s link ls || true
+    - cat /proc/net/dev
 
 .build:
   extends: .only-default
@@ -57,6 +66,7 @@ fedora-x86_64:
     # FIXME: Cannot use MESON_COMMON_OPTIONS here because meson warns about gtkdoc
     # feature introduced in 0.52 but we only depends on 0.49. So we cannot build
     # with --fatal-meson-warnings.
+    - cat /proc/net/dev
     - meson ${MESON_COMMON_OPTIONS_NO_WARNING}
             --werror
             --default-library=both
@@ -73,6 +83,7 @@ fedora-x86_64:
     - lcov --config-file .gitlab-ci/lcovrc --directory _build --capture --initial --output-file 
"_coverage/${CI_JOB_NAME}-baseline.lcov"
     - .gitlab-ci/run-tests.sh
     - lcov --config-file .gitlab-ci/lcovrc --directory _build --capture --output-file 
"_coverage/${CI_JOB_NAME}.lcov"
+    - cat /proc/net/dev
   artifacts:
     reports:
       junit: "_build/${CI_JOB_NAME}-report.xml"
diff --git a/.gitlab-ci/show-execution-environment.sh b/.gitlab-ci/show-execution-environment.sh
index 0c2265161..21d37af57 100755
--- a/.gitlab-ci/show-execution-environment.sh
+++ b/.gitlab-ci/show-execution-environment.sh
@@ -9,3 +9,9 @@ setpriv --dump || :
 ulimit -a || :
 cat /proc/self/status || :
 cat /proc/self/mountinfo || :
+
+
+cat /proc/loadavg
+nproc
+ip -s link ls || true
+cat /proc/net/dev


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]