Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v1] ci: enable Jepsen tests on single nodes by default
@ 2021-01-21 12:22 Sergey Bronnikov via Tarantool-patches
  2021-01-21 12:53 ` Alexander V. Tikhonov via Tarantool-patches
  2021-01-21 15:45 ` Kirill Yukhin via Tarantool-patches
  0 siblings, 2 replies; 3+ messages in thread
From: Sergey Bronnikov via Tarantool-patches @ 2021-01-21 12:22 UTC (permalink / raw)
  To: tarantool-patches, avtikhon

From: Sergey Bronnikov <sergeyb@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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-21 15:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21 12:22 [Tarantool-patches] [PATCH v1] ci: enable Jepsen tests on single nodes by default Sergey Bronnikov via Tarantool-patches
2021-01-21 12:53 ` Alexander V. Tikhonov via Tarantool-patches
2021-01-21 15:45 ` Kirill Yukhin via Tarantool-patches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox