diff options
author | wutianwei <wutianwei1@huawei.com> | 2018-07-09 09:43:03 +0800 |
---|---|---|
committer | wutianwei <wutianwei1@huawei.com> | 2018-07-09 09:43:03 +0800 |
commit | 391ae04200b14d833527de2c690ae59b7cc319a9 (patch) | |
tree | 3ddf558ffdb95ff0efa066c3d398313a59e478c9 | |
parent | 8d2dd5e06e5f1a3983b93cc39022c3e622268ee1 (diff) |
stop running os-odl_l3-nofeature-ha scenario temporarily
Change-Id: Idffc91aa4a6d259cd9ffb85b653500a78d87095e
Signed-off-by: wutianwei <wutianwei1@huawei.com>
-rwxr-xr-x | ci/deploy_ci.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/deploy_ci.sh b/ci/deploy_ci.sh index 028a8c9d..5d751b4f 100755 --- 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 |