~allanlesage/+junk/qa-jenkins-jobs

« back to all changes in this revision

Viewing changes to ubuntu-system-tests/jobs.yaml

  • Committer: Allan LeSage
  • Date: 2016-03-04 22:50:28 UTC
  • Revision ID: allan.lesage@canonical.com-20160304225028-d2go3u6i66gkc3k3
Last of the jobs.yaml shuffling.

Show diffs side-by-side

added added

removed removed

Lines of Context:
138
138
            mkdir $WORKSPACE/results
139
139
            export OUTPUTDIR="$WORKSPACE/results"
140
140
 
 
141
            rm -rf qa-jenkins-jobs
 
142
            bzr branch $QA_JENKINS_JOBS_BRANCH qa-jenkins-jobs
 
143
            cd qa-jenkins-jobs
 
144
 
141
145
            export UBUNTU_SYSTEM_TESTS_CONFIG_BRANCH="lp:ubuntu-system-tests-config"
142
146
            export CONFIG_PATH=${WORKSPACE}/ubuntu-system-tests.conf
143
147
            ./scripts/ubuntu-system-tests/write-config.sh
160
164
                ;;
161
165
            esac
162
166
 
163
 
            rm -rf qa-jenkins-jobs
164
 
            bzr branch $QA_JENKINS_JOBS_BRANCH qa-jenkins-jobs
165
 
            cd qa-jenkins-jobs
166
 
 
167
167
            ./scripts/get-recovery-image.sh
168
168
 
169
169
            recover_device_flash_and_run_tests () {