projects
/
openpower-isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c65658
)
remove testing with INSNDB=true since that now does nothing different
author
Jacob Lifshay
<programmerjake@gmail.com>
Thu, 4 May 2023 01:13:13 +0000
(18:13 -0700)
committer
Jacob Lifshay
<programmerjake@gmail.com>
Thu, 4 May 2023 01:13:13 +0000
(18:13 -0700)
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 6aae088a05fa5c8f3cbf9c3deceafba988a2612e..9277d50f56e03f1c1c1ec3e44027a8254ab3f6c0 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-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