summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
Commit message (Collapse)AuthorAgeFilesLines
* Remove the yard doc generation task / groupTim Smith2020-10-201-2/+2
| | | | | | If someone wants the yard docs locally they can just gem install yard and then run yard. This is way overthinking the problem and requires us to exclude the group all over the place. Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove the Ubuntu azure pipeline testTim Smith2020-09-151-2/+0
| | | | | | | We test this same stuff in the dokken based BK tests and this one is failing outside of the Chef run. Signed-off-by: Tim Smith <tsmith@chef.io>
* add a comment about the ruby warning level suppressionautoloadmwrock2020-09-081-0/+4
| | | | Signed-off-by: mwrock <matt@mattwrock.com>
* use autoloading for many required gemsmwrock2020-09-081-0/+2
| | | | Signed-off-by: mwrock <matt@mattwrock.com>
* Minor docs updates and MacOS -> macOSTim Smith2020-06-171-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Rename the pipelinesTim Smith2020-05-291-3/+3
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove note about chef 14Tim Smith2020-05-291-2/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add end_to_end test to PRs via Azure DevOps Pipelinesbtm/azure-pipelines2Christopher A. Snapp2020-05-291-0/+88
Signed-off-by: Christopher A. Snapp <csnapp@chef.io>