Commit 05fd0259 authored by Rémy Coutable's avatar Rémy Coutable

Use the 'needs' keyword for 'package-and-qa-always' job

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 519a130c
.package-and-qa-base: .package-and-qa-base:
image: ruby:2.6-alpine image: ruby:2.6-alpine
stage: review # So even if review-deploy failed we can still run this stage: qa
before_script: [] before_script: []
needs: ["build-qa-image", "gitlab:assets:compile pull-cache"]
dependencies: [] dependencies: []
cache: {} cache: {}
variables: variables:
...@@ -14,12 +15,16 @@ ...@@ -14,12 +15,16 @@
only: only:
- branches@gitlab-org/gitlab-ce - branches@gitlab-org/gitlab-ce
- branches@gitlab-org/gitlab-ee - branches@gitlab-org/gitlab-ee
except:
- master
package-and-qa-manual: package-and-qa-manual:
extends: extends: .package-and-qa-base
- .package-and-qa-base
- .no-docs-and-no-qa
when: manual when: manual
except:
- master
- /(^docs[\/-].+|.+-docs$)/
- /(^qa[\/-].*|.*-qa$)
package-and-qa: package-and-qa:
extends: .package-and-qa-base extends: .package-and-qa-base
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment