-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Trigger Docker builds from main build pipelines #46
Comments
The way I see it, there’s two ways you could do this
|
If we add it to the pipelines just now it will cause a significant delay in the overnight builds due to the length of time required to build all the images (3-24 hours at the moment). I would not be keen to slow the overnight build pipelines down in this way at present ... Thoughts? I am looking at the performance of those pipelines (I have new x64 machines for docker which have speeded those ones up in the last week) |
Tagging in @dinogun on this conversation too :-) |
Fix CE spec for jdk11 aarch64 linux
This is no longer needed (given the Github workflow now in place that works well) |
Currently Docker builds are triggered via a schedule separate from the main build pipelines. This issue is to discuss whether we initiate those builds from the main build pipelines.
Related: adoptium/aqa-tests#773 - we currently trigger Docker image testing off of the main build pipelines, which is incorrect, as there may not be a new Docker image to test, if the Docker build was not run.
The text was updated successfully, but these errors were encountered: