Skip to content

Commit

Permalink
Pre-pull Vetu VM before running tests (#777)
Browse files Browse the repository at this point in the history
Could help with TestWorkerStandByVetu timing out after 10 minutes.
  • Loading branch information
edigaryev committed Aug 30, 2024
1 parent 0e81ac9 commit 5297c2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ task:
- sudo apt-get update && sudo apt-get -y install apt-transport-https ca-certificates
- echo "deb [trusted=yes] https://apt.fury.io/cirruslabs/ /" | sudo tee /etc/apt/sources.list.d/cirruslabs.list
- sudo apt-get update && sudo apt-get -y install vetu
pre_pull_vm_script:
- vetu pull $CIRRUS_INTERNAL_VETU_VM
test_script:
- wget --no-verbose -O - https://go.dev/dl/go1.22.2.linux-arm64.tar.gz | tar -C /usr/local -xz
- export PATH=$PATH:/usr/local/go/bin
Expand Down

0 comments on commit 5297c2a

Please sign in to comment.