mirror of
https://github.com/openhwgroup/cva6.git
synced 2025-04-24 06:07:19 -04:00
gitlab-ci: update workflow to support cvvdev feature in CI_WEIGHT=full (#1224)
This commit is contained in:
parent
c454a39ae3
commit
8a95ef4aca
1 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,9 @@ include:
|
|||
|
||||
workflow:
|
||||
rules:
|
||||
- if: '$CI_WEIGHT == "forced" && $CI_COMMIT_REF_NAME =~ /^cvvdev\/.*/' #bypass workflow + cvvdev
|
||||
variables:
|
||||
CORE_V_VERIF_BRANCH: $CI_COMMIT_REF_NAME
|
||||
- if: '$CI_WEIGHT == "forced"' #bypass workflow
|
||||
- if: '$CI_COMMIT_REF_NAME =~ /^master.*|^hotfix.*|^rc.*|^github-pr.*/'
|
||||
variables:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue