[Tarantool-patches] [PATCH v1] ci: enable Jepsen tests on single nodes by default
sergeyb at tarantool.org
sergeyb at tarantool.org
Thu Jan 21 15:22:59 MSK 2021
From: Sergey Bronnikov <sergeyb at tarantool.org>
Closes #5736
---
Gitlab CI: https://gitlab.com/tarantool/tarantool/-/pipelines/244283375
Issue: https://github.com/tarantool/tarantool/issues/5736
Branch: ligurio/gh-5736-enable-jepsen-tests
.gitlab-ci.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 03e16fc1c..8d1ebb709 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -174,7 +174,6 @@ before_script:
script:
- ${GITLAB_MAKE} test_jepsen
stage: long_tests
- when: manual
tags:
- mcs_jepsen_docker
artifacts:
@@ -282,12 +281,14 @@ jepsen-single-instance-txm:
jepsen-cluster:
<<: *jepsen_test_definition
+ when: manual
variables:
LEIN_OPT: '--nemesis standard'
INSTANCE_COUNT: '5'
jepsen-cluster-txm:
<<: *jepsen_test_definition
+ when: manual
variables:
LEIN_OPT: '--nemesis standard --mvcc'
INSTANCE_COUNT: '5'
--
2.25.1
More information about the Tarantool-patches
mailing list