2019-02-13 23:53:32 +00:00
|
|
|
# Documentation available at https://expeditor.chef.io/docs/getting-started/
|
|
|
|
---
|
2017-09-06 22:14:33 +00:00
|
|
|
|
2017-07-24 16:11:25 +00:00
|
|
|
product_key: inspec
|
|
|
|
|
2017-08-18 17:21:32 +00:00
|
|
|
rubygems:
|
|
|
|
- inspec
|
2018-05-03 14:53:43 +00:00
|
|
|
- inspec-core
|
2019-04-26 17:34:08 +00:00
|
|
|
- inspec-bin:
|
2019-07-05 21:03:12 +00:00
|
|
|
gemspec_path: ./inspec-bin/
|
2019-05-01 13:55:08 +00:00
|
|
|
- inspec-core-bin:
|
2019-07-05 21:03:12 +00:00
|
|
|
gemspec_path: ./inspec-bin/
|
2017-08-18 17:21:32 +00:00
|
|
|
|
2017-10-09 16:09:21 +00:00
|
|
|
docker_images:
|
2019-07-05 21:03:12 +00:00
|
|
|
- inspec:
|
2019-07-05 21:46:09 +00:00
|
|
|
build_args:
|
|
|
|
- GEM_SOURCE: http://artifactory.chef.co/omnibus-gems-local
|
2017-09-14 19:16:29 +00:00
|
|
|
|
2019-04-01 20:13:02 +00:00
|
|
|
pipelines:
|
2019-07-05 20:58:39 +00:00
|
|
|
- habitat/build
|
|
|
|
- omnibus/release
|
|
|
|
- omnibus/adhoc:
|
|
|
|
definition: .expeditor/release.omnibus.yml
|
|
|
|
env:
|
|
|
|
- ADHOC: true
|
|
|
|
- verify:
|
|
|
|
description: Pull Request validation tests
|
|
|
|
public: true
|
|
|
|
env:
|
2019-07-15 22:19:45 +00:00
|
|
|
- LANG: "C.UTF-8"
|
2019-07-05 20:58:39 +00:00
|
|
|
- SLOW: 1
|
|
|
|
- NO_AWS: 1
|
|
|
|
- coverage:
|
|
|
|
description: Generate test coverage report
|
|
|
|
public: true
|
|
|
|
env:
|
|
|
|
- CI_ENABLE_COVERAGE: true
|
2019-07-16 17:25:56 +00:00
|
|
|
- LANG: "C.UTF-8"
|
2019-07-05 20:58:39 +00:00
|
|
|
- SLOW: 1
|
2019-07-17 23:32:05 +00:00
|
|
|
- www/build:
|
|
|
|
description: Gather documentation from related resource packs and build website.
|
|
|
|
definition: .expeditor/wwwbuild.yml
|
|
|
|
- www/deploy:
|
|
|
|
description: Deploy website to inspec.io
|
|
|
|
definition: .expeditor/wwwdeploy.yml
|
2017-11-14 04:01:51 +00:00
|
|
|
|
2017-07-24 16:11:25 +00:00
|
|
|
slack:
|
2019-07-05 21:03:12 +00:00
|
|
|
notify_channel: inspec-notify
|
2017-07-24 16:11:25 +00:00
|
|
|
|
|
|
|
github:
|
2019-07-05 21:03:12 +00:00
|
|
|
delete_branch_on_merge: true
|
|
|
|
minor_bump_labels:
|
|
|
|
- "Version: Bump Minor"
|
|
|
|
version_tag_format: v{{version}}
|
|
|
|
release_branch:
|
|
|
|
- master:
|
2019-07-05 21:46:09 +00:00
|
|
|
version_constraint: 4.*
|
2019-07-05 21:03:12 +00:00
|
|
|
- 1-stable:
|
2019-07-05 21:46:09 +00:00
|
|
|
version_constraint: 1.*
|
2019-07-05 21:03:12 +00:00
|
|
|
- 2-stable:
|
2019-07-05 21:46:09 +00:00
|
|
|
version_constraint: 2.*
|
2019-07-05 21:03:12 +00:00
|
|
|
- 3-stable:
|
2019-07-05 21:46:09 +00:00
|
|
|
version_constraint: 3.*
|
2017-07-24 16:11:25 +00:00
|
|
|
|
2017-08-15 21:32:14 +00:00
|
|
|
changelog:
|
2019-07-05 21:03:12 +00:00
|
|
|
categories:
|
|
|
|
- "Type: New Resource": "New Resources"
|
|
|
|
- "Type: New Feature": "New Features"
|
|
|
|
- "Type: Enhancement": "Enhancements"
|
|
|
|
- "Type: Bug": "Bug Fixes"
|
2017-08-15 21:32:14 +00:00
|
|
|
|
2017-07-24 16:11:25 +00:00
|
|
|
merge_actions:
|
2019-07-05 21:03:12 +00:00
|
|
|
- built_in:bump_version:
|
|
|
|
ignore_labels:
|
|
|
|
- "Version: Skip Bump"
|
|
|
|
- "Expeditor: Skip All"
|
|
|
|
- bash:.expeditor/update_version.sh:
|
|
|
|
only_if: built_in:bump_version
|
|
|
|
- built_in:update_changelog:
|
|
|
|
ignore_labels:
|
|
|
|
- "Changelog: Skip Update"
|
|
|
|
- "Expeditor: Skip All"
|
|
|
|
- trigger_pipeline:omnibus/release:
|
|
|
|
ignore_labels:
|
|
|
|
- "Omnibus: Skip Build"
|
|
|
|
- "Expeditor: Skip All"
|
|
|
|
- trigger_pipeline:habitat/build:
|
|
|
|
ignore_labels:
|
|
|
|
- "Habitat: Skip Build"
|
|
|
|
- "Expeditor: Skip All"
|
|
|
|
- built_in:build_gem:
|
|
|
|
only_if:
|
|
|
|
- built_in:bump_version
|
2017-07-27 22:41:42 +00:00
|
|
|
|
2018-09-07 16:58:11 +00:00
|
|
|
subscriptions:
|
2019-07-05 21:03:12 +00:00
|
|
|
- workload: artifact_published:unstable:inspec:{{version_constraint}}
|
|
|
|
actions:
|
|
|
|
- built_in:build_docker_image
|
|
|
|
- workload: artifact_published:current:inspec:{{version_constraint}}
|
|
|
|
actions:
|
|
|
|
- built_in:tag_docker_image
|
|
|
|
- built_in:promote_habitat_packages
|
|
|
|
- workload: artifact_published:stable:inspec:{{version_constraint}}
|
|
|
|
actions:
|
|
|
|
- bash:.expeditor/update_dockerfile.sh
|
|
|
|
- built_in:rollover_changelog
|
|
|
|
- built_in:publish_rubygems
|
|
|
|
- built_in:create_github_release
|
|
|
|
- built_in:tag_docker_image
|
|
|
|
- built_in:promote_habitat_packages
|
2019-07-17 21:30:58 +00:00
|
|
|
- bash:.expeditor/publish-release-notes.sh:
|
|
|
|
post_commit: true
|
|
|
|
- bash:.expeditor/purge-cdn.sh:
|
|
|
|
post_commit: true
|
|
|
|
- bash:.expeditor/announce-release.sh:
|
|
|
|
post_commit: true
|
2019-07-05 21:03:12 +00:00
|
|
|
- built_in:notify_chefio_slack_channels
|