ci: replace travis completely with github actions#4544
Closed
estroz wants to merge 4 commits intooperator-framework:masterfrom
Closed
ci: replace travis completely with github actions#4544estroz wants to merge 4 commits intooperator-framework:masterfrom
estroz wants to merge 4 commits intooperator-framework:masterfrom
Conversation
Member
Author
|
Passing run of this PR: https://github.com/estroz/operator-sdk/runs/1916369513?check_suite_focus=true I still need to add the proper secret environment variables for this to work, and plan on doing so tomorrow. /cc @joelanford |
Member
Author
|
As a follow-up, I'd like to start nightly builds of a portion of the ansible-operator image, in particular the dependencies section. Now that image builds run on each PR, it would be expedient to have some base containing all the required python deps. This image should also be rebuildable on a whim by an admin, should the need arise. |
Member
Author
|
/retest |
joelanford
reviewed
Feb 17, 2021
added 3 commits
February 18, 2021 14:38
releasing with github actions Makefile,release/Makefile: remove multiarch image build targets, since all non-host arch builds can be done in action configs Signed-off-by: Eric Stroczynski <ericstroczynski@gmail.com>
Signed-off-by: Eric Stroczynski <ericstroczynski@gmail.com>
Signed-off-by: Eric Stroczynski <ericstroczynski@gmail.com>
3af1b28 to
0e7b28f
Compare
Signed-off-by: Eric Stroczynski <ericstroczynski@gmail.com>
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of the change:
Motivation for the change: for various reasons (cost, reliability, debuggability, visibility) Travis is no longer viable for the operator-sdk project. Github Actions, via
docker buildx, can support cross-platform image builds, release automation, and is way more configurable/ergonomic.This work is based off of https://github.com/joelanford/helm-operator/blob/7fe2dd3/.github/workflows/deploy.yml.
/area testing
Checklist
If the pull request includes user-facing changes, extra documentation is required:
changelog/fragments(seechangelog/fragments/00-template.yaml)website/content/en/docs