Skip to content

Commit

Permalink
infra: move pgjdbc to jdk17 to allow usage of latest commit, required…
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Oct 6, 2024
1 parent 8bde735 commit 3613283
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci/validation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ no-error-pgjdbc)
checkout_from https://github.com/pgjdbc/pgjdbc.git
cd .ci-temp/pgjdbc
# pgjdbc easily damage build, we should use stable versions
git checkout "4911ed072681e209423fb608b4bf2da""ad01bb94d"
git checkout "cf7afb6c210b6841a232ef27591230fc78a""fa6a5"
./gradlew --no-parallel --no-daemon checkstyleAll \
-PenableMavenLocal -Pcheckstyle.version="${CS_POM_VERSION}"
cd ../
Expand Down
15 changes: 14 additions & 1 deletion .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,24 @@ blocks:
- echo "eval of CMD is completed";
- ./.ci/validation.sh git-diff

- name: No Error Test (openjdk11, fast pool)
- name: No Error Test (openjdk17, fast pool)
matrix:
- env_var: CMD
values:
- .ci/validation.sh no-error-pgjdbc

commands:
- sem-version java 17
- echo "eval of CMD is starting";
- echo "CMD=$CMD";
- eval $CMD;
- echo "eval of CMD is completed";
- ./.ci/validation.sh git-diff

- name: No Error Test (openjdk11, fast pool)
matrix:
- env_var: CMD
values:
- .ci/validation.sh no-error-orekit
- .ci/validation.sh no-error-checkstyles-sevntu
- .ci/validation.sh no-error-sevntu-checks
Expand Down

0 comments on commit 3613283

Please sign in to comment.