Skip to content

Commit 3977a60

Browse files
gdamssendaoYan
authored andcommitted
Change references of ci.adoptopenjdk.net to ci.adoptium.net
1 parent 489e7dc commit 3977a60

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

Contributing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ You can skip `-f` in `git push` if you've never pushed your branch before.
104104

105105
8. We would like to encourage you to open a pull request early and use `Create draft pull request` option. This allows others to check the PR, get early feedback, and helps create a better end product.
106106

107-
9. If you have been given access to run test jobs in our Jenkins server, run [Grinder](https://ci.adoptopenjdk.net/job/Grinder/) to validate your PR. Your can find recordings about how to use Grinder in AQA Lightning Talk Series: https://github.com/eclipse-openj9/openj9/wiki/AQA-Lightning-Talk-Series. If you do not have access, the reviewers of your PR will run some tests. Reviewers may ask you to run extra tests depending on what changes you have made in your PR.
107+
9. If you have been given access to run test jobs in our Jenkins server, run [Grinder](https://ci.adoptium.net/job/Grinder/) to validate your PR. Your can find recordings about how to use Grinder in AQA Lightning Talk Series: https://github.com/eclipse-openj9/openj9/wiki/AQA-Lightning-Talk-Series. If you do not have access, the reviewers of your PR will run some tests. Reviewers may ask you to run extra tests depending on what changes you have made in your PR.
108108

109109
10. Ensure all related Grinder jobs pass and provide the Grinder links in the PR comment. Your changes must also pass the auto PR builds that will be applied to your pull request.
110110

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ For nightly and release builds, there are test jobs running as part of the Adopt
4040

4141
#### Test 'Inventory'
4242

43-
The directory structure in this aqa-tests repository is meant to reflect the different types of test we run (and pull from lots of other locations). The diagrams below show the test make target for each of the types, along with in-plan, upcoming additions (denoted by dotted line grey boxes). The provided links jump to test jobs in Jenkins (ci.adoptopenjdk.net).
43+
The directory structure in this aqa-tests repository is meant to reflect the different types of test we run (and pull from lots of other locations). The diagrams below show the test make target for each of the types, along with in-plan, upcoming additions (denoted by dotted line grey boxes). The provided links jump to test jobs in Jenkins (ci.adoptium.net).
4444

4545
```mermaid
4646
graph TD
@@ -65,17 +65,17 @@ graph TD
6565

6666
---
6767

68-
##### [openjdk](https://ci.adoptopenjdk.net/view/Test_openjdk/) tests - OpenJDK regression tests
68+
##### [openjdk](https://ci.adoptium.net/view/Test_openjdk/) tests - OpenJDK regression tests
6969
Tests from OpenJDK
7070

7171
---
7272

73-
##### [system](https://ci.adoptopenjdk.net/view/Test_system/) tests - System and load tests
73+
##### [system](https://ci.adoptium.net/view/Test_system/) tests - System and load tests
7474
Tests from the adoptium/aqa-systemtest repo
7575

7676
---
7777

78-
##### [external](https://ci.adoptopenjdk.net/view/Test_external/) tests - 3rd party application tests
78+
##### [external](https://ci.adoptium.net/view/Test_external/) tests - 3rd party application tests
7979
Test suites from a variety of applications, along with microprofile TCKs, run in Docker containers
8080

8181
```mermaid
@@ -103,7 +103,7 @@ graph TD
103103

104104
---
105105

106-
##### [perf](https://ci.adoptopenjdk.net/view/Test_perf/) tests - Performance benchmark suites
106+
##### [perf](https://ci.adoptium.net/view/Test_perf/) tests - Performance benchmark suites
107107
Performance benchmark tests (both full suites and microbenches) from different open-source projects such as Acme-Air and adoptium/bumblebench
108108

109109
```mermaid
@@ -118,7 +118,7 @@ graph TD
118118

119119
---
120120

121-
##### [functional](https://ci.adoptopenjdk.net/view/Test_functional/) tests - Unit and functional tests
121+
##### [functional](https://ci.adoptium.net/view/Test_functional/) tests - Unit and functional tests
122122
Functional tests not originating from the openjdk regression suite, that include locale/language tests and a subset of implementation agnostic tests from the openj9 project.
123123

124124
---
@@ -154,6 +154,6 @@ The test infrastructure in this repository allows us to lightly yoke a great var
154154
You can:
155155
- browse through the [aqa-tests issues list](https://github.com/adoptium/aqa-tests/issues), select one, add a comment to claim it and ask questions
156156
- browse through the [aqa-systemtest issues](https://github.com/adoptium/aqa-systemtest/issues) or [stf issues](https://github.com/adoptium/stf/issues), claim one with a comment and dig right in
157-
- triage live test jobs at [ci.adoptopenjdk.net](https://ci.adoptopenjdk.net), check out the [triage doc](https://github.com/adoptium/aqa-tests/blob/master/doc/Triage.md) for guidance
157+
- triage live test jobs at [ci.adoptium.net](https://ci.adoptium.net), check out the [triage doc](https://github.com/adoptium/aqa-tests/blob/master/doc/Triage.md) for guidance
158158
- if you would like to regularly triage test jobs, you can optionally 'sign up for duty' via the [triage rotas](https://github.com/adoptium/aqa-tests/wiki/AdoptOpenJDK-Test-Triage-Rotas)
159159
- ask questions in the [#testing channel](https://adoptium.slack.com/archives/C5219G28G)

doc/RunAqa.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ run aqa --sdk_resource nightly --build_list openjdk --target sanity.openjdk --jd
1111

1212
## Arguments
1313

14-
Most arguments are similar to their [Jenkins Grinder](https://ci.adoptopenjdk.net/job/Grinder) counterparts.
14+
Most arguments are similar to their [Jenkins Grinder](https://ci.adoptium.net/job/Grinder) counterparts.
1515

1616
All arguments allow more than one parameter. The parameters of each argument will be used to create a matrix job that will test every combination of the parameters.
1717

jck/jtrunner/config/default/jcktest.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# The tests default to using 'default' as the config name. If another name is used it must be
88
# supplied to the test at run time - see openjdk.test.jck/docs/README.md for more details.
99

10-
testhost1name=ci.adoptopenjdk.net
10+
testhost1name=ci.adoptium.net
1111
testhost1ip=78.47.239.97
1212
testhost2name=hg.openjdk.java.net
1313
testhost2ip=137.254.56.63

perf/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
1414

1515
# Adoptium Performance Testing
1616

17-
We are in the process of adding more microbenchmarks (both bumblebench and jmh formats) and full open-source benchmarks to this directory. New perftest jobs are added to the [Test_perf](https://ci.adoptopenjdk.net/view/Test_perf/) view. While we will run these benchmarks regularly at adoptium, the intention is to make it easy for developers to run performance testing locally.
17+
We are in the process of adding more microbenchmarks (both bumblebench and jmh formats) and full open-source benchmarks to this directory. New perftest jobs are added to the [Test_perf](https://ci.adoptium.net/view/Test_perf/) view. While we will run these benchmarks regularly at adoptium, the intention is to make it easy for developers to run performance testing locally.
1818

1919
You can follow the [same manual testing instructions](https://github.com/adoptium/aqa-tests/blob/master/doc/userGuide.md#local-testing-via-make-targets-on-the-commandline) to run these tests, as you do for all of the other tests we run. The top-level make target for tests contained in this directory (aqa-tests/perf) is "perf". So, once you compile test material, running "make perf" will run all of the testcases defined in playlist.xml files in this directory and its subdirectories. Each unique benchmark is housed in a
2020
subdirectory and given a meaningful name. Once the reorganization of this directory is complete, the directory structure will look like:

0 commit comments

Comments
 (0)