Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v1] gitlab-ci: set 2.6 version instead of master
@ 2020-12-23 15:51 Alexander V. Tikhonov
  2020-12-23 16:19 ` Oleg Koshovetc
  2020-12-24 18:05 ` Kirill Yukhin
  0 siblings, 2 replies; 3+ messages in thread
From: Alexander V. Tikhonov @ 2020-12-23 15:51 UTC (permalink / raw)
  To: Oleg Koshovetc, Kirill Yukhin; +Cc: tarantool-patches

Cc: tarantool-patches@dev.tarantool.org

Found that branch checks in gitlab-ci jobs were not updated on creation
2.6 branch. This patch fixes it and sets 2.6 instead of master mask to
be able to trigger jobs on changes in 2.6 branch.
---

Github: https://github.com/tarantool/tarantool/tree/avtikhon/gitlab-ci-2.6

 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 03a6295aa..6374b0d25 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -55,7 +55,7 @@ before_script:
 
 .deploy_only_template: &deploy_only_definition
   only:
-    - master
+    - "2.6"
     - tags
   except:
     - schedules
@@ -64,12 +64,12 @@ before_script:
 
 .pack_only_template: &pack_only_definition
   except:
-    - master
+    - "2.6"
     - tags
 
 .perf_only_template: &perf_only_definition
   only:
-    - master
+    - "2.6"
     - tags
     - /^.*-perf$/
   except:
-- 
2.25.1

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Tarantool-patches] [PATCH v1] gitlab-ci: set 2.6 version instead of master
  2020-12-23 15:51 [Tarantool-patches] [PATCH v1] gitlab-ci: set 2.6 version instead of master Alexander V. Tikhonov
@ 2020-12-23 16:19 ` Oleg Koshovetc
  2020-12-24 18:05 ` Kirill Yukhin
  1 sibling, 0 replies; 3+ messages in thread
From: Oleg Koshovetc @ 2020-12-23 16:19 UTC (permalink / raw)
  To: Alexander V. Tikhonov, Kirill Yukhin; +Cc: tarantool-patches

LGTM

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Tarantool-patches] [PATCH v1] gitlab-ci: set 2.6 version instead of master
  2020-12-23 15:51 [Tarantool-patches] [PATCH v1] gitlab-ci: set 2.6 version instead of master Alexander V. Tikhonov
  2020-12-23 16:19 ` Oleg Koshovetc
@ 2020-12-24 18:05 ` Kirill Yukhin
  1 sibling, 0 replies; 3+ messages in thread
From: Kirill Yukhin @ 2020-12-24 18:05 UTC (permalink / raw)
  To: Alexander V. Tikhonov; +Cc: tarantool-patches

Hello,

On 23 Dec 18:51, Alexander V. Tikhonov wrote:
> Cc: tarantool-patches@dev.tarantool.org
> 
> Found that branch checks in gitlab-ci jobs were not updated on creation
> 2.6 branch. This patch fixes it and sets 2.6 instead of master mask to
> be able to trigger jobs on changes in 2.6 branch.
> ---
> 
> Github: https://github.com/tarantool/tarantool/tree/avtikhon/gitlab-ci-2.6

I've checked your patch into 2.6.

--
Regards, Kirill Yukhin

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-24 18:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-23 15:51 [Tarantool-patches] [PATCH v1] gitlab-ci: set 2.6 version instead of master Alexander V. Tikhonov
2020-12-23 16:19 ` Oleg Koshovetc
2020-12-24 18:05 ` Kirill Yukhin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox