summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
Commit message (Collapse)AuthorAgeFilesLines
* ruby 3.0 fixes and post-bundle-install hookLamont Granquist2021-03-181-2/+1
| | | | | | | | | | | | | | | Mostly this is all fixes necessary for ruby 3.0 There's the addition of the appbundle hook which lets us better pull git gems into appbundler Note carefully how after adding the post-bundle-install.rb that trying to pre appbundle-update ohai pulls in chef/chef as bundle installed git gem which fails to install so we go back to only using one appbundle-update on chef/chef and removing the chef/ohai one (which may fix other bugs). Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Fix Azure to trigger correctly on PRspr_azureTim Smith2021-03-171-2/+5
| | | | | | Our old config does not make sense based on my reading of the docs Signed-off-by: Tim Smith <tsmith@chef.io>
* 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>