8270117: Broken jtreg link in "Building the JDK" page#4754
8270117: Broken jtreg link in "Building the JDK" page#4754magicus wants to merge 2 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back ihse! A progress list of the required criteria for merging this PR into |
|
/integrate auto |
|
@magicus This pull request will be automatically integrated when it is ready |
Webrevs
|
|
@magicus This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. 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 2 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ To integrate this PR with the above commit message to the |
|
/integrate |
2 similar comments
|
/integrate |
|
/integrate |
|
@openjdk[bot] The command |
|
@openjdk[bot] The command |
Paraphrased description from the bug report:
The "Building the JDK" page has a jtreg download link pointing to https://ci.adoptopenjdk.net/view/Dependencies/job/jtreg/lastSuccessfulBuild/artifact but that gets a 404. I believe the correct link is https://ci.adoptopenjdk.net/view/work-in-progress/job/GetNode/lastSuccessfulBuild/artifact/ , which is not all that easy to find.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/4754/head:pull/4754$ git checkout pull/4754Update a local copy of the PR:
$ git checkout pull/4754$ git pull https://git.openjdk.java.net/jdk pull/4754/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 4754View PR using the GUI difftool:
$ git pr show -t 4754Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk/pull/4754.diff