From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp47.i.mail.ru (smtp47.i.mail.ru [94.100.177.107]) (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 D1C4A469710 for ; Wed, 20 May 2020 21:35:33 +0300 (MSK) From: "Alexander V. Tikhonov" Date: Wed, 20 May 2020 21:35:31 +0300 Message-Id: <863e5ca812384f62cc573f96b1b314fe87a0b86d.1589999586.git.avtikhon@tarantool.org> Subject: [Tarantool-patches] [PATCH v1] Set full testing for all branches List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Oleg Piskunov , Sergey Bronnikov Cc: tarantool-patches@dev.tarantool.org, Alexander Turenko Set full testing with deploy builds and tests for all branches. --- Github: https://github.com/tarantool/tarantool/tree/avtikhon/all-tests-in-branches .gitlab-ci.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 256b368c4..55b006ed4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,11 +8,6 @@ variables: # Jobs templates -.release_only_template: &release_only_definition - only: - - master - - /^.*-full-ci$/ - .deploy_only_template: &deploy_only_definition only: - master @@ -26,7 +21,8 @@ variables: - schedules - external_pull_requests - merge_requests - - /^.*-full-ci$/ + - branches + - tags .perf_only_template: &perf_only_definition only: @@ -124,7 +120,6 @@ release_clang: - ${GITLAB_MAKE} test_debian_no_deps release_lto: - <<: *release_only_definition <<: *docker_test_clang8_definition variables: CMAKE_EXTRA_PARAMS: -DENABLE_LTO=ON @@ -132,7 +127,6 @@ release_lto: - ${GITLAB_MAKE} test_debian_no_deps release_lto_clang8: - <<: *release_only_definition <<: *docker_test_clang8_definition variables: CC: clang-8 @@ -147,7 +141,6 @@ release_asan_clang8: - ${GITLAB_MAKE} test_asan_debian_no_deps osx_14_release: - <<: *release_only_definition stage: test tags: - osx_14 @@ -162,7 +155,6 @@ osx_15_release: - ${GITLAB_MAKE} test_osx osx_15_release_lto: - <<: *release_only_definition stage: test tags: - osx_15 @@ -466,7 +458,6 @@ static_build: - ${GITLAB_MAKE} test_static_build static_docker_build: - <<: *release_only_definition stage: test tags: - deploy_test -- 2.17.1