~rvb/maas/maas-ci-config-fix-trusty

« back to all changes in this revision

Viewing changes to jenkins/jobs/macros.yml

  • Committer: Diogo Matsubara
  • Date: 2014-04-14 13:52:37 UTC
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: diogo.matsubara@canonical.com-20140414135237-plht8crw31ivugau
remove saucy-jobs from projects.yaml, make precise jobs by default run without a PPA so the package in the cloud archive is tested

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
            bzr branch $TESTS_BRANCH packaging/debian/tests
14
14
 
15
15
            SRC_DIR=file://`pwd`/packaging
16
 
            OPTS="-d -P -p $PPA -S $SRC_DIR"
 
16
            if [ -n "$PPA" ]; then
 
17
                OPTS="-d -P -p $PPA -S $SRC_DIR"
 
18
            else
 
19
                OPTS="-d -P -S $SRC_DIR"
 
20
            fi
17
21
            cd $ADT_DIR/bin
18
22
            VMCFG=$ADT_DIR/etc/region.cfg ./run-adt-test -a $ARCH -r \
19
23
            $RELEASE $OPTS $PACKAGE