From: sergeyb@tarantool.org To: tarantool-patches@dev.tarantool.org, avtikhon@tarantool.org, alexander.turenko@tarantool.org Subject: [Tarantool-patches] [PATCH 0/4] Integrate Jepsen tests to CI Date: Wed, 16 Sep 2020 10:07:18 +0300 [thread overview] Message-ID: <cover.1600239621.git.sergeyb@tarantool.org> (raw) From: Sergey Bronnikov <sergeyb@tarantool.org> Patch series adds Terraform configs to setup test stand in a cloud infrastructure, script to run Jepsen tests, separate targets to Makefile. Issue: https://github.com/tarantool/tarantool/issues/5277 CI: https://gitlab.com/tarantool/tarantool/-/pipelines/190225147 Sergey Bronnikov (4): extra: add Terraform config files cmake: add targets to run Jepsen tests tools: add script to run Jepsen tests ci: integrate Jepsen tests to GitLab CI .gitlab-ci.yml | 14 +++++++ .travis.mk | 34 ++++++++++++++++- CMakeLists.txt | 27 ++++++++++++++ extra/tf/main.tf | 43 ++++++++++++++++++++++ extra/tf/outputs.tf | 10 +++++ extra/tf/provider.tf | 49 +++++++++++++++++++++++++ extra/tf/versions.tf | 8 ++++ tools/run-jepsen-tests.sh | 77 +++++++++++++++++++++++++++++++++++++++ 8 files changed, 261 insertions(+), 1 deletion(-) create mode 100644 extra/tf/main.tf create mode 100644 extra/tf/outputs.tf create mode 100644 extra/tf/provider.tf create mode 100644 extra/tf/versions.tf create mode 100755 tools/run-jepsen-tests.sh -- 2.25.1
next reply other threads:[~2020-09-16 7:07 UTC|newest] Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-09-16 7:07 sergeyb [this message] 2020-09-16 7:07 ` [Tarantool-patches] [PATCH 1/4] extra: add Terraform config files sergeyb 2020-09-18 14:20 ` Alexander V. Tikhonov 2020-09-16 7:07 ` [Tarantool-patches] [PATCH 2/4] cmake: add targets to run Jepsen tests sergeyb 2020-09-18 14:23 ` Alexander V. Tikhonov 2020-09-16 7:07 ` [Tarantool-patches] [PATCH 3/4] tools: add script " sergeyb 2020-09-18 14:32 ` Alexander V. Tikhonov 2020-09-16 7:07 ` [Tarantool-patches] [PATCH 4/4] ci: integrate Jepsen tests to GitLab CI sergeyb 2020-09-17 7:12 ` Alexander V. Tikhonov 2020-09-17 15:25 ` Alexander Turenko 2020-09-18 12:28 ` Sergey Bronnikov 2020-09-18 12:34 ` Alexander V. Tikhonov 2020-09-18 12:33 ` Sergey Bronnikov 2020-09-18 15:03 ` [Tarantool-patches] [PATCH 0/4] Integrate Jepsen tests to CI Kirill Yukhin
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=cover.1600239621.git.sergeyb@tarantool.org \ --to=sergeyb@tarantool.org \ --cc=alexander.turenko@tarantool.org \ --cc=avtikhon@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH 0/4] Integrate Jepsen tests to CI' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox