diff options
| author | nl6720 <nl6720@gmail.com> | 2021-04-02 12:23:18 +0300 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2021-04-30 19:44:37 +0300 |
| commit | 0ed1c61f1fc3708722fc8593ca8e31b4bc8946d1 (patch) | |
| tree | aaaf94a7d6d6a487cf7bc7788cd5fb8ae4574b98 /.gitlab-ci.yml | |
| parent | 8bf95d37d3c7d50cd6c452a57d0706ced1db6f89 (diff) | |
| download | archiso-0ed1c61f1fc3708722fc8593ca8e31b4bc8946d1.tar.gz archiso-0ed1c61f1fc3708722fc8593ca8e31b4bc8946d1.tar.bz2 | |
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.
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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] |
