diff options
author | 2016-11-27 14:28:11 +0200 | |
---|---|---|
committer | 2016-11-27 21:39:58 +0200 | |
commit | e351e8fe2076e798038418c124409e9dac20ecc0 (patch) | |
tree | 5d7cc339e852e350abeb10687d5f43ef317b10ae /jjb/armband/armband-deploy.sh | |
parent | 1f7db42e0bf885e814e36e08bcd9f5e3d505392b (diff) |
Add jobs for ARM virtual POD
Pod virtual1 was added in the ENEA-ARM lab
This commit adds the jobs for it
JIRA: ARMBAND-162
Change-Id: Icaa798691f5ff60a58ae083eb1c366170c464b92
Signed-off-by: cristinapauna <cristina.pauna@enea.com>
Diffstat (limited to 'jjb/armband/armband-deploy.sh')
-rwxr-xr-x | jjb/armband/armband-deploy.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/armband/armband-deploy.sh b/jjb/armband/armband-deploy.sh index c8e58afa8..e0631c424 100755 --- a/jjb/armband/armband-deploy.sh +++ b/jjb/armband/armband-deploy.sh @@ -61,6 +61,10 @@ if [[ $LAB_CONFIG_URL =~ ^(git|ssh):// ]]; then fi fi +if [[ "$NODE_NAME" =~ "virtual" ]]; then + POD_NAME="virtual_kvm" +fi + # releng wants us to use nothing else but opnfv.iso for now. We comply. ISO_FILE=$WORKSPACE/opnfv.iso |