forked from adoptium/temurin-build
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Ignore this PR - Created to test upstream PR 3692 #68
Closed
Conversation
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 update primarily allows the script to correctly identify tag-driven build pipelines. JDK8 has three types of these, and all types should be located where possible. We can also ignore pipelines that are still running, as these will have incomplete results. User-launched pipelines will also be ignored, as the script cannot yet spot the difference between a rerun using default options, and an experimental rerun whose outcome should not be used to indicate the overall health of the build system. I have also repaired the bug where unstable builds are erroneously included in the list of failed builds. Unstable builds are typically passed builds which have a number of failed post-build unit tests. Lastly, we no longer expect arm32 builds on JDK21 and up. Minor cosmetic improvements included. Signed-off-by: Adam Farley <[email protected]>
Signed-off-by: Adam Farley <[email protected]>
Signed-off-by: Adam Farley <[email protected]>
Because the build triage script has no effect on the build pipeline, and this action wastes user time and machine time. Signed-off-by: Adam Farley <[email protected]>
Signed-off-by: Adam Farley <[email protected]>
Signed-off-by: Adam Farley <[email protected]>
Signed-off-by: Adam Farley <[email protected]>
Putting the new trigger at the end causes failure. Reordering. Signed-off-by: Adam Farley <[email protected]>
Signed-off-by: Adam Farley <[email protected]>
adamfarley
force-pushed
the
temp_to_delete
branch
from
March 8, 2024 13:35
27a27eb
to
055fb08
Compare
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.
No description provided.