Code Review
/
compass4nfv.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
8d2dd5e
)
stop running os-odl_l3-nofeature-ha scenario temporarily
01/59601/1
author
wutianwei
<wutianwei1@huawei.com>
Mon, 9 Jul 2018 01:43:03 +0000
(09:43 +0800)
committer
wutianwei
<wutianwei1@huawei.com>
Mon, 9 Jul 2018 01:43:03 +0000
(09:43 +0800)
Change-Id: Idffc91aa4a6d259cd9ffb85b653500a78d87095e
Signed-off-by: wutianwei <wutianwei1@huawei.com>
ci/deploy_ci.sh
patch
|
blob
|
history
diff --git
a/ci/deploy_ci.sh
b/ci/deploy_ci.sh
index
028a8c9
..
5d751b4
100755
(executable)
--- a/
ci/deploy_ci.sh
+++ b/
ci/deploy_ci.sh
@@
-18,6
+18,10
@@
case $DEPLOY_SCENARIO in
echo "os-onos-sfc-ha scenario supports mitaka only"
exit 1
;;
+ os-odl_l3-nofeature-ha)
+ echo "stop running os-odl_l3-nofeature-ha scenario temporarily"
+ exit 1
+ ;;
esac
if [[ "$DEPLOY_SCENARIO" =~ "k8-" ]]; then