Add dib-utils project

This is being split off the diskimage-builder project so that things
like dib-run-parts can be used without pulling in all of
diskimage-builder and its dependencies.

Note that I did not enable any unit tests on this project because
currently there aren't any for this code, so those jobs would fail
due to 0 tests run.  I have a spec up to fix this shortcoming.

Change-Id: Id56201ea1ab11e9f64d0db681c4549780fafe0ae
This commit is contained in:
Ben Nemec 2014-04-25 03:33:11 +00:00
parent aac34ce01b
commit 0841cd1597
4 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,11 @@
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true
[access "refs/heads/*"]
label-Code-Review = -2..+2 group dib-utils-core
label-Workflow = -1..+1 group dib-utils-core
abandon = group dib-utils-core
[access "refs/tags/*"]
pushSignedTag = group tripleo-ptl

View File

@ -1531,6 +1531,16 @@
- pypi-jobs
- oslotest-cross-test
- project:
name: dib-utils
github-org: openstack
node: bare-precise
tarball-site: tarballs.openstack.org
jobs:
- python-jobs
- pypi-jobs
- project:
name: os-apply-config
github-org: openstack

View File

@ -229,6 +229,9 @@
group: openstack-api-site
options:
- direct-release
- project: openstack/dib-utils
description: Pieces of diskimage-builder that are useful without the full project
upstream: git://github.com/cybertron/dib-utils.git
- project: openstack/diskimage-builder
description: Image building tools for OpenStack
- project: openstack/django_openstack_auth

View File

@ -1567,6 +1567,24 @@ projects:
- diskimage-builder-coverage
- diskimage-builder-branch-tarball
- name: openstack/dib-utils
template:
- name: check-requirements
- name: publish-to-pypi
check:
- noop
check-tripleo:
- check-tripleo-ironic-seed-precise
- check-tripleo-undercloud-precise
- check-tripleo-overcloud-f20
gate:
- noop
experimental-tripleo:
- check-tripleo-ironic-undercloud-precise
- check-tripleo-overcloud-precise
post:
- dib-utils-branch-tarball
- name: openstack/django_openstack_auth
template:
- name: python-jobs