From 7cbfc92d371eda509721a2471df9ea6d34c409d2 Mon Sep 17 00:00:00 2001 From: Cyril Rohr Date: Mon, 30 Jun 2025 08:47:30 +0200 Subject: [PATCH] Enable CI metrics (#19303) --- .github/workflows/test-core.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/test-core.yml b/.github/workflows/test-core.yml index cb177f708ab..38665570c93 100644 --- a/.github/workflows/test-core.yml +++ b/.github/workflows/test-core.yml @@ -25,17 +25,15 @@ jobs: name: Units + Features if: github.repository == 'opf/openproject' runs-on: - labels: - - runs-on - - runner=32cpu-linux-x64 - - family=m7+c7+r7+i7 - - ram=128 - - run-id=${{ github.run_id }} + labels: "runs-on=${{ github.run_id }}/runner=32cpu-linux-x64/family=m7+c7+r7+i7/ram=128" timeout-minutes: 40 env: DOCKER_BUILDKIT: 1 CI_RETRY_COUNT: 3 steps: + - uses: runs-on/action@v2 + with: + metrics: cpu,memory,disk,io,network - uses: actions/checkout@v4 - name: Cache DOCKER id: cache_docker