remove testing with INSNDB=true since that now does nothing different
authorJacob Lifshay <programmerjake@gmail.com>
Thu, 4 May 2023 01:13:13 +0000 (18:13 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Thu, 4 May 2023 01:13:13 +0000 (18:13 -0700)
.gitlab-ci.yml

index 6aae088a05fa5c8f3cbf9c3deceafba988a2612e..9277d50f56e03f1c1c1ec3e44027a8254ab3f6c0 100644 (file)
@@ -94,7 +94,4 @@ build:
 
         - make generate &> generate.log || { cat generate.log; false; }
 
-        - err=0
-        - SILENCELOG='!*,default' INSNDB=true pytest -n auto -v src/openpower --maxfail=5 || err=1
-        - SILENCELOG='!*,default' pytest -n auto -v src/openpower --maxfail=5 || err=1
-        - (exit $err)
+        - SILENCELOG='!*,default' pytest -n auto -v src/openpower --maxfail=5