summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Install ffi-devel as build dependencybtm/14-play-with-testsBryan McLellan2020-04-063-4/+12
| | | | | | | | | | | | | | | | | | | | The EL6 systems are failing when building ffi. ``` An error occurred while installing ffi (1.12.2), and Bundler cannot continue. ``` ``` current directory: /opt/chef/embedded/lib/ruby/gems/2.5.0/gems/ffi-1.12.2/ext/ffi_c /opt/chef/embedded/bin/ruby -r ./siteconf20200405-666-kabmnt.rb extconf.rb checking for ffi.h... *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options. ``` Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump version to 14.15.0 by Chef Expeditorv14.15.0Chef Expeditor2020-04-055-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9601 from MsysTechnologiesllc/vasundhara/backport-to-chef-14Bryan McLellan2020-04-054-5/+68
|\ | | | | Backport windows_task PR #8420 and #9223
| * Updated introduced verison for start_when_available optionVasu11052020-04-051-1/+1
| | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * Fixes chef-style according ot chef-14Vasu11052020-04-051-16/+16
| | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * Fixed chefstyleVasu11052020-04-051-1/+0
| | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * Fix for windows task not idempotent on the windows19 and windows 16Vasu11052020-04-051-2/+3
| | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
| * Backport #8420 in 14Vivek Singh2020-04-054-17/+80
|/ | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
* Bump version to 14.14.49 by Chef Expeditorv14.14.49Chef Expeditor2020-04-045-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9599 from chef/btm/14-ifconfig-debian-10Bryan McLellan2020-04-042-18/+56
|\ | | | | debian 10 ifconfig fix
| * debian 10 ifconfig fixLamont Granquist2020-04-042-18/+56
|/ | | | | | | debian 10 version of net-tools switches its --version output to stdout from stderr. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump version to 14.14.48 by Chef Expeditorv14.14.48Chef Expeditor2020-04-045-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9598 from chef/btm/14-update-platformsBryan McLellan2020-04-041-1/+4
|\ | | | | Match platforms to chef-15
| * Match platforms to chef-15Bryan McLellan2020-04-041-1/+4
|/ | | | | | | | Drops 2008r2 (which we no longer have builders for) Pulls in Windows 10, Ubuntu 20.04 x86_64, and Ubuntu 18.04 aarch64. Which are very recently new. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump version to 14.14.47 by Chef Expeditorv14.14.47Chef Expeditor2020-04-045-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9597 from chef/btm/14-skip-ifconfigBryan McLellan2020-04-033-3/+9
|\ | | | | Skip the ifconfig functional tests if we don't have ifconfig
| * Skip the ifconfig functional tests if we don't have ifconfigTim Smith2020-04-033-3/+9
| | | | | | | | | | | | I'm looking at you Ubuntu 20.04 Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.14.46 by Chef Expeditorv14.14.46Chef Expeditor2020-04-045-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9595 from chef/btm/14-signing-keyBryan McLellan2020-04-031-1/+1
|\ \ | |/ |/| Fix macos signing key
| * Fix macos signing keyBryan McLellan2020-04-031-1/+1
|/ | | | | | Per 120c01a414db79a7111b3c89eba5999031718f96 Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump version to 14.14.45 by Chef Expeditorv14.14.45Chef Expeditor2020-04-045-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9594 from chef/btm/pin-omnibus-softwareBryan McLellan2020-04-034-13/+15
|\ | | | | Pin omnibus-software before the change that breaks Ruby < 2.6
| * Pin appbundler to pre chef-bin eraBryan McLellan2020-04-033-5/+5
| | | | | | | | Signed-off-by: Bryan McLellan <btm@loftninjas.org>
| * Pin omnibus-software before the change that breaks Ruby < 2.6Bryan McLellan2020-04-032-8/+10
|/ | | | | | | | | https://github.com/chef/omnibus-software/pull/1175 removed bundler from a number of software definitions because Ruby 2.6+ includes bundler. But Chef 14 still uses Ruby 2.5 so we need the bundler dependencies to get bundle in the build. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump version to 14.14.44 by Chef Expeditorv14.14.44Chef Expeditor2020-04-035-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9589 from chef/btm/14-bump-bundle-conservativeBryan McLellan2020-04-036-31/+18
|\ | | | | 14: Conservative bump of omnibus/Gemfile
| * Install libffi-devel on el6 kitchen testsBryan McLellan2020-04-031-0/+2
| | | | | | | | Signed-off-by: Bryan McLellan <btm@loftninjas.org>
| * Update the name of the rake task for knife-windowsTim Smith2020-04-031-1/+1
| | | | | | | | | | | | I standardized this and it broke chef/chef tests Signed-off-by: Tim Smith <tsmith@chef.io>
| * Use $env:temp instead of c:/Bryan McLellan2020-04-031-4/+4
| | | | | | | | | | | | The drive root has more restrictive permissions Signed-off-by: Bryan McLellan <btm@loftninjas.org>
| * Pin appbundle-updater < 1.0btm/14-bump-bundle-conservativeBryan McLellan2020-04-031-1/+2
| | | | | | | | | | | | We added some fixed strings related to chef-bin in v1.0.0 Signed-off-by: Bryan McLellan <btm@loftninjas.org>
| * Remove a complex test that is breakingBryan McLellan2020-04-032-20/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | We removed this in master in 688b72f47b4c3a23ca042336ea6c5d1f215ec263 lamont said: > yeah i never figured out how to make that work > yeah we have to bundle exec above that > and i never figured out how to make that env mangling test correctly from within the bundle exec, and wound up just deleting it > i think i validated it still worked manually and then nuked the test > it is a pretty deeply weird test Signed-off-by: Bryan McLellan <btm@loftninjas.org>
| * Conservative bump of omnibus/GemfileBryan McLellan2020-04-031-5/+5
|/ | | | Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump version to 14.14.43 by Chef Expeditorv14.14.43Chef Expeditor2020-04-025-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9582 from chef/remove_s390_el6Tim Smith2020-04-021-2/+0
|\ | | | | Remove S390x EL6 tester
| * Remove S390x EL6 testerTim Smith2020-04-021-2/+0
|/ | | | | | We no longer support EL6 on S390x Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.14.42 by Chef Expeditorv14.14.42Chef Expeditor2020-04-025-14/+15
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9573 from chef/btm/14-pin-chef-zeroTim Smith2020-04-021-1/+1
|\ | | | | Pin chef-zero < 15
| * Pin chef-zero < 15Bryan McLellan2020-04-021-1/+1
|/ | | | | | | | chef-zero 15.0 bumped the required Ruby from 2.4 to 2.6 Chef 14 only requires/uses 2.4. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump version to 14.14.41 by Chef Expeditorv14.14.41Chef Expeditor2020-03-315-11/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9559 from chef/file_descriptor_14Tim Smith2020-03-311-1/+7
|\ | | | | Fix file descriptor leak in our tests
| * add commentLamont Granquist2020-03-311-0/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Fix file descriptor leak in our testsLamont Granquist2020-03-311-1/+5
| | | | | | | | | | | | | | | | | | | | Mac has a default max fd of 256 which this can pretty much blow out by leaking PIPE objects which last until the garbage collector destroys the instances, this forces the pipes to be closed when the stop function is called here. Cuts down on over 200 leaking file descriptors from this test which leak into the subsequent tests. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Bump version to 14.14.40 by Chef Expeditorv14.14.40Chef Expeditor2020-03-315-11/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #9560 from chef/testing_14Tim Smith2020-03-316-128/+84
|\ \ | |/ |/| Update all deps and bring in testing enhancements
| * Update all deps and bring in testing enhancementsTim Smith2020-03-316-128/+84
|/ | | | | | Sync some of the verify steps with how we do things in chef-15 and mater. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.14.39 by Chef Expeditorv14.14.39Chef Expeditor2020-03-025-13/+14
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #9405 from MsysTechnologiesllc/dh/bacport-pr-8756Lamont Granquist2020-03-022-2/+2
|\ | | | | [Backport]ifconfig: fix regex matching interface name with hyphen
| * Fix kitchen testdheerajd-msys2020-03-021-1/+1
| | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * Backport:ifconfig: fix regex matching interface name with hyphenTim Smith2020-02-271-1/+1
|/ | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* Bump version to 14.14.38 by Chef Expeditorv14.14.38Chef Expeditor2020-02-065-13/+14
| | | | Obvious fix; these changes are the result of automation not creative thinking.