infra: infra-daily-jobs: Use of the infra-{smoketest,deploy} scripts 39/20939/1
authorMarkos Chandras <mchandras@suse.de>
Mon, 12 Sep 2016 14:37:49 +0000 (15:37 +0100)
committerMarkos Chandras <mchandras@suse.de>
Mon, 12 Sep 2016 14:42:13 +0000 (15:42 +0100)
The Jenkins jobs for smoketest and deploy use inline scripts which are
essentially no-ops but they should use the respective scripts instead
which are also no-ops at the moment but they could potentially become
more useful in the future.

Change-Id: Ic91f65b43468aaba503e71773098853bf43f229f
Signed-off-by: Markos Chandras <mchandras@suse.de>
jjb/infra/infra-daily-jobs.yml

index df90c6d..d779d56 100644 (file)
         - shell: |
             #!/bin/bash
 
-            echo "Not activated!"
+            sudo $WORKSPACE/jjb/infra/infra-deploy.sh
 - builder:
     name: 'infra-smoketest-daily-builder'
     builders:
         - shell: |
             #!/bin/bash
 
-            echo "Not activated!"
+            sudo $WORKSPACE/jjb/infra/infra-smoketest.sh