lp://staging/~oddbloke/vmbuilder/jenkins_kvm-juju-charm-directory
- Get this branch:
- bzr branch lp://staging/~oddbloke/vmbuilder/jenkins_kvm-juju-charm-directory
Branch merges
- Ben Howard (community): Approve (merged)
-
Diff: 23 lines (+4/-0)1 file modifiedjenkins/CloudImages_Juju.sh (+4/-0)
Branch information
Recent revisions
- 496. By Dan Watkins
-
Juju Vagrant image supports out-of-the-box workflow.
As per bug 1368313, this creates (if necessary) and mounts a charms
directory in to the Juju Vagrant box.The vagrant user has the JUJU_REPOSITORY environment variable set, so
Juju can find the charms without extra command-line arguments. - 494. By Ben Howard
-
Added ability to should_build.py to wait for a package to become available
in one of the archives. i.e.python3 should_build.py --suite trusty \
-- wait_package wget::1.15-1ubuntu1 \
-- wait_package xz-utils: :5.1.1alpha+ 2012061 \
-- wait_time 10 The idea is that you can use should_build.py as a build trigger when a certain
package becomes available. For example:python3 should_build.py --suite trusty \
-- wait_package wget::1.15-1ubuntu1 \
-- wait_package xz-utils: :5.1.1alpha+ 2012061 \
-- wait_time 10 &&
do_something .sh - 493. By Ben Howard
-
Added ability to should_build.py to wait for a package to become available
in one of the archives. i.e.python3 should_build.py --suite trusty \
-- wait_package wget::1.15-1ubuntu1 \
-- wait_package xz-utils: :5.1.1alpha+ 2012061 \
-- wait_time 10 The idea is that you can use should_build.py as a build trigger when a certain
package becomes available. For example:python3 should_build.py --suite trusty \
-- wait_package wget::1.15-1ubuntu1 \
-- wait_package xz-utils: :5.1.1alpha+ 2012061 \
-- wait_time 10 && do_something.sh - 489. By Ben Howard
-
Made tests/decider.py test aware and regional test aware. It will
now not pass a failed build if more than X single test types fail, or
more than Y single test types fail per region. Defaults to 3 each. - 488. By Ben Howard
-
Updated copy_to_final to support placing proposed builds in the right location. Also updated it to understand environmental variables
- 487. By Ben Howard
-
Various changes to support building proposed images and general
code cleanup.functions/common: added dist_{le,ge} code to common function
jenkins/
CloudImages_ Base.sh: Added the ability to understand building
from proposed. Setting "PROPOSED_BUILD" will result in an
image with -proposed enabled and the image built from it.jenkins/
CloudImages_ CustomBuilder. sh: dropped as unneeded code. The
jenkins/ CloudImages_ Base.sh is essentially the same. should_build.py: added "--proposed" to support checking against the
${distro} -proposed archive.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/vmbuilder