mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
gitlab-ci: Run samba-ad-dc-2 in the shared environment
This will allow more AD DC tests to run for those without access to a private gitlab runner. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
parent
d0d32fc04f
commit
6784283844
@ -32,8 +32,3 @@ build_samba_ad_dc:
|
||||
# this one takes about 1 hours to finish
|
||||
- python script/autobuild.py samba-ad-dc --verbose --tail --testbase /tmp/samba-testbase
|
||||
|
||||
build_samba_ad_dc_2:
|
||||
<<: *private_template
|
||||
script:
|
||||
# this one takes about 1 hours to finish
|
||||
- python script/autobuild.py samba-ad-dc-2 --verbose --tail --testbase /tmp/samba-testbase
|
||||
|
@ -46,6 +46,12 @@ build_samba_o3:
|
||||
script:
|
||||
- python script/autobuild.py samba-o3 --verbose --tail --testbase /tmp/samba-testbase
|
||||
|
||||
build_samba_ad_dc_2:
|
||||
<<: *shared_template
|
||||
script:
|
||||
# this one takes about 1 hours to finish
|
||||
- python script/autobuild.py samba-ad-dc-2 --verbose --tail --testbase /tmp/samba-testbase
|
||||
|
||||
build_samba_libs:
|
||||
<<: *shared_template
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user