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:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2020-11-23 13:06:02 +0300
committerÆvar Arnfjörð Bjarmason <avarab@gmail.com>2020-11-23 15:03:27 +0300
commit97628cb34a4471d3185bcb77c9772856325ecfee (patch)
treef0963838a134e4d6f7968d42f5d49c9da7569df7 /.gitlab-ci.yml
parente082c046c2d2d1115bb0893d095990b026dd1323 (diff)
ci: rename "test:master" to include "nightly"
Rename the job added in a62c66394 (ci: Add scheduled jobs testing against Git master, 2020-09-02). This is per the discussion in https://gitlab.com/gitlab-org/gitaly/-/merge_requests/2716 and on slack where Patrick wanted to have "nightly" in the job name somewhere.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d1ae8d83b..1b7841491 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -164,7 +164,7 @@ test:
GIT_VERSION: "v2.29.0"
TARGET: [ test-with-proxies, test-with-praefect, race-go ]
-test:master:
+nightly:git:
<<: *test_definition
image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-${RUBY_VERSION}-golang-${GO_VERSION}-git-2.29
script: