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>
- 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