From 1de026b4bbdf72653e80c39bf148fc95540baf07 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Mon, 31 Oct 2016 18:21:31 +0100 Subject: [PATCH] Armband: Verify: Don't enable virtual-deploy yet While at it, add missing exec flag to one sh script, and cleanup some obsolete debug logs. Change-Id: Ib805e41177571f6413ed744edae405449c86412e Signed-off-by: Alexandru Avadanii --- jjb/armband/armband-verify-jobs.yml | 13 +++++-------- jjb/armband/armband-workspace-cleanup.sh | 0 2 files changed, 5 insertions(+), 8 deletions(-) mode change 100644 => 100755 jjb/armband/armband-workspace-cleanup.sh diff --git a/jjb/armband/armband-verify-jobs.yml b/jjb/armband/armband-verify-jobs.yml index 9a6ad5837..2970832d4 100644 --- a/jjb/armband/armband-verify-jobs.yml +++ b/jjb/armband/armband-verify-jobs.yml @@ -219,14 +219,12 @@ builders: - shell: | #!/bin/bash - echo "ANVA Not activated!" + + echo "Not activated!" - builder: name: 'armband-verify-build-macro' builders: - - shell: | - #!/bin/bash - echo "ANVA activated verify-build !" - shell: !include-raw: ./build.sh - shell: @@ -237,9 +235,8 @@ builders: - shell: | #!/bin/bash - echo "ANVA activated deploy-virtual!" - - shell: - !include-raw: ./armband-deploy.sh + + echo "Not activated!" - builder: name: 'armband-verify-smoke-test-macro' @@ -247,7 +244,7 @@ - shell: | #!/bin/bash - echo "Anva Not activated!" + echo "Not activated!" ##################################### # parameter macros ##################################### diff --git a/jjb/armband/armband-workspace-cleanup.sh b/jjb/armband/armband-workspace-cleanup.sh old mode 100644 new mode 100755 -- 2.16.6