From 070449f22f9106fa4d7f06795d4d96829373dc1e Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 6 Dec 2024 10:10:53 -0800 Subject: [PATCH] Test gerrit lib (and jeepyb) against Gerrit 3.10.3 This is what we recently updated to in production and 3.11/latest is known to have extra setup steps we need to sort out. Catch up with production then we'll sort out what the newer Gerrit version needs. Change-Id: I5f90637ec947ae4776848f9fb70e352ab210ea62 --- tools/docker-compose.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/docker-compose.yaml b/tools/docker-compose.yaml index 5b6f52d..1f546a7 100644 --- a/tools/docker-compose.yaml +++ b/tools/docker-compose.yaml @@ -4,7 +4,8 @@ version: '2' services: gerrit: - image: gerritcodereview/gerrit + # TODO update to latest after we sort out 3.11 bootstrapping + image: gerritcodereview/gerrit:3.10.3 ports: - "8080:8080" - "29418:29418"