Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package generation/fix tarball #15659

Merged
merged 4 commits into from
May 22, 2024

Conversation

ghost-not-in-the-shell
Copy link
Member

@ghost-not-in-the-shell ghost-not-in-the-shell commented May 16, 2024

Explain your changes:
Wait 5s before we create the tarball

Explain how you tested your changes:
I started a build on this branch with mainnet fork config: https://buildkite.com/o-1-labs-2/hardfork-package-generation/builds/335

Checklist:

  • Dependency versions are unchanged
    • Notify Velocity team if dependencies must change in CI
  • Modified the current draft of release notes with details on what is completed or incomplete within this project
  • Document code purpose, how to use it
    • Mention expected invariants, implicit constraints
  • Tests were added for the new behavior
    • Document test purpose, significance of failures
    • Test names should reflect their purpose
  • All tests pass (CI will check this if you didn't)
  • Serialized types are in stable-versioned modules
  • Does this close issues? List them
  • Closes #0000

@ghost-not-in-the-shell
Copy link
Member Author

!ci-build-me

@ghost-not-in-the-shell
Copy link
Member Author

!ci-nightly-me

@ghost-not-in-the-shell ghost-not-in-the-shell marked this pull request as ready for review May 16, 2024 18:12
@@ -325,6 +325,7 @@ module Ledger = struct
; ("path", `String tar_path)
; ("dir", `String dirname)
] ;
let%bind () = after (Time.Span.of_int_sec 5) in
Copy link
Member

Choose a reason for hiding this comment

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

A comment would be nice why 5 seconds?

@@ -101,7 +101,7 @@ let hardforkPipeline : DebianVersions.DebVersion -> Pipeline.Config.Type =
[ Command.build Command.Config::{
commands = [
Cmd.runInDocker Cmd.Docker::{
image = "\\\${MINA_DAEMON_DOCKER_IMAGE:-gcr.io/o1labs-192920/mina-daemon@sha256:6da66879aacab050a6955c84347f587e43044987b04b9de4522a942f770cc5e7}"
image = "\\\${MINA_DAEMON_DOCKER_IMAGE:-gcr.io/o1labs-192920/mina-daemon:3.0.1-migration-tooling-package-generation-fix-tarball-a980e1c-bullseye-mainnet-hardfork}"
Copy link
Member

Choose a reason for hiding this comment

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

A comment would be nice why we are hardcoding daemon version

@ghost-not-in-the-shell
Copy link
Member Author

!ci-build-me

@ghost-not-in-the-shell
Copy link
Member Author

!ci-build-me

@ghost-not-in-the-shell ghost-not-in-the-shell mentioned this pull request May 21, 2024
7 tasks
@mrmr1993
Copy link
Member

!approved-for-mainnet

@ghost-not-in-the-shell ghost-not-in-the-shell merged commit 5f6848c into berkeley May 22, 2024
40 checks passed
@ghost-not-in-the-shell ghost-not-in-the-shell deleted the package-generation/fix-tarball branch May 22, 2024 14:31
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.

None yet

3 participants