[Tarantool-patches] [PATCH v2 2/2] gitlab-ci: set opensuse jobs to test group

Alexander V. Tikhonov avtikhon at tarantool.org
Thu Sep 17 11:04:03 MSK 2020


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



More information about the Tarantool-patches mailing list