summaryrefslogtreecommitdiffstats
path: root/jjb/qtip/helpers/validate-setup.sh
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-08-16 15:51:15 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-08-17 12:00:12 +0800
commitca02d5fda706a7e10f5f23536da0ceae79d42e2e (patch)
tree8b225d2422f55934818806bdadc182374cffa365 /jjb/qtip/helpers/validate-setup.sh
parent63bfdf7e1ae7cd5f2591e7ecf9a17fcd49f85fb1 (diff)
[qtip] refactoring ci scripts
- manage help scripts in qtip repo instead of releng - call entry script in qtip from releng JIRA: QTIP-268 Change-Id: Ibd0d2c2533c1a7f1963f6c3214c563499cce8b22 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'jjb/qtip/helpers/validate-setup.sh')
-rw-r--r--jjb/qtip/helpers/validate-setup.sh24
1 files changed, 0 insertions, 24 deletions
diff --git a/jjb/qtip/helpers/validate-setup.sh b/jjb/qtip/helpers/validate-setup.sh
deleted file mode 100644
index 8d84e120c..000000000
--- a/jjb/qtip/helpers/validate-setup.sh
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/usr/bin/env bash
-##############################################################################
-# Copyright (c) 2017 ZTE and others.
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Apache License, Version 2.0
-# which accompanies this distribution, and is available at
-# http://www.apache.org/licenses/LICENSE-2.0
-##############################################################################
-
-set -e
-
-# setup virtualenv
-sudo pip install -u virtualenv virtualenvwrapper
-export WORKON_HOME=$HOME/.virtualenvs
-source /usr/local/bin/virtualenvwrapper.sh
-mkvirtualenv qtip
-workon qtip
-
-# setup qtip
-sudo pip install $HOME/repos/qtip
-
-# testing
-qtip --version
-qtip --help