Armband: Verify: Don't enable virtual-deploy yet 09/23809/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Mon, 31 Oct 2016 17:21:31 +0000 (18:21 +0100)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Mon, 31 Oct 2016 17:22:03 +0000 (18:22 +0100)
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 <Alexandru.Avadanii@enea.com>
jjb/armband/armband-verify-jobs.yml
jjb/armband/armband-workspace-cleanup.sh [changed mode: 0644->0755]

index 9a6ad58..2970832 100644 (file)
     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:
     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'
         - shell: |
             #!/bin/bash
 
-            echo "Anva Not activated!"
+            echo "Not activated!"
 #####################################
 # parameter macros
 #####################################
old mode 100644 (file)
new mode 100755 (executable)