# This is a cross-platform list of distribution packages we need on
# Zuul nodesets to run the integration test suite under
# `nox -s integration`. See https://docs.opendev.org/opendev/bindep/
# for the format.
#
# The integration suite boots a real Gerrit out of a downloaded war
# file (via git-review's `BaseGitReviewTestCase`), which requires a
# JDK on the test node. Mirrors git-review's own bindep.txt — same
# JDK selection per platform, so we can rely on the upstream nox-py3xx
# Zuul jobs without needing extra pre-run playbooks.

openjdk-21-jdk [test platform:ubuntu-noble]
openjdk-21-jdk [test platform:debian-trixie]
