You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Contributing.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ You can skip `-f` in `git push` if you've never pushed your branch before.
104
104
105
105
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.
106
106
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.
108
108
109
109
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.
Copy file name to clipboardExpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ For nightly and release builds, there are test jobs running as part of the Adopt
40
40
41
41
#### Test 'Inventory'
42
42
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).
Performance benchmark tests (both full suites and microbenches) from different open-source projects such as Acme-Air and adoptium/bumblebench
108
108
109
109
```mermaid
@@ -118,7 +118,7 @@ graph TD
118
118
119
119
---
120
120
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
122
122
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.
123
123
124
124
---
@@ -154,6 +154,6 @@ The test infrastructure in this repository allows us to lightly yoke a great var
154
154
You can:
155
155
- 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
156
156
- 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
158
158
- 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)
159
159
- ask questions in the [#testing channel](https://adoptium.slack.com/archives/C5219G28G)
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.
15
15
16
16
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.
Copy file name to clipboardExpand all lines: perf/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
14
14
15
15
# Adoptium Performance Testing
16
16
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.
18
18
19
19
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
20
20
subdirectory and given a meaningful name. Once the reorganization of this directory is complete, the directory structure will look like:
0 commit comments