Skip to content

Commit

Permalink
test: add job for running multiplexed session test using Java 8 runti…
Browse files Browse the repository at this point in the history
…me (#3062)
  • Loading branch information
rahul2393 authored Apr 25, 2024
1 parent ec9a2fd commit e444ffc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,26 @@ jobs:
- run: .kokoro/build.sh
env:
JOB_TYPE: test
units-with-multiplexed-session8:
# Building using Java 17 and run the tests with Java 8 runtime
name: "units-with-multiplexed-session (8)"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: 8
distribution: temurin
- run: echo "SUREFIRE_JVM_OPT=-Djvm=${JAVA_HOME}/bin/java" >> $GITHUB_ENV
shell: bash
- uses: actions/setup-java@v3
with:
java-version: 17
distribution: temurin
- run: .kokoro/build.sh
env:
JOB_TYPE: test
GOOGLE_CLOUD_SPANNER_ENABLE_MULTIPLEXED_SESSIONS: true
windows:
runs-on: windows-latest
steps:
Expand Down

0 comments on commit e444ffc

Please sign in to comment.