diff options
author | Ian Baum <ibaum@gitlab.com> | 2018-11-09 07:55:27 -0600 |
---|---|---|
committer | Ian Baum <ibaum@gitlab.com> | 2018-11-13 14:21:50 -0600 |
commit | 07a1faa09268af6120b163373eac551c9546a06d (patch) | |
tree | db07a629ddd4042493193992fc00c8f6e9c038d0 /.gitlab-ci.yml | |
parent | 132e6c9f95a7a2d3aa7f78072b18c331128f8065 (diff) | |
download | gitlab-ce-07a1faa09268af6120b163373eac551c9546a06d.tar.gz |
Move cloud-native-image job to the post-test stage
* The job depends on asset image created as part of the
gitlab:assets:compile job.
https://gitlab.com/charts/gitlab/issues/897
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 422da05ba5f..fad19da45ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -319,7 +319,7 @@ cloud-native-image: image: ruby:2.4-alpine before_script: [] dependencies: [] - stage: test + stage: post-test allow_failure: true variables: GIT_DEPTH: "1" @@ -696,6 +696,7 @@ gitlab:setup-mysql: # Frontend-related jobs gitlab:assets:compile: <<: *dedicated-no-docs-and-no-qa-pull-cache-job + stage: test image: dev.gitlab.org:5005/gitlab/gitlab-build-images:ruby-2.4.4-git-2.18-chrome-69.0-node-8.x-yarn-1.2-graphicsmagick-1.3.29-docker-18.06.1 dependencies: [] services: |