summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* add back amazon and allow failuresLamont Granquist2017-04-031-18/+37
| | | | | | this will probably help with debugging it seems like a bit of a mess Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* openssh cookbook is busted with amazonlinuxLamont Granquist2017-04-031-18/+18
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* drop 2.2 support + testing / bump tests to 2.4.1Lamont Granquist2017-03-281-27/+22
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* bump ruby to 2.4.1Lamont Granquist2017-03-281-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* re-enable amazon linux tests we had to disableLamont Granquist2017-03-201-19/+18
| | | | | | these work now. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Chef-13: remove Chef::Platform.set and related methodsLamont Granquist2017-03-171-37/+37
| | | | | | Switch over the Chef-12.0 ProviderResolver is now completed. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #5869 from chef/tm/no_provisioning_testsThom May2017-03-081-4/+0
|\ | | | | Remove provisioning from the downstream tests
| * Remove provisioning from the downstream teststm/no_provisioning_testsThom May2017-03-071-4/+0
| | | | | | | | Signed-off-by: Thom May <thom@chef.io>
* | Replace changelog group with ci groupTom Duffield2017-03-071-19/+19
|/ | | | Signed-off-by: Tom Duffield <tom@chef.io>
* add a comment on knife-windows test disablingLamont Granquist2017-02-281-0/+3
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump chef version to 13.0.0Lamont Granquist2017-02-281-4/+4
| | | | | | | | | | | This requires pulling in master of several gems, bumps all the other gems, plus pulls in new kitchen-appbundle-updater which supports pulling master of ohai. Note that kitchen-windows is disabled because it turns out it was broken and red on 12.19 all along. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* disable chefspec testingLamont Granquist2017-02-261-11/+11
| | | | | | | | it needs fixing for chef-13 backcompat breaks (all those deprecation warnings in its logs turn out to be bad) Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* fix the bundler pinningLamont Granquist2017-01-231-0/+6
| | | | | | | | - remove all versions of the gem before installing the one we want - ensure that if the travis version is more recent that we don't pick it up - also add some debugging output of the versions afterwards Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* comment out amazonlinux for nowLamont Granquist2017-01-131-18/+19
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* be more patient with amazonlinuxLamont Granquist2017-01-121-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* enforce 2.4.0 failuresLamont Granquist2017-01-111-3/+0
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* just comment out fedora-latestLamont Granquist2017-01-111-23/+18
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* ignore fedora-latestLamont Granquist2017-01-111-0/+5
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* ruby-2.4 got releasedlcg/ruby-2.4Lamont Granquist2017-01-111-2/+2
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* bump ruby versions in travisLamont Granquist2016-12-211-25/+25
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* remove chef-provisioning-awslcg/remove-chef-provisioningLamont Granquist2016-12-201-4/+0
| | | | | | blocks testing on ruby 2.4 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Replace rbx with ruby-head in Travisruby24Tim Smith2016-12-131-2/+2
| | | | | | | | rbx is failing to install in travis as rvm wants to install via binary and there isn't a binary install available. Swap for Ruby head instead so we can test on Ruby 2.4 Signed-off-by: Tim Smith <tsmith@chef.io>
* add amazonlinus to travis matrixLamont Granquist2016-11-211-0/+18
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Test on the latest fedora and fix yum failures in testing (#5525)Tim Smith2016-11-081-2/+2
| | | | | | | Use the latest fedora to avoid having to bump things every X months We need to make the cache afterwards. I ran into this same issue in the cron cookbook and I’ve updated the dnf_compat recipe in yum to do the same. Signed-off-by: Tim Smith <tsmith@chef.io>
* add learnchef testing to travis matrixLamont Granquist2016-10-051-8/+44
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Remove 10_stable from the branches to buildTim Smith2016-09-211-1/+0
| | | | | | We're not going to be building this again Signed-off-by: Tim Smith <tsmith@chef.io>
* Use bundler version from the Gemfile.lockJohn Keiser2016-09-121-0/+1
|
* Don't bother installing integration test gemsjk/pin-chef-pedantJohn Keiser2016-09-081-0/+10
|
* remove ruby 2.1 supportLamont Granquist2016-08-221-5/+0
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Use Ruby 2.3.1 in Travis and AppveyorJohn Keiser2016-08-171-21/+21
|
* Use Ruby 2.1.9, add 2.3 to the list of tested versionsjk/msys2John Keiser2016-08-031-25/+24
|
* update nokogiri and dependenciesMatt Wrock2016-06-211-3/+1
|
* Ignoring the nokogiri CVE until we update to 1.6.8tyler-ball2016-06-161-1/+3
|
* Merge pull request #4967 from chef/lcg/kitchen-tests3Lamont Granquist2016-05-261-4/+71
|\ | | | | add a few more distros to kitchen testing
| * add a few more distros to kitchen testinglcg/kitchen-tests3Lamont Granquist2016-05-251-4/+71
| | | | | | | | adds debian, centos-7 and fedora-23
* | Merge pull request #4960 from tas50/old_webhooksLamont Granquist2016-05-251-10/+0
|\ \ | |/ |/| Remove old webhooks from Travis
| * Remove old webhooks from TravisTim Smith2016-05-201-10/+0
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | convert kitchen tests to docker + other fixesLamont Granquist2016-05-241-76/+44
|/ | | | | | | | | | | | - use kitchen-dokken instead of kitchen-ec2 - add tests for gem metadata + chef-sugar - convert to inspec and add some tests this disables the webapp stuff completely and its testing for now, that needs to be updated to more modern httpd/mysql cookbooks and have its testing converted to inspec. more O/S distros are also in the pipeline.
* fixing nits from PRlcg/kitchen-tests2Lamont Granquist2016-05-121-4/+2
|
* add centos and more func testing to travisLamont Granquist2016-05-111-2/+54
|
* add some comments [ci skip]lcg/redundantLamont Granquist2016-05-021-0/+2
|
* completely deprecate run_chef_testsLamont Granquist2016-05-021-8/+8
|
* ignore failures here if we're not sudo: trueLamont Granquist2016-05-021-1/+1
|
* Revert "seem like redundant redundancies"Lamont Granquist2016-05-021-0/+12
| | | | This reverts commit 40e36caa00be41f4878f46ec242f515a3f8f44c1.
* give bundle audit its own runLamont Granquist2016-04-281-0/+9
| | | | and extract most config back out into .travis.yml
* lets just remove chef_rewindLamont Granquist2016-04-281-5/+0
|
* seem like redundant redundanciesLamont Granquist2016-04-281-5/+0
|
* make it easier to identify from the travis UI what we're testinglcg/run-chefstyle-isolatedLamont Granquist2016-04-271-1/+3
|
* run chefstyle in parallel, onceLamont Granquist2016-04-271-0/+3
| | | | make it easier to see if we have style errors or code errors
* Re-add activesupport testsjk/activesupport-testsJohn Keiser2016-04-191-5/+5
|