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
8253424: Add support for running pre-submit testing using GitHub Actions #189
Conversation
Co-authored-by: Ali Ince <ali.ince@gmail.com> Reviewed-by: tbell
Reviewed-by: erikj, ysuenaga
Reviewed-by: redestad, cjplummer, dholmes, stuefe
…pilation Reviewed-by: erikj
Reviewed-by: dholmes, drwhite, tschatzl
👋 Welcome back clanger! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with the original issue, but not the original commit. If you have the original commit hash, please update the pull request title with |
Webrevs
|
/issue add 8253865 |
@RealCLanger |
/issue add 8254054 |
@RealCLanger |
Thank you for doing this! So we would also need to do followup additions (as separate backports), right? 8254282: Add Linux x86_32 builds to submit workflow |
/issue add 8254173 |
@RealCLanger |
Also, from the looks of it, "8256127: Add cross-compiled foreign architectures builds to submit workflow" is also included here. |
Yes, the state of the workflow is very close to what we have in head openjdk/jdk. I'll update the description with some details and mark the important JBS items that I find as backported. Stay tuned... |
/issue add 8254175 |
@RealCLanger |
/issue add 8254282 |
@RealCLanger |
/issue add 8255373 |
@RealCLanger |
@RealCLanger |
/issue add 8260460 |
/issue add 8263667 |
@RealCLanger |
@RealCLanger |
@RealCLanger |
@RealCLanger |
@RealCLanger |
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.
My preference would be to use Temurin binaries.
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.
This looks fine to me. I think these fixes are included too, but not linked to this PR:
8255305: Add Linux x86_32 tier1 to submit workflow
8255352: Archive important test outputs in submit workflow
/issue add 8255305, 8255352 |
Thanks, I added those as well. |
@RealCLanger Adding additional issue to issue list: |
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 cannot comment on the workflow part (know too little about them), but the test-deps look good. Thumbs up!
Thank you. I've flagged the bug for approval now. |
The dependent pull request has now been integrated, and the target branch of this pull request has been updated. This means that changes from the dependent pull request can start to show up as belonging to this pull request, which may be confusing for reviewers. To remedy this situation, simply merge the latest changes from the new target branch into this pull request by running commands similar to these in the local repository for your personal fork: git checkout 8249095
git fetch https://git.openjdk.java.net/jdk11u-dev master
git merge FETCH_HEAD
# if there are conflicts, follow the instructions given by git merge
git commit -m "Merge master"
git push |
@RealCLanger This change now passes all automated pre-integration checks. After integration, the commit message for the final commit will be:
You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
/integrate |
Going to push as commit 1faefed. |
@RealCLanger Pushed as commit 1faefed. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
This is the backport of the GitHub Actions workflow to JDK11 Updates
It is close to the current state of the workflow in head openjdk/jdk, except for the following modifications:
To make the pipeline work and results look greenish, I proposed 6 other backports to be done before merging this: #180, #181, #182, #185, #186 and #187.
There are probably a few more testfixes needed to further reduce testing noise.
Progress
Issues
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk11u-dev pull/189/head:pull/189
$ git checkout pull/189
Update a local copy of the PR:
$ git checkout pull/189
$ git pull https://git.openjdk.java.net/jdk11u-dev pull/189/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 189
View PR using the GUI difftool:
$ git pr show -t 189
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk11u-dev/pull/189.diff