mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-04 22:45:37 +00:00
Merge branch 'sast' into 'master'
Run sast jobs in parallel with build jobs See merge request OpenMW/openmw!1994
This commit is contained in:
commit
f53bc7807a
1 changed files with 7 additions and 1 deletions
|
@ -7,8 +7,8 @@ include:
|
|||
# Note: We set `needs` on each job to control the job DAG.
|
||||
# See https://docs.gitlab.com/ee/ci/yaml/#needs
|
||||
stages:
|
||||
- test
|
||||
- build
|
||||
- test
|
||||
|
||||
# https://blog.nimbleways.com/let-s-make-faster-gitlab-ci-cd-pipelines/
|
||||
variables:
|
||||
|
@ -20,6 +20,12 @@ variables:
|
|||
SAST_EXCLUDED_ANALYZERS: "bandit"
|
||||
SAST_EXCLUDED_PATHS: "extern"
|
||||
|
||||
sast:
|
||||
tags:
|
||||
- docker
|
||||
- linux
|
||||
needs: []
|
||||
|
||||
.Ubuntu_Image:
|
||||
tags:
|
||||
- docker
|
||||
|
|
Loading…
Reference in a new issue