~canonical-platform-qa/qa-jenkins-jobs/remove-sudo-when-cleaning-workspace

« back to all changes in this revision

Viewing changes to auto-upgrade-testing/jobs.yaml

  • Committer: Max Brustkern
  • Date: 2016-03-03 04:16:21 UTC
  • mfrom: (32.1.1 upgrade-git-variables)
  • Revision ID: max@canonical.com-20160303041621-wtn4kzd26wd1zyw8
Added autopkgtest git hash

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
            #TODO: get rid of all sudo here
50
50
            sudo rm -rf *
51
51
            export BRANCH=lp:auto-upgrade-testing # Until this is packaged, we branch for each run
 
52
            export AUTOPKGTEST_GIT_HASH="7a040e4" # TODO: get this version packaged in the production repo
52
53
            export PROFILE_NAME="{profile}.yaml"
53
54
            export PROFILE=profiles/$PROFILE_NAME
54
55