Code Review
/
releng.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ee38f29
)
Revert "Add debug when running Functest jjbs"
43/67743/1
author
Cédric Ollivier
<cedric.ollivier@orange.com>
Thu, 2 May 2019 17:36:13 +0000
(19:36 +0200)
committer
Cédric Ollivier
<cedric.ollivier@orange.com>
Thu, 2 May 2019 17:36:19 +0000
(19:36 +0200)
This reverts commit
02d9a5f0d62c16a72139291463703c86a80bffb7
.
Change-Id: I56b87660ba9d2e18042d5da6f3de2e9de2ed7b53
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/functest/functest.yaml
patch
|
blob
|
history
diff --git
a/jjb/functest/functest.yaml
b/jjb/functest/functest.yaml
index
ba92ef7
..
e4f2754
100644
(file)
--- a/
jjb/functest/functest.yaml
+++ b/
jjb/functest/functest.yaml
@@
-90,8
+90,7
@@
name: functest-run-containers
builders:
- shell: |
- set +e
- set -x
+ set +ex
[ ! -z "$WORKSPACE" ] && sudo rm -rf $WORKSPACE/* || true
if [ "{repo}" = "_" ]; then
image={container}:{tag}