From 03a7c6a91630c928169d898dc2e5de80b0b27cf9 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Thu, 20 Apr 2023 11:33:15 -0400 Subject: [PATCH] Cirrus: Drop benchmarks artifacts These aren't being generated anymore. Signed-off-by: Chris Evich --- .cirrus.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index bde179a35a..b9ca7f1c0f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1105,12 +1105,6 @@ artifacts_task: - tar xjf repo.tbz - mv ./podman-remote-release-darwin_*.zip $CIRRUS_WORKING_DIR/ - mv ./contrib/pkginstaller/out/podman-installer-macos-*.pkg $CIRRUS_WORKING_DIR/ - benchmarks_script: - - mkdir -p /tmp/benchmarks - - cd /tmp/benchmarks - - $ARTCURL/podman_machine/benchmark.zip - - unzip benchmark.zip - - mv ./data/benchmarks.{env,csv} $CIRRUS_WORKING_DIR/ always: contents_script: ls -la $CIRRUS_WORKING_DIR # Produce downloadable files and an automatic zip-file accessible