~juju-qa/juju-ci-tools/trunk

« back to all changes in this revision

Viewing changes to run-juju-eco-unit-tests.bash

  • Committer: Curtis Hovey
  • Date: 2016-06-14 00:46:29 UTC
  • mto: This revision was merged to the branch mainline in revision 1855.
  • Revision ID: curtis@canonical.com-20160614004629-s5qywybkj7lg1lei
Replace all jujuci.py.get call with s3ci.py.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    set +x
51
51
    source $CLOUD_CITY/juju-qa.jujuci
52
52
    set -x
53
 
    jujuci.py get -b $JUJU_BUILD build-revision \
54
 
        buildvars.bash $WORKSPACE/
55
 
    source $WORKSPACE/buildvars.bash
 
53
    source $(s3ci.py get $revision_build build-revision buildvars.bash)
56
54
    JUJU_REVISION=$REVISION_ID
57
55
else
58
56
    JUJU_REVISION=$(grep $JUJU_PROJECT $ECO_DEPS | cut -d $'\t' -f 3)