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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2020-10-26 12:48:07 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2020-10-26 15:05:05 +0300
commita43747355c74369611b5be729ac9941e7af68b49 (patch)
treefb1c1bb04961c5c2b069f054ac6cde7deafb33d2 /.gitlab-ci.yml
parent760fa47dbeefaa29d3668dabe5cd7e16afd77313 (diff)
ci: Upgrade build image for fuzzer
The current image used by our objectinfo fuzzer uses an image which isn't built anymore, causing it to fail now. Upgrade it to a more recent version to fix this.
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 0e020340b..9e535d25d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -269,7 +269,7 @@ lint:
- make lint
objectinfo_fuzz_test:
- image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-${RUBY_VERSION}-golang-1.13-git-2.26
+ image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-${RUBY_VERSION}-golang-1.14-git-2.28
extends: .fuzz_base
stage: test
script: