Skip to content

Commit

Permalink
Typo fixes in prTester readme file (#479)
Browse files Browse the repository at this point in the history
* Typo fix in ARCHITECTURE.md file #448

Signed-off-by: ayomide <[email protected]>

* Typo fixes in prTester readme file #454

Signed-off-by: ayomide <[email protected]>

---------

Signed-off-by: ayomide <[email protected]>
Co-authored-by: George Adams <[email protected]>
  • Loading branch information
AyBims and gdams authored Mar 11, 2024
1 parent 4d4f8a0 commit 3a810d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pipelines/build/prTester/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# PR Testers

openjdk-build is an open source project, therefore, we need to ensure the the code that is being deployed to our master branch doesn't break any existing code and actually works as expected.
To achieve this level of testing, we use various jobs to compile, lint and test the code as well as running demo pipelines in a controlled sandbox environment if needs be.
The demo pipelines are colloquially known as "The PR Tester" where the others are generally just referred to as "`checkname` check".
openjdk-build is an open source project, therefore, we need to ensure that the code that is being deployed to our master branch doesn't break any existing code and actually works as expected.
To achieve this level of testing, we use various jobs to compile, lint and test the code as well as running demo pipelines in a controlled sandbox environment if need be.
The demo pipelines are colloquially known as "The PR Tester" and the others are generally just referred to as "`checkname` check".

## When they're used

Expand Down Expand Up @@ -75,7 +75,7 @@ If you're unsure if the tests failed because of your changes or not, check our [

##### `run tests quick`

Simiar to `run tests` but runs a subset of jdk test jobs. Without specific jdk version, it uses 17, otherwise loops over given versions
Similar to `run tests` but runs a subset of jdk test jobs. Without specific jdk version, it uses 17, otherwise loops over given versions
Example:
`run tests quick` is the same as `run tests quick 21`
`run tests quick 11, 21, 8` generates all jobs then runs openjdk pipeline on 8, 11 and 21
Expand Down

0 comments on commit 3a810d5

Please sign in to comment.