Skip to content

Set fake OVERRIDE_GITHASH in hardfork pipeline runner#18797

Open
dkijania wants to merge 1 commit intocompatiblefrom
dkijania/hardfork-fake-githash
Open

Set fake OVERRIDE_GITHASH in hardfork pipeline runner#18797
dkijania wants to merge 1 commit intocompatiblefrom
dkijania/hardfork-fake-githash

Conversation

@dkijania
Copy link
Copy Markdown
Member

Summary

  • Hardfork pipeline runs share the same git commit as standard docker builds, so they were producing matching MINA_DOCKER_TAG values and overwriting the standard docker images.
  • Set OVERRIDE_GITHASH=fake in the env block of run-hardfork-pipeline.go so export-git-env-vars.sh derives a distinct GITHASH (fak) and therefore a distinct MINA_DOCKER_TAG, preventing the collision.

Test plan

  • Trigger HardforkPipelineTest via !ci-single-me HardforkPipelineTest and confirm the resulting docker tags are distinct from the standard build's tags.

🤖 Generated with Claude Code

Hardfork pipeline runs share the same commit as standard docker builds,
so they ended up overwriting standard docker images. Pass a literal
"fake" OVERRIDE_GITHASH so the resulting GITHASH/MINA_DOCKER_TAG is
distinct.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@dkijania
Copy link
Copy Markdown
Member Author

!ci-single-me HardforkPipelineTest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: To triage

Development

Successfully merging this pull request may close these issues.

1 participant