gitlab CI: combine "variables" sections
This commit is contained in:
parent
ff37050545
commit
319c4493a4
1 changed files with 2 additions and 4 deletions
|
@ -73,12 +73,11 @@ Ubuntu Linux:ASAN:
|
|||
stage: build
|
||||
variables:
|
||||
ASAN: 1
|
||||
FLAVOR: zesty_asan
|
||||
|
||||
before_script:
|
||||
- ./ci/ubuntu_prep.sh
|
||||
|
||||
variables:
|
||||
FLAVOR: zesty_asan
|
||||
|
||||
|
||||
Ubuntu Linux:TSAN:
|
||||
|
@ -86,12 +85,11 @@ Ubuntu Linux:TSAN:
|
|||
stage: build
|
||||
variables:
|
||||
TSAN: 1
|
||||
FLAVOR: zesty_tsan
|
||||
|
||||
before_script:
|
||||
- ./ci/ubuntu_prep.sh
|
||||
|
||||
variables:
|
||||
FLAVOR: zesty_tsan
|
||||
|
||||
|
||||
# DISABLED: Shared runners avail for gitlab CI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue