autobuild: Run the none env in the samba-o3 build
authorAndreas Schneider <asn@samba.org>
Fri, 22 Nov 2019 14:23:35 +0000 (15:23 +0100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 9 Mar 2020 23:42:26 +0000 (23:42 +0000)
This includes tests which should make sure that certain code is not
optimized away, like memset_s().

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Mon Mar  9 23:42:26 UTC 2020 on sn-devel-184

.gitlab-ci.yml
script/autobuild.py

index 9bd5dd04b4f72f22901cb8aa9f5367743c89cae2..6114ccced99ce70871ee9a71a30aa0cc0a910b91 100644 (file)
@@ -119,9 +119,6 @@ samba:
 samba-mitkrb5:
   extends: .shared_template
 
-samba-none-env:
-  extends: .shared_template
-
 samba-nopython:
   extends: .shared_template
 
@@ -221,7 +218,6 @@ pages:
     - others
     - samba
     - samba-mitkrb5
-    - samba-none-env
     - samba-nopython
     - samba-nopython-py2
     - samba-xc
index 68ce850740ed86cc435f292bcae55ea84ca404ef..dc46bcdd129fa7b32aa4b7ce6fd73173ed837cea 100755 (executable)
@@ -544,7 +544,8 @@ tasks = {
         ("random-sleep", random_sleep(300, 900)),
         ("configure", "ADDITIONAL_CFLAGS='-O3 -Wp,-D_FORTIFY_SOURCE=2' ./configure.developer --with-selftest-prefix=./bin/ab --abi-check-disable" + samba_configure_params),
         ("make", "make -j"),
-        ("test", make_test(cmd='make quicktest', include_envs=["ad_dc"])),
+        ("test", make_test(cmd='make test', include_envs=["none"])),
+        ("quicktest", make_test(cmd='make quicktest', include_envs=["ad_dc"])),
         ("lcov", LCOV_CMD),
         ("install", "make install"),
         ("check-clean-tree", "script/clean-source-tree.sh"),
@@ -614,14 +615,6 @@ tasks = {
         ("allshared-make", "make -j"),
         ],
 
-    "samba-none-env": [
-        ("random-sleep", random_sleep(1, 1)),
-        ("configure", "./configure.developer --with-selftest-prefix=./bin/ab" + samba_configure_params),
-        ("make", "make -j"),
-        ("test", make_test(include_envs=["none"])),
-        ("lcov", LCOV_CMD),
-        ],
-
     "samba-static": [
         ("random-sleep", random_sleep(1, 1)),
         # build with all modules static