-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Remove runtime builds #3745
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
Remove runtime builds #3745
Conversation
e0e6f1c to
b3bcb87
Compare
|
@chetanmeh this should knock this down further re #3467 (comment). |
Codecov Report
@@ Coverage Diff @@
## master #3745 +/- ##
==========================================
- Coverage 74.92% 74.92% -0.01%
==========================================
Files 132 132
Lines 6182 6181 -1
Branches 384 385 +1
==========================================
- Hits 4632 4631 -1
Misses 1550 1550
Continue to review full report at Codecov.
|
9516024 to
5ac10d5
Compare
|
This is now rebased to pick up #3680. |
c8bb0fe to
c0150b1
Compare
| * limitations under the License. | ||
| */ | ||
|
|
||
| ext.dockerImageName = 'dockerskeleton' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we keep this just call this image something else?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actionproxy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok.
|
|
||
| # the following (re)build images via gradle | ||
|
|
||
| makeComponent('actionproxy', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'd also keep this - as a convenience for building a runtime quickly and testing it all from this repo.
csantanapr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
PG1 3043 🔵 |
|
@csantanapr when you merge this you should get co-author credit. |
|
By the way can we restore the two files I commented on? |
Co-authored-by: Rodric Rabbah <rodric@gmail.com> Co-authored-by: Carlos Santana <csantanapr@apache.org>
c0150b1 to
4031526
Compare
@rabbah files are restored you get back |
…ache#3745) Co-authored-by: Rodric Rabbah <rodric@gmail.com> Co-authored-by: Carlos Santana <csantanapr@apache.org>

Description
This PR extends #3680 and removes the gradle tasks which build of the action runtimes. The images are expected to be build by their respective repositories and published to a common registry. It is still possible to develop a runtime locally and test without publishing the image by the image pulls.
The
redoutility was update to build generic runtimes by specifying their name to aruntime:<name>task where name is matches a wide regex. The repository is expected to follow the standard gradle build process.My changes affect the following components
Types of changes
Checklist: