mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
gitlab-ci: Split up build_samba_others and build_ctdb tasks
These make too much output and the shared runners on GitLab CI object to sending more than 4MB of output. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
This commit is contained in:
parent
106793a42c
commit
f4fe1c836e
@ -68,17 +68,52 @@ build_samba_none_env:
|
||||
# this one takes about 1 hours to finish
|
||||
- python script/autobuild.py samba-none-env --verbose --tail --testbase /tmp/samba-testbase
|
||||
|
||||
build_samba_others:
|
||||
build_samba_nopython:
|
||||
stage: build
|
||||
tags:
|
||||
- docker
|
||||
- shared
|
||||
script:
|
||||
- python script/autobuild.py samba-nopython --verbose --tail --testbase /tmp/samba-testbase
|
||||
|
||||
build_samba_systemkrb5:
|
||||
stage: build
|
||||
tags:
|
||||
- docker
|
||||
- shared
|
||||
script:
|
||||
- python script/autobuild.py samba-systemkrb5 --verbose --tail --testbase /tmp/samba-testbase
|
||||
|
||||
build_samba_xc:
|
||||
stage: build
|
||||
tags:
|
||||
- docker
|
||||
- shared
|
||||
script:
|
||||
- python script/autobuild.py samba-xc --verbose --tail --testbase /tmp/samba-testbase
|
||||
|
||||
build_samba_o3:
|
||||
stage: build
|
||||
tags:
|
||||
- docker
|
||||
- shared
|
||||
script:
|
||||
- python script/autobuild.py samba-o3 --verbose --tail --testbase /tmp/samba-testbase
|
||||
|
||||
build_samba_libs:
|
||||
stage: build
|
||||
tags:
|
||||
- docker
|
||||
- shared
|
||||
script:
|
||||
- python script/autobuild.py samba-libs --verbose --tail --testbase /tmp/samba-testbase
|
||||
|
||||
build_samba_static:
|
||||
stage: build
|
||||
tags:
|
||||
- docker
|
||||
- shared
|
||||
script:
|
||||
- python script/autobuild.py samba-static --verbose --tail --testbase /tmp/samba-testbase
|
||||
|
||||
build_ctdb:
|
||||
@ -88,6 +123,13 @@ build_ctdb:
|
||||
- shared
|
||||
script:
|
||||
- python script/autobuild.py samba-ctdb --verbose --tail --testbase /tmp/samba-testbase
|
||||
|
||||
build_samba_ctdb:
|
||||
stage: build
|
||||
tags:
|
||||
- docker
|
||||
- shared
|
||||
script:
|
||||
- python script/autobuild.py ctdb --verbose --tail --testbase /tmp/samba-testbase
|
||||
|
||||
build_others:
|
||||
|
Loading…
Reference in New Issue
Block a user