Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer (GitLab) <jacob@gitlab.com>2018-05-29 13:04:18 +0300
committerJacob Vosmaer (GitLab) <jacob@gitlab.com>2018-05-29 13:04:18 +0300
commit70e00661c1554e8c47634fdff30250b437843ff7 (patch)
treec26fbf9fde84209e92fcd798cb7e7fac4aa80507
parent273532e2e48cff5aa702463345e17211a2ea0f40 (diff)
parent2bb93d768579252ab0d3f5b753ee62a4163878bd (diff)
Merge branch 'git-2.17.0' into 'master'
Run tests against git 2.17 See merge request gitlab-org/gitaly!737
-rw-r--r--.gitlab-ci.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4cace9bf2..20c3a04a4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -112,6 +112,14 @@ test:go1.10-git2.16:
<<: *test_definition
image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.3-golang-1.10-git-2.16
+test:go1.9-git2.17:
+ <<: *test_definition
+ image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.3-golang-1.9-git-2.17
+
+test:go1.10-git2.17:
+ <<: *test_definition
+ image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.3-golang-1.10-git-2.17
+
race:
<<: *go_test_definition
script: