Skip to content

Commit

Permalink
Schduling the test runners for JDK 17 and 21
Browse files Browse the repository at this point in the history
  • Loading branch information
indeewari committed Oct 16, 2024
1 parent ea8f7aa commit 5b5c0c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/product-is-builder-jdk17.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
PR_BUILD_SUCCESS_COUNT=$(grep -o -i "\[INFO\] BUILD SUCCESS" mvn-build.log | wc -l)
if [ "$PR_BUILD_SUCCESS_COUNT" != "11" ]; then
echo "Success Count $PR_BUILD_SUCCESS_COUNT"
echo "PR BUILD not successfull. Aborting."
echo "::error::PR BUILD not successfull. Check artifacts for logs."
echo "Success Count $PR_BUILD_SUCCESS_COUNT"
exit 1
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/product-is-builder-jdk21.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
PR_BUILD_SUCCESS_COUNT=$(grep -o -i "\[INFO\] BUILD SUCCESS" mvn-build.log | wc -l)
if [ "$PR_BUILD_SUCCESS_COUNT" != "11" ]; then
echo "Success Count $PR_BUILD_SUCCESS_COUNT"
echo "PR BUILD not successfull. Aborting."
echo "::error::PR BUILD not successfull. Check artifacts for logs."
echo "Success Count $PR_BUILD_SUCCESS_COUNT"
exit 1
fi
Expand Down

0 comments on commit 5b5c0c1

Please sign in to comment.