Merge pull request #4346 from inspec/mj/bk-integ

Add integration pipelines, and a schedule (it does nothing)
This commit is contained in:
Miah Johnson 2019-07-30 14:46:28 -07:00 committed by GitHub
commit 1b3bfe2597
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,23 @@ pipelines:
- www/deploy:
description: Deploy website to inspec.io
definition: .expeditor/wwwdeploy.yml
- integration/libraries:
description: Integration with plugins, gems, resource packs.
definition: .expeditor/integration.libraries.yml
- integration/profiles:
description: Integration with compliance-profiles, and dev-sec
definition: .expeditor/integration.profiles.yml
- integration/cookbooks:
description: Integration with the audit cookbook
definition: .expeditor/integration.cookbooks.yml
- integration/automate:
description: Integration with Chef Automate
definition: .expeditor/integration.automate.yml
schedules:
- name: integration_schedule
description: Periodic Integration Testing
cronline: "0 8 * * *"
slack:
notify_channel: inspec-notify