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:
e66323f
)
Fix tag regex
97/70697/1
author
Cédric Ollivier
<cedric.ollivier@orange.com>
Sun, 9 Aug 2020 00:48:28 +0000
(
02:48
+0200)
committer
Cédric Ollivier
<cedric.ollivier@orange.com>
Sun, 9 Aug 2020 00:48:28 +0000
(
02:48
+0200)
Change-Id: If2ce41ef2e6be3e8c4a2a7630feaa9d5089c471f
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
19752cc
..
5b87c59
100644
(file)
--- a/
jjb/functest/functest.yaml
+++ b/
jjb/functest/functest.yaml
@@
-152,7
+152,7
@@
image={repo}:{port}/{container}:{tag}
fi
volumes=""
- if [
"{tag}" = "hunter"
]; then
+ if [
[ "{tag}" =~ "hunter" ]
]; then
volumes=-v /usr/bin/qemu-arm-static:/usr/bin/qemu-arm-static \
-v /usr/bin/qemu-aarch64-static:/usr/bin/qemu-aarch64-static
fi