From 18acf13869defddae26e35927aff93a8e3f60655 Mon Sep 17 00:00:00 2001 From: Heinrich Apfelmus Date: Mon, 8 Jan 2024 13:55:19 +0100 Subject: [PATCH] Remove `/cache` from nightly benchmark This pull requests removes any mention of the `/cache` directory from the nightly benchmark pipeline. The `/cache` directory was symlinked to `/tmp`, which got cleaned up during a system upgrade. This may not have been the right solution in the first place. --- .buildkite/nightly.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.buildkite/nightly.yml b/.buildkite/nightly.yml index 66cd728c91c..5acc34121c2 100644 --- a/.buildkite/nightly.yml +++ b/.buildkite/nightly.yml @@ -24,8 +24,6 @@ steps: - label: 'Restore benchmark - cardano mainnet' command: "./.buildkite/bench-restore.sh mainnet" - env: - HOME: "/cache/cardano-wallet.home" timeout_in_minutes: 1200 agents: system: x86_64-linux