Skip to content

Conversation

@la10736
Copy link
Contributor

@la10736 la10736 commented Jan 15, 2026

No description provided.

@la10736 la10736 requested review from 95DDB, drgora and ysibirski January 15, 2026 15:43
Copy link
Contributor

@ysibirski ysibirski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@drgora drgora left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the change, which looks good to me. But on this repo we use the mainnet tag, and not zkverify, for the mainnet tags.

fn_die "ERROR: Runtime in the tag (${tag_runtime}) does not match the expected runtime (${runtime}). Exiting ..."
fi

if [[ "${runtime}" = "zkverify" && -z "${version_ext}" ]]; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
if [[ "${runtime}" = "zkverify" && -z "${version_ext}" ]]; then
if [[ "${runtime}" = "mainnet" && -z "${version_ext}" ]]; then

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch.... I've just copied and pasted it without brain 😄

fi

if [[ "${runtime}" = "zkverify" && -z "${version_ext}" ]]; then
log_info "INFO: checking that zkverify and volta production release tags point to the same commit..."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
log_info "INFO: checking that zkverify and volta production release tags point to the same commit..."
log_info "INFO: checking that mainnet and volta production release tags point to the same commit..."

log_info "INFO: checking that zkverify and volta production release tags point to the same commit..."
volta_tag="rt-volta-${version}"
if [ "$(git_tag_commit "${github_tag}")" != "$(git_tag_commit "${volta_tag}")" ]; then
fn_die "ERROR: commit pointed to by zkverify tag (${github_tag}) does not match commit of volta tag (${volta_tag}). Exiting..."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
fn_die "ERROR: commit pointed to by zkverify tag (${github_tag}) does not match commit of volta tag (${volta_tag}). Exiting..."
fn_die "ERROR: commit pointed to by mainnet tag (${github_tag}) does not match commit of volta tag (${volta_tag}). Exiting..."

@la10736 la10736 force-pushed the md/ci-release-mainet-only-if-a-testnet-exists branch from 20ae3e0 to a86e97f Compare January 16, 2026 14:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants