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

[improve][ci] revisit tune-runner-vm action, drop tuning for docker #22448

Merged
merged 7 commits into from
Apr 5, 2024

Conversation

lhotari
Copy link
Member

@lhotari lhotari commented Apr 5, 2024

Motivation & Modifications

  • drop tuning for docker since it's no longer needed
    • image squashing is deprecated and it's no longer used in the build to build the docker image
    • sometimes builds have been failing due to the docker service not restarting

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

- drop tuning for docker since it's no longer needed
  - image squashing is deprecated and it's no longer used in the build to build
    the docker image
  - sometimes builds have been failing due to the docker service not restarting
@lhotari lhotari added this to the 3.3.0 milestone Apr 5, 2024
@lhotari lhotari self-assigned this Apr 5, 2024
@lhotari
Copy link
Member Author

lhotari commented Apr 5, 2024

example failure: https://github.com/apache/pulsar/actions/runs/8570670761/job/23489919722?pr=22446#step:3:114

  Job for docker.service failed because the control process exited with error code.
  See "systemctl status docker.service" and "journalctl -xe" for details.

@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Apr 5, 2024
@lhotari lhotari changed the title [improve][ci] revisit tune-runner-vm/action.yml [improve][ci] revisit tune-runner-vm action, drop tuning for docker Apr 5, 2024
@lhotari
Copy link
Member Author

lhotari commented Apr 5, 2024

It might be the case that the experimental mode is needed after all. Both docker image builds failed. I'm retrying the other docker image build to see if it's consistent.

@lhotari
Copy link
Member Author

lhotari commented Apr 5, 2024

seems to fail consistently: Error: Failed to execute goal io.fabric8:docker-maven-plugin:0.43.3:build (default) on project pulsar-docker-image: Unable to build image [apachepulsar/pulsar] : Connection reset by peer -> [Help 1]

@lhotari lhotari merged commit 60ab060 into apache:master Apr 5, 2024
50 of 51 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc-not-needed Your PR changes do not impact docs ready-to-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants