mirror of
https://github.com/samba-team/samba.git
synced 2025-02-01 05:47:28 +03:00
autobuild: Add -py2 tests for new split backup/restore testenvs
This ensures Python2 coverage for this code while it remains supported. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13780 Signed-off-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
9f85efa76d
commit
49bac77e78
@ -66,6 +66,11 @@ build_samba_ad_dc_backup:
|
||||
script:
|
||||
- script/autobuild.py samba-ad-dc-backup --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
|
||||
|
||||
build_samba_ad_dc_backup_py2:
|
||||
<<: *shared_template
|
||||
script:
|
||||
- script/autobuild.py samba-ad-dc-backup-py2 --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
|
||||
|
||||
build_samba_ad_dc_2_py2:
|
||||
<<: *shared_template
|
||||
script:
|
||||
|
@ -52,6 +52,7 @@ builddirs = {
|
||||
"samba-ad-dc-2": ".",
|
||||
"samba-ad-dc-2-py2": ".",
|
||||
"samba-ad-dc-backup": ".",
|
||||
"samba-ad-dc-backup-py2": ".",
|
||||
"samba-systemkrb5": ".",
|
||||
"samba-nopython": ".",
|
||||
"samba-buildpy2-only": ".",
|
||||
|
Loading…
x
Reference in New Issue
Block a user