Commit Graph

113 Commits

Author SHA1 Message Date
Etan Kissling 9e23fbeba9
retry download on unpack error
Sometimes, the downloaded tar file gets corrupted and fails to unpack.
Add a couple retries to avoid spurious CI failures in dependent projs.

```
[2022-12-09T23:17:22.588Z] + ./scripts/setup_scenarios.sh
[2022-12-09T23:17:22.588Z] Downloading consensus spec test vectors
[2022-12-09T23:17:22.588Z] ~/workspace/atforms_macos_aarch64_dev_etan_y/vendor/nim-eth2-scenarios ~/workspace/atforms_macos_aarch64_dev_etan_y
[2022-12-09T23:17:22.588Z] Downloading: v1.2.0/general.tar.gz
[2022-12-09T23:17:24.296Z] Downloading: v1.2.0/minimal.tar.gz
[2022-12-09T23:17:29.150Z] Downloading: v1.2.0/mainnet.tar.gz
[2022-12-09T23:17:30.331Z] Unpacking: v1.2.0/general.tar.gz
[2022-12-09T23:17:30.671Z] Unpacking: v1.2.0/minimal.tar.gz
[2022-12-09T23:17:36.665Z] Unpacking: v1.2.0/mainnet.tar.gz
[2022-12-09T23:17:36.665Z] tar: Error opening archive: Unrecognized archive format
[2022-12-09T23:17:36.665Z] Tar failed. Aborting.
script returned exit code 1
```
2022-12-11 15:35:24 +01:00
Etan Kissling 5163f18ae2
use `--retry-all-errors` when downloading tests
Some errors during test vectors download do not currently trigger retry:
curl: (92) HTTP/2 stream 0 was not closed cleanly: PROTOCOL_ERROR (err 1)
Setting `--retry-all-errors` should help mitigate that.
2022-12-06 14:09:41 +01:00
Dustin Brody 77db50f21a
download v1.2.0 test vectors and stop downloading v1.2.0-rc.3 test vectors 2022-09-22 19:08:20 +00:00
Dustin Brody db31a67bac
retry curl if it fails 2022-09-01 12:45:39 +00:00
Dustin Brody 16005799d5
download v1.2.0-rc.3 test vectors and stop downloading v1.2.0-rc.2 test vectors 2022-08-18 20:48:36 +00:00
tersec edda358e2f
download v1.2.0-rc.2 test vectors and stop downloading v1.2.0-rc.1 test vectors (#9) 2022-08-16 13:36:20 -04:00
Dustin Brody 0dce738175
download v1.2.0-rc.1 test vectors and stop downloading v1.1.10 test vectors 2022-05-24 12:19:09 +00:00
Dustin Brody 72ef38e2f4
download v1.1.10 test vectors and stop downloading v1.1.9 test vectors 2022-03-02 04:56:51 +00:00
Dustin Brody 777ce6438e
download v1.1.9 test vectors and stop downloading v1.1.8 test vectors 2022-01-28 21:12:07 +00:00
Jacek Sieka 00b5327e26
Merge pull request #8 from fredriksvantes/patch-1
Adjusting slashing test url
2022-01-06 11:33:59 +01:00
Fredrik Svantes 1105110723
Adjusting slashing test url
Was renamed from eth2-clients to eth-clients
2022-01-06 11:16:30 +01:00
Dustin Brody 7d3e4f3efd download v1.1.8 test vectors and stop downloading v1.1.7 test vectors 2022-01-03 14:14:13 +00:00
Dustin Brody ea0bc5d6ea download v1.1.7 test vectors and stop downloading v1.1.6 test vectors 2022-01-03 09:47:56 +00:00
Mamy Ratsimbazafy ce3286d407
update slashing protection changes to v5.2.1 2022-01-01 15:12:15 +01:00
Dustin Brody ee640a4506
download v1.1.6 test vectors and stop downloading v1.1.5 test vectors 2021-11-29 11:01:06 +00:00
Zahary Karadjov 25ad5ba51c /bin/bash -> /usr/bin/env bash 2021-11-15 15:43:05 +02:00
Dustin Brody 2d883b5db9
download v1.1.5 test vectors and stop downloading v1.1.4 test vectors 2021-11-08 18:19:39 +00:00
Dustin Brody 91645e3f81
download v1.1.4 test vectors and stop downloading v1.1.3 test vectors 2021-11-05 12:43:44 +00:00
Dustin Brody f13448a27b
download v1.1.3 test vectors and stop downloading v1.1.2 test vectors 2021-10-16 05:52:06 +00:00
Jacek Sieka e77dc39955
official -> consensus 2021-10-12 11:41:51 +02:00
Dustin Brody 739eb3ba48
download v1.1.2 test vectors and stop downloading v1.1.1 test vectors 2021-10-08 09:28:34 +00:00
Dustin Brody a7cdca50e3
download v1.1.1 test vectors and stop downloading v1.1.0 test vectors 2021-10-04 19:21:40 +00:00
tersec e129374fb5
Merge pull request #7 from etan-status/build-proof-tests
download v1.1.0 test vectors and stop downloading v1.1.0-beta.5 test vectors
2021-09-28 01:45:08 +00:00
Etan Kissling 1a31ab57c8
download v1.1.0 test vectors and stop downloading v1.1.0-beta.5 test vectors 2021-09-28 01:04:22 +02:00
Dustin Brody 9317581ea9
download v1.1.0-beta.5 test vectors and stop downloading v1.1.0-beta.4 test vectors 2021-09-25 00:33:27 +00:00
Dustin Brody 927811da3e
download v1.1.0-beta.4 test vectors and stop downloading v1.1.0-beta.3 test vectors 2021-09-10 15:19:29 +00:00
Dustin Brody 2f70374b17
semi-phantom bump to invalidate cache key 2021-08-27 07:11:35 +02:00
Dustin Brody 414261b3f2
download v1.1.0-beta.3 test vectors and stop downloading v1.1.0-beta.2 test vectors 2021-08-26 15:31:10 +02:00
Dustin Brody 6c68bf97e5
https://github.com/ethereum/eth2.0-specs -> https://github.com/ethereum/consensus-specs 2021-08-25 15:55:53 +02:00
Dustin Brody 422afe809c
eth2.0-spec-testss -> consensus-spec-tests repo rename 2021-08-23 07:50:25 +02:00
Dustin Brody 510738a121
download v1.1.0-beta.2 test vectors and stop downloading v1.1.0-beta.1 test vectors 2021-07-26 10:30:05 +02:00
Dustin Brody 7cfaa38174
download v1.1.0-beta.1 test vectors and stop downloading v1.1.0-alpha.8 test vectors 2021-07-15 00:53:40 +02:00
Dustin Brody 6768be2a89
stop downloading v1.1.0-alpha.5 test vectors 2021-07-12 22:43:17 +02:00
Dustin Brody cd88325fff
download v1.1.0-alpha.8 test vectors and stop downloading v1.1.0-alpha.7 test vectors 2021-06-29 16:29:14 +02:00
Dustin Brody 7e7d898897
download v1.1.0-alpha.7 test vectors and stop downloading v1.1.0-alpha.6 test vectors 2021-06-12 13:47:40 +02:00
Dustin Brody e3c9095055
continue to download alpha 5 test vectors, for the const sanity checks 2021-05-30 10:16:06 +02:00
Dustin Brody e06f791d0f
download v1.1.0 alpha 6 test vectors instead of alpha 5 2021-05-25 16:37:29 +02:00
Dustin Brody 098fa0827c
stop downloading v1.0.1 test vectors 2021-05-24 20:08:00 +02:00
Dustin Brody 2cd09b765e
download v1.1.0-alpha.5 test vectors 2021-05-21 10:59:21 +02:00
Dustin Brody 173f7e1d60
download v1.1.0-alpha.4 test vectors 2021-05-17 20:35:55 +02:00
Dustin Brody 401046e532
download v1.1.0-alpha.4-pre2 test vectors 2021-05-10 14:46:21 +02:00
Dustin Brody 03a4442b65
use correct github account for v1.1.0-alpha.4 pre1 downloads 2021-05-05 16:10:16 +02:00
Dustin Brody 01f68833de
download v1.1.0-alpha.4-pre1 test vectors 2021-05-05 12:45:10 +02:00
Dustin Brody f0827c8b2f
download v1.1.0-alpha.3 test vectors 2021-04-07 13:05:06 +02:00
Dustin Brody 26f2b9153d
download v1.1.0-alpha.2 test vectors 2021-03-26 18:49:22 +01:00
Dustin Brody 26cd96259a
switch from v1.0.0 to v1.0.1 2021-02-25 11:23:37 +01:00
Mamy André-Ratsimbazafy 48fef39e8c
slashing interchange repo 2021-02-01 20:34:17 +01:00
Dustin Brody 39966c051e
stop downloading v0.12.3 2020-11-13 18:11:45 +01:00
Dustin Brody 0055e33435
update from v1.0.0-rc.0 to v1.0.0 2020-11-09 15:25:39 +01:00
Dustin Brody 8516519728
download v1.0.0-rc.0 test vectors 2020-10-10 17:52:26 +02:00