~bloodearnest/ols-jenkaas/disable-conn-check-build

« back to all changes in this revision

Viewing changes to jobs/software-center-agent.yaml

  • Committer: Guillermo Gonzalez
  • Date: 2018-04-12 20:51:35 UTC
  • mto: This revision was merged to the branch mainline in revision 576.
  • Revision ID: guillermo.gonzalez@canonical.com-20180412205135-6x91brg1lr3hxfvn
add charm-vcs and fix variable for charm-repo

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    landing-tests: 'make start-db && CONCURRENCY=6 ./run-landing-tests'
8
8
    ui-tests: 'touch collectstatic.deps.mk && make ui-tests ARGS='
9
9
    deps-trunk: 'lp:~ubuntuone-pqm-team/software-center-agent/scasnap-dependencies'
 
10
    charm-vcs: 'git'    
 
11
    charm-repo: 'ssh://git.launchpad.net/~ubuntuone-pqm-team/software-center-agent/+git/builds'
10
12
    # 'make bootstrap' first in a separate call works around a sphinx issue
11
13
    build-command: 'make bootstrap && make git-build BUILDREPO=ssh://git.launchpad.net/~ubuntuone-pqm-team/software-center-agent/+git/builds BUILDBRANCH=staging'
12
14
    junit_xml_path: '{workdir}/reports/*.xml'