From 3b7307182f272756bd805ca2d5f4af79efa639a0 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Thu, 30 May 2024 10:15:35 -0700 Subject: [PATCH] misc: Fix daily-tests 1. Typo in container. 2. Add compression level to minimize size of generated artifact. Change-Id: I854e814162fb434ad50a64e3070b943905e4134b --- .github/workflows/daily-tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/daily-tests.yaml b/.github/workflows/daily-tests.yaml index 5cd580694f..cf39474401 100644 --- a/.github/workflows/daily-tests.yaml +++ b/.github/workflows/daily-tests.yaml @@ -74,7 +74,7 @@ jobs: # gem5 build artifacts when running the long tests. merge-gem5-build-artifacts: runs-on: [self-hosted, linux, x64] - container: ghcr.io/gem5/ubuntu-24.04_all-dependencies:latestt + container: ghcr.io/gem5/ubuntu-24.04_all-dependencies:latest needs: [build-gem5, name-artifacts] steps: - name: Merge gem5 build artifacts @@ -83,6 +83,7 @@ jobs: name: ${{needs.name-artifacts.outputs.build-name}} pattern: ${{needs.name-artifacts.outputs.build-name}}* retention-days: 1 + compression-level: 9 # this builds both unittests.fast and unittests.debug