jepsen: add patch and use more complete names
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Alex 2023-11-16 12:57:21 +01:00
parent 5b1f50be65
commit 18e5811159
Signed by: lx
GPG Key ID: 0E496D15096376BE
1 changed files with 3 additions and 2 deletions

View File

@ -35,7 +35,8 @@
"A map of patch names to Garage builds"
{"default" "v0.9.0"
"tsfix1" "d146cdd5b66ca1d3ed65ce93ca42c6db22defc09"
"tsfix2" "c82d91c6bccf307186332b6c5c6fc0b128b1b2b1"})
"tsfix2" "c82d91c6bccf307186332b6c5c6fc0b128b1b2b1"
"task3a" "d4df03424f1c7f3cc1eaba9e16d2e1d049131b97"})
(def cli-opts
"Additional command line options."
@ -68,7 +69,7 @@
(merge tests/noop-test
opts
{:pure-generators true
:name (str "garage " (name (:workload opts)))
:name (str "garage " (name (:workload opts)) " " (name (:scenario opts)) " " (name (:patch opts)))
:os debian/os
:db db
:client (:client workload)