-
Notifications
You must be signed in to change notification settings - Fork 706
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Turn release.py into a binary to build the artifacts for all the diff…
…erent contexts (#133) * Turn release.py into a binary to build the artifacts for all the different modes. * We have multiple contexts in which we want to build the images and other artifacts * local * Tests * releases * This CL changes release.py so handle all three cases. * This increases code reuse and provides greater consistency. * Prior to this CL building the operator image didn't build other artifacts; notably the helm package. * This change is intended to facilitate transitioning to a workflow system for running more complex test and release workflows. * Currently the test infrastructure is using runner.py to build the images. The tests don't actually build the helm package. * We want to replace runner.py with a binary (release.py) that can be invoked to build the artifacts. This way our test/release workflow can just invoke that binary.
- Loading branch information
Showing
7 changed files
with
357 additions
and
79 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.