Skip to content

Commit

Permalink
Disables caching of lwd-update-sync states, also sets `needs_{zebra, …
Browse files Browse the repository at this point in the history
…lwd}_state` to false
  • Loading branch information
arya2 committed Nov 15, 2024
1 parent 264ed54 commit 7a5bd98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sub-ci-integration-tests-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a5bd98

Please sign in to comment.