From 0ed1c61f1fc3708722fc8593ca8e31b4bc8946d1 Mon Sep 17 00:00:00 2001 From: nl6720 Date: Fri, 2 Apr 2021 12:23:18 +0300 Subject: Add package count, El Torito EFI image size and initramfs image sizes to GitLab metrics Metrics are now collected in build-inside-vm.sh since the files in question are in the work directory. Implements #101 and #111. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95d688e..921bc07 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ shellcheck: script: - ./.gitlab/ci/build-host.sh after_script: - - echo "image_size_mebibytes{image=\"${PROFILE}\"} $(du -m output/${PROFILE}/*iso)" > metrics.txt + - cp -- "output/${PROFILE}/job-metrics" metrics.txt parallel: matrix: - PROFILE: [baseline, releng] -- cgit v1.2.3-54-g00ecf