Skip to content

Commit

Permalink
Remove /cache from nightly benchmark (#4386)
Browse files Browse the repository at this point in the history
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 update. This may not have been the right solution in the
first place.

### Issue number

None. Found after system update.
  • Loading branch information
paolino authored Jan 9, 2024
2 parents 785ac5c + 18acf13 commit c5e41be
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .buildkite/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5e41be

Please sign in to comment.