diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2016-11-28 16:51:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-11-28 16:51:58 +0000 |
commit | 7d2f4d08979346bb95d60264f6ceb4f007242e63 (patch) | |
tree | 89a9f4847f1eae48931e3847427879d10779532f /jjb/armband/armband-deploy.sh | |
parent | a3a94ffd4a58d4ac8fd837e22605b5083f2127ca (diff) | |
parent | e351e8fe2076e798038418c124409e9dac20ecc0 (diff) |
Merge "Add jobs for ARM virtual POD"
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 |