teor
4c321f6fa1
Skip IPv6 network tests in google cloud workflows
...
Also consistently use the zebra-test:latest docker image.
2021-06-28 23:34:57 -04:00
teor
efb2ffbf33
Stop ignoring failed cached state tests
...
Previously, Zebra's cached state workflows would run all of Zebra's
tests, but they would ignore the results for most tests. They would only
fail if the mainnet cached state test failed.
After this fix, the tests fail if any test or build step fails.
2021-06-28 23:34:57 -04:00
teor
17e94bd241
Stop skipping the cached sync tests in CI ( #2402 )
...
This is a bugfix on PR #2314 , which changed the name of the test
function in the code, but didn't change the CI workflow.
2021-06-29 12:49:42 +10:00
Alfredo Garcia
544d182d25
Add and use a function for mandatory checkpoint ( #2314 )
...
* add `mandatory_checkpoint_height()` function
* use mandatory checkpoint instead of canopy in acceptance tests
2021-06-18 10:05:28 +10:00
Deirdre Connolly
8b5b367c8a
Create workflow to regenerate cached state disks for tests ( #2247 )
...
* Create workflow to regenerate cached state disks for tests
* Mount testnet disk
2021-06-07 13:14:30 +10:00