0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-24 00:17:37 +01:00

SERVER-96161 Pin to v0.2.2 jepsen-io-mongodb (#28451)

GitOrigin-RevId: cff55fa27d70b4ba44b059a1134e1e34e103d7d6
This commit is contained in:
Juan Gu 2024-10-24 09:00:00 -07:00 committed by MongoDB Bot
parent 031ef1b370
commit a54cfc3cd1

View File

@ -9,7 +9,7 @@ git clone --branch=v0.2.0-evergreen-master git@github.com:10gen/jepsen.git jepse
cp -rf src/dist-test jepsen/docker/node
# Clone our internal tests to run
git clone --branch=v0.2.1 https://x-access-token:${github_token}@github.com/10gen/jepsen-io-mongodb.git jepsen/docker/control/mongodb
git clone --branch=v0.2.2 https://x-access-token:${github_token}@github.com/10gen/jepsen-io-mongodb.git jepsen/docker/control/mongodb
# Kill any running containers
sudo docker container kill $(docker ps -q) || true