summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2016-09-12 15:37:49 +0100
committerMarkos Chandras <mchandras@suse.de>2016-09-12 15:42:13 +0100
commit8139afd89ea2e811a53513ece2ae30dfea449be7 (patch)
tree5afa9f8a462175b43684bcb9cd631a7ca2e25731 /jjb
parentebeaa913386df4c9ebb0110ffdcd298540b1b4d5 (diff)
infra: infra-daily-jobs: Use of the infra-{smoketest,deploy} scripts
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>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/infra/infra-daily-jobs.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/infra/infra-daily-jobs.yml b/jjb/infra/infra-daily-jobs.yml
index df90c6d13..d779d56d5 100644
--- a/jjb/infra/infra-daily-jobs.yml
+++ b/jjb/infra/infra-daily-jobs.yml
@@ -156,11 +156,11 @@
- 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