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

Build simd images as part of the release process #1533

Merged

Conversation

chatton
Copy link
Contributor

@chatton chatton commented Jun 14, 2022

Description

Task which needs to be run manually to build and push the simd docker image.

closes: #XXXX


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer
  • Review Codecov Report in the comment section below once CI passes

@chatton chatton marked this pull request as ready for review June 14, 2022 09:54
@@ -0,0 +1,39 @@
name: Create and publish simd Docker image

on: workflow_dispatch
Copy link
Member

Choose a reason for hiding this comment

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

should we make this push to master/main also can make it on pull_request to test in the PR

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I can add on pull_request and then remove before merging, ideally we'll actually just want this is the release task.

Copy link
Contributor

@damiannolan damiannolan left a comment

Choose a reason for hiding this comment

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

Thanks @chatton, much appreciated!

@chatton
Copy link
Contributor Author

chatton commented Jun 14, 2022

@damiannolan since the build/push works as expected (the image appears here) I've moved the action into the release.yml file. Now any time we release an image of that tag will be built and pushed.

@chatton chatton merged commit ead32f6 into main Jun 14, 2022
@chatton chatton deleted the cian/issue#1531-build-simd-images-as-part-of-the-release-process branch June 14, 2022 10:22
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.

3 participants