Merge pull request #59890 from ClickHouse/ci_fix_build_jobs_issue

CI: Fix job failures due to jepsen artifacts
This commit is contained in:
Max K 2024-02-12 16:33:13 +01:00 committed by GitHub
commit 40d39e6efa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,4 +13,7 @@
[com.hierynomus/sshj "0.34.0"]
[com.clickhouse/clickhouse-jdbc "0.3.2-patch11"]
[org.apache.zookeeper/zookeeper "3.6.1" :exclusions [org.slf4j/slf4j-log4j12]]]
:repl-options {:init-ns jepsen.clickhouse-keeper.main})
:repl-options {:init-ns jepsen.clickhouse-keeper.main}
;; otherwise, target artifacts will be created under the repo root, so that checkout with clear might fail in ci
:target-path "/tmp/jepsen_clickhouse"
)