Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions buildscripts/kokoro/gae-interop.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ if [[ -f /VERSION ]]; then
cat /VERSION
fi

update-alternatives --list java
update-alternatives --query java
java -version
export PATH="/usr/lib/jvm/java-21-openjdk-amd64/bin:$PATH"
java -version

KOKORO_GAE_SERVICE="java-gae-interop-test"

# We deploy as different versions of a single service, this way any stale
Expand Down