.gitlab-ci.yml: Re-indent comments on test times
[amitay/samba.git] / .gitlab-ci-private.yml
index f42ec08b311f08c239ad098440e79b8606b30e2a..4a6e5036f80edef9d1f7af00bc201436de060d16 100644 (file)
@@ -16,36 +16,23 @@ include:
 
 samba:
   extends: .private_template
-  script:
-    # this one takes about 4 hours to finish
-    - script/autobuild.py samba            --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
+  # this one takes about 4 hours to finish
 
-samba_py2:
+samba-py2:
   extends: .private_template
-  script:
-    # this one takes about 4 hours to finish
-    - script/autobuild.py samba-py2            --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
+  # this one takes about 4 hours to finish
 
-samba_fileserver:
+samba-fileserver:
   extends: .private_template
-  script:
-    # this one takes about 1 hours to finish
-    - script/autobuild.py samba-fileserver --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
+  # this one takes about 1 hours to finish
 
-samba_ad_dc:
+samba-ad-dc:
   extends: .private_template
-  script:
-    # this one takes about 1 hours to finish
-    - script/autobuild.py samba-ad-dc     --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase
+  # this one takes about 1 hours to finish
 
-
-samba_ad_dc_py2:
+samba-ad-dc-py2:
   extends: .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
+  # this one takes about 1 hours to finish
 
-nt4:
+samba-nt4:
   extends: .private_template
-  script:
-    - script/autobuild.py samba-nt4 --verbose --nocleanup --keeplogs --tail --testbase /tmp/samba-testbase