From e2a43adfe474a1692c78f7cda59cc9714d905d33 Mon Sep 17 00:00:00 2001 From: Arya Date: Fri, 15 Nov 2024 14:45:50 -0500 Subject: [PATCH] Disables caching of lwd-update-sync states, also sets `needs_{zebra, lwd}_state` to false --- .github/workflows/sub-ci-integration-tests-gcp.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/sub-ci-integration-tests-gcp.yml b/.github/workflows/sub-ci-integration-tests-gcp.yml index d4e4bd506d4..de87e09b9d0 100644 --- a/.github/workflows/sub-ci-integration-tests-gcp.yml +++ b/.github/workflows/sub-ci-integration-tests-gcp.yml @@ -352,10 +352,10 @@ jobs: test_id: lwd-update-sync 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_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_lwd_state: true - saves_to_disk: true - force_save_to_disk: ${{ inputs.force_save_to_disk || false }} + needs_zebra_state: false + needs_lwd_state: false + saves_to_disk: false + force_save_to_disk: false disk_prefix: lwd-cache height_grep_text: "Waiting for block: " secrets: inherit