From 3a810d53a6756cb4e588b904ed9fd649319f2a34 Mon Sep 17 00:00:00 2001 From: Ayomide Opeyemi Adeshina <67030624+AyBims@users.noreply.github.com> Date: Mon, 11 Mar 2024 17:07:57 +0100 Subject: [PATCH] Typo fixes in prTester readme file (#479) * Typo fix in ARCHITECTURE.md file #448 Signed-off-by: ayomide * Typo fixes in prTester readme file #454 Signed-off-by: ayomide --------- Signed-off-by: ayomide Co-authored-by: George Adams --- pipelines/build/prTester/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pipelines/build/prTester/README.md b/pipelines/build/prTester/README.md index 3636ed438..8c52a2575 100644 --- a/pipelines/build/prTester/README.md +++ b/pipelines/build/prTester/README.md @@ -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 @@ -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