fix(ci): address ZSA integration CI issues#10735
Merged
oxarbitrage merged 32 commits intoJun 25, 2026
Merged
Conversation
* Add ECR and ECS pipelines to zsa1 branch * Create stop-ecs.yaml * Moce stop ECS to correct directory (rename) * Deploy ECS fixes * Deploy push ECR fixes * Add stop ecs fixes * Change to any tag --------- Co-authored-by: ronkq <ronkq@users.noreply.github.com> Co-authored-by: a <github@github.com>
push-ecr.yaml was pointing at docker/Dockerfile (the upstream mainnet image) instead of testnet-single-node-deploy/dockerfile (the regtest image used by tx-tool). The ECS node was syncing mainnet from genesis, causing tx-tool to fail with exit code 101. Co-authored-by: ronkq <github@github.com>
…ptance tests in ci-basic.yml
oxarbitrage
marked this pull request as ready for review
June 24, 2026 13:56
oxarbitrage
merged commit Jun 25, 2026
6493603
into
ZcashFoundation:zsa-support
66 of 67 checks passed
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a technical ZSA follow-up PR that brings the remaining CI-related fixes so they can be validated in the ZcashFoundation CI environment.
Motivation
We need the upstream Zebra CI scripts to run correctly for the agreed ZSA validation workflow.
The current CI configuration still assumes PRs target
main, but the ZSA validation flow uses the temporary integration brancheszsa-supportandv4.2.0-dev. Because of that, some checks were not triggered.There are also CI compatibility issues in the current validation setup: some jobs depend on moving
stable/nightlytoolchains, and the QEDIT-added basic checks need small fixes to behave reliably in the ZcashFoundation CI environment.Solution
This PR updates CI configuration to:
zsa-supportandv4.2.0-dev;main;main.These changes are intended to validate the ZSA integration in the ZcashFoundation CI environment without changing the ZSA feature scope.
Notes
The temporary ZSA CI branch triggers, toolchain pins, and retry are marked with TODOs and should be removed before merging to
main.AI Disclosure