From: "Alexander V. Tikhonov" <avtikhon@tarantool.org> To: Alexander Turenko <alexander.turenko@tarantool.org> Cc: tarantool-patches@dev.tarantool.org Subject: [Tarantool-patches] [PATCH v2 2/2] gitlab-ci: set opensuse jobs to test group Date: Thu, 17 Sep 2020 11:04:03 +0300 [thread overview] Message-ID: <a406df26774eedcc1bcee5d21c239e9f929b5726.1600329681.git.avtikhon@tarantool.org> (raw) In-Reply-To: <cover.1600329681.git.avtikhon@tarantool.org> In-Reply-To: <cover.1600329681.git.avtikhon@tarantool.org> Set opensuse jobs to test group to be sure that it will be run with artifacts collecting and without gitlab-ci jobs extra parallization. --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a00641d9..27d65ff7a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -478,13 +478,13 @@ debian_10: DIST: 'buster' opensuse_15_1: - <<: *pack_definition + <<: *pack_test_definition variables: OS: 'opensuse-leap' DIST: '15.1' opensuse_15_2: - <<: *pack_definition + <<: *pack_test_definition variables: OS: 'opensuse-leap' DIST: '15.2' @@ -587,13 +587,13 @@ debian_10_deploy: DIST: 'buster' opensuse_15_1_deploy: - <<: *deploy_definition + <<: *deploy_test_definition variables: OS: 'opensuse-leap' DIST: '15.1' opensuse_15_2_deploy: - <<: *deploy_definition + <<: *deploy_test_definition variables: OS: 'opensuse-leap' DIST: '15.2' -- 2.17.1
next prev parent reply other threads:[~2020-09-17 8:04 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-09-17 8:04 [Tarantool-patches] [PATCH v2 0/2] gitlab-ci: save failed test results files Alexander V. Tikhonov 2020-09-17 8:04 ` [Tarantool-patches] [PATCH v2 1/2] " Alexander V. Tikhonov 2020-09-21 2:18 ` Alexander Turenko 2020-09-23 6:45 ` Alexander V. Tikhonov 2020-09-17 8:04 ` Alexander V. Tikhonov [this message] 2020-09-25 15:50 ` [Tarantool-patches] [PATCH v2 2/2] gitlab-ci: set opensuse jobs to test group 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=a406df26774eedcc1bcee5d21c239e9f929b5726.1600329681.git.avtikhon@tarantool.org \ --to=avtikhon@tarantool.org \ --cc=alexander.turenko@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH v2 2/2] gitlab-ci: set opensuse jobs to test group' \ /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