diff options
author | Markos Chandras <mchandras@suse.de> | 2016-09-12 15:37:49 +0100 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2016-09-12 15:42:13 +0100 |
commit | 8139afd89ea2e811a53513ece2ae30dfea449be7 (patch) | |
tree | 5afa9f8a462175b43684bcb9cd631a7ca2e25731 | |
parent | ebeaa913386df4c9ebb0110ffdcd298540b1b4d5 (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>
-rw-r--r-- | jjb/infra/infra-daily-jobs.yml | 4 |
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 |