From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp51.i.mail.ru (smtp51.i.mail.ru [94.100.177.111]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id CF36044643A for ; Thu, 17 Sep 2020 11:04:08 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Thu, 17 Sep 2020 11:04:03 +0300 Message-Id: In-Reply-To: References: In-Reply-To: References: Subject: [Tarantool-patches] [PATCH v2 2/2] gitlab-ci: set opensuse jobs to test group List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Turenko Cc: tarantool-patches@dev.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