Skip to content

Commit

Permalink
Integrate expeditor hab+docker export functionality
Browse files Browse the repository at this point in the history
Signed-off-by: Irving Popovetsky <[email protected]>
  • Loading branch information
Irving Popovetsky committed Apr 27, 2018
1 parent 3b72afc commit ed1a9e6
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .expeditor/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,45 @@ github:
# The Github Team primarily responsible for handling incoming Pull Requests.
maintainer_group: chef/chef-server-maintainers

# Habitat + Docker exporting
habitat_packages:
- dbdpg:
source: src/dbdpg
bldr_paths: src/dbdpg/*
- openresty-noroot:
source: src/openresty-noroot
bldr_paths: src/openresty-noroot/*
- oc-id:
source: src/oc-id
bldr_paths: src/oc-id/*
export:
- docker
- chef-server-nginx:
source: src/nginx
bldr_paths: src/nginx/*
export:
- docker
- bookshelf:
source: src/bookshelf
bldr_paths: src/bookshelf/*
export:
- docker
- chef-server-ctl:
source: src/chef-server-ctl
bldr_paths: src/chef-server-ctl/*
export:
- docker
- oc_bifrost:
source: src/oc_bifrost
bldr_paths: src/oc_bifrost/*
export:
- docker
- oc_erchef:
source: src/oc_erchef
bldr_paths: src/oc_erchef/*
export:
- docker

# These actions are taken, in order they are specified, anytime a Pull Request is merged.
merge_actions:
- built_in:bump_version:
Expand All @@ -38,6 +77,12 @@ merge_actions:
- "Expeditor: Skip All"
- "Expeditor: ACC Only"
only_if: built_in:bump_version
- built_in:trigger_habitat_package_build:
ignore_labels:
- "Omnibus: Skip Build"
- "Expeditor: Skip All"
- "Expeditor: ACC Only"
only_if: built_in:bump_version
- built_in:update_acc:
only_if_labels:
- "Expeditor: ACC Only"
Expand Down

0 comments on commit ed1a9e6

Please sign in to comment.