Add explicit testcontainers deps for testing

From Gerrit v3.5, the plugin deps do not include anymore
testcontainers deps and therefore each plugin needs explicitly
include the dependencies needed.

Bug: Issue 15546
Change-Id: Ic209ed09d48c1d8d50f865511a3e177492c0edc1
2 files changed
tree: ba7ad669d9a1fbe2af3ae8d03574a1ce4dcdcd3f
  1. src/
  2. BUILD
  3. external_plugin_deps.bzl
  4. Jenkinsfile
  5. LICENSE
  6. README.md
README.md

Gerrit DynamoDB ref-db

This plugin provides an implementation of the Gerrit global ref-db backed by AWS DynamoDB.

Requirements for using this plugin are:

  • Gerrit v3.3 or later
  • DynamoDB provisioned in AWS

Typical use-case

The global ref-db is a typical use-case of a Gerrit multi-master scenario in a multi-site setup. Refer to the Gerrit multi-site plugin for more details on the high level architecture.