mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +03:00
CI: Add new py2 CI jobs to replace old py3 ones
Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
b0b9c62e1c
commit
5a80405071
@ -14,6 +14,12 @@ build_samba:
|
|||||||
# this one takes about 4 hours to finish
|
# this one takes about 4 hours to finish
|
||||||
- python3 script/autobuild.py samba --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
|
- python3 script/autobuild.py samba --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
|
||||||
|
|
||||||
|
build_samba_py2:
|
||||||
|
<<: *private_template
|
||||||
|
script:
|
||||||
|
# this one takes about 4 hours to finish
|
||||||
|
- script/autobuild.py samba-py2 --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
|
||||||
|
|
||||||
build_samba_fileserver:
|
build_samba_fileserver:
|
||||||
<<: *private_template
|
<<: *private_template
|
||||||
script:
|
script:
|
||||||
@ -26,3 +32,10 @@ build_samba_ad_dc:
|
|||||||
# this one takes about 1 hours to finish
|
# this one takes about 1 hours to finish
|
||||||
- python3 script/autobuild.py samba-ad-dc --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
|
- python3 script/autobuild.py samba-ad-dc --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
|
||||||
|
|
||||||
|
|
||||||
|
build_samba_ad_dc_py2:
|
||||||
|
<<: *private_template
|
||||||
|
script:
|
||||||
|
# this one takes about 1 hours to finish
|
||||||
|
- script/autobuild.py samba-ad-dc-py2 --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
|
||||||
|
|
||||||
|
@ -29,6 +29,12 @@ build_samba_none_env:
|
|||||||
# this one takes about 1 hours to finish
|
# this one takes about 1 hours to finish
|
||||||
- python3 script/autobuild.py samba-none-env --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
|
- python3 script/autobuild.py samba-none-env --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
|
||||||
|
|
||||||
|
build_samba_none_env_py2:
|
||||||
|
<<: *shared_template
|
||||||
|
script:
|
||||||
|
# this one takes about 1 hours to finish
|
||||||
|
- script/autobuild.py samba-none-env-py2 --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
|
||||||
|
|
||||||
build_samba_nopython:
|
build_samba_nopython:
|
||||||
<<: *shared_template
|
<<: *shared_template
|
||||||
script:
|
script:
|
||||||
@ -55,11 +61,22 @@ build_samba_ad_dc_2:
|
|||||||
# this one takes about 1 hours to finish
|
# this one takes about 1 hours to finish
|
||||||
- python3 script/autobuild.py samba-ad-dc-2 --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
|
- python3 script/autobuild.py samba-ad-dc-2 --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
|
||||||
|
|
||||||
|
build_samba_ad_dc_2_py2:
|
||||||
|
<<: *shared_template
|
||||||
|
script:
|
||||||
|
# this one takes about 1 hours to finish
|
||||||
|
- script/autobuild.py samba-ad-dc-2-py2 --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
|
||||||
|
|
||||||
build_samba_libs:
|
build_samba_libs:
|
||||||
<<: *shared_template
|
<<: *shared_template
|
||||||
script:
|
script:
|
||||||
- python3 script/autobuild.py samba-libs --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
|
- python3 script/autobuild.py samba-libs --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
|
||||||
|
|
||||||
|
build_samba_libs_py2:
|
||||||
|
<<: *shared_template
|
||||||
|
script:
|
||||||
|
- python3 script/autobuild.py samba-libs-py2 --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
|
||||||
|
|
||||||
build_samba_static:
|
build_samba_static:
|
||||||
<<: *shared_template
|
<<: *shared_template
|
||||||
script:
|
script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user