revert workflow, remove arm in docker entrypoint
This commit is contained in:
parent
14f9204955
commit
b27331c809
|
@ -351,7 +351,7 @@ jobs:
|
||||||
app_name: lightwalletd
|
app_name: lightwalletd
|
||||||
test_id: lwd-update-sync
|
test_id: lwd-update-sync
|
||||||
test_description: Test lightwalletd update sync with both states
|
test_description: Test lightwalletd update sync with both states
|
||||||
test_variables: "-e NETWORK=${{ inputs.network || vars.ZCASH_NETWORK }} -e TEST_LWD_UPDATE_SYNC=1 -e ZEBRA_FORCE_USE_COLOR=1 -e ZEBRA_CACHED_STATE_DIR=/var/cache/zebrad-cache -e LIGHTWALLETD_DATA_DIR=/var/cache/lwd-cache"
|
test_variables: "-e NETWORK=${{ inputs.network || vars.ZCASH_NETWORK }} -e TEST_LWD_UPDATE_SYNC=1 -e ZEBRA_TEST_LIGHTWALLETD=1 -e ZEBRA_FORCE_USE_COLOR=1 -e ZEBRA_CACHED_STATE_DIR=/var/cache/zebrad-cache -e LIGHTWALLETD_DATA_DIR=/var/cache/lwd-cache"
|
||||||
needs_zebra_state: true
|
needs_zebra_state: true
|
||||||
needs_lwd_state: true
|
needs_lwd_state: true
|
||||||
saves_to_disk: true
|
saves_to_disk: true
|
||||||
|
|
|
@ -240,10 +240,6 @@ case "$1" in
|
||||||
# Test that Zebra syncs and checkpoints a few thousand blocks from an empty state.
|
# Test that Zebra syncs and checkpoints a few thousand blocks from an empty state.
|
||||||
run_cargo_test "${ENTRYPOINT_FEATURES}" "sync_large_checkpoints_"
|
run_cargo_test "${ENTRYPOINT_FEATURES}" "sync_large_checkpoints_"
|
||||||
|
|
||||||
elif [[ "${ZEBRA_TEST_LIGHTWALLETD}" -eq "1" ]]; then
|
|
||||||
# Test launching lightwalletd with an empty lightwalletd and Zebra state.
|
|
||||||
run_cargo_test "${ENTRYPOINT_FEATURES}" "lightwalletd_integration"
|
|
||||||
|
|
||||||
elif [[ -n "${FULL_SYNC_MAINNET_TIMEOUT_MINUTES}" ]]; then
|
elif [[ -n "${FULL_SYNC_MAINNET_TIMEOUT_MINUTES}" ]]; then
|
||||||
# Run a Zebra full sync test on mainnet.
|
# Run a Zebra full sync test on mainnet.
|
||||||
run_cargo_test "${ENTRYPOINT_FEATURES}" "full_sync_mainnet"
|
run_cargo_test "${ENTRYPOINT_FEATURES}" "full_sync_mainnet"
|
||||||
|
|
Loading…
Reference in New Issue