summaryrefslogtreecommitdiff
path: root/.expeditor
Commit message (Collapse)AuthorAgeFilesLines
* Enable Kitchen dockken tests with BK linux executorjsinha/enable_ktJaymala Sinha2019-07-311-165/+165
| | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* Add rspec testing on Fedora in Buildkitefedora_testingTim Smith2019-07-191-1/+45
| | | | | | Let's further verify our changes before merging. Signed-off-by: Tim Smith <tsmith@chef.io>
* Deprecate Ubuntu-14jsinha/build-ubuntu-16Jaymala Sinha2019-07-031-6/+0
| | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* missing a colon?Lamont Granquist2019-07-021-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* expeditor/buildkite: turn on debug level for buildslcg/debug-buildsLamont Granquist2019-07-021-0/+3
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Enable Habitat build promotion in Expeditor againTim Smith2019-06-261-2/+2
| | | | | | We have a working habitat build. Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #8685 from chef/snappj/replace-jenkins-with-buildkiteJeremiah Snapp2019-06-241-1/+1
|\ | | | | Replace jenkins with buildkite for master branch
| * Replace Jenkins omnibus build/test pipeline with BuildkiteJeremiah Snapp2019-06-241-1/+1
| | | | | | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* | Add an expeditor subscription for ffi-libarchiveTim Smith2019-06-241-0/+3
|/ | | | | | Let expeditor open this PR in the future Signed-off-by: Tim Smith <tsmith@chef.io>
* Improvements to omnibus buildkite pipelinesnappj/improve-omnibus-buildkite-pipelineJeremiah Snapp2019-06-191-26/+25
| | | | | | | | | Enable all platforms in omnibus buildkite pipeline. Port appropriate functionality from ci/verify-chef.* scripts to the new omnibus/omnibus-test.* scripts. Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* Update the changelog to not mention RubygemsTim Smith2019-06-131-1/+1
| | | | | | Released to stable is what we care about not Rubygems Signed-off-by: Tim Smith <tsmith@chef.io>
* Disable specs in Travis and dokken in BKbkTim Smith2019-06-091-165/+165
| | | | | | BK is having a hard time with Dokken so disable that for now, but skip all the specs in Travis since those run faster and reliably in BK Signed-off-by: Tim Smith <tsmith@chef.io>
* Make sure we have crontab on opensuseTim Smith2019-06-091-0/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Use e2fsprogs on centos containersTim Smith2019-06-091-1/+1
| | | | | | We need this for some functional tests Signed-off-by: Tim Smith <tsmith@chef.io>
* Install crontabs on centosTim Smith2019-06-081-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Don't install net-tools on opensuseTim Smith2019-06-081-1/+0
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add tests for CentOS & SUSETim Smith2019-06-081-55/+112
| | | | | | Cross your fingers Signed-off-by: Tim Smith <tsmith@chef.io>
* Skip groups in gem installs and install cron/locales for functional testsTim Smith2019-06-071-8/+10
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Don't set ruby version with asdf when we use the ruby containersTim Smith2019-06-071-3/+0
| | | | | | this will just fail Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove more env vars used for Travis namingTim Smith2019-06-071-23/+11
| | | | | | We don't need any of this in Buildkite Signed-off-by: Tim Smith <tsmith@chef.io>
* Simplify our bundler commandsTim Smith2019-06-071-5/+5
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Switch more tests over to the ruby containersTim Smith2019-06-071-0/+11
| | | | | | This should shave a minute off each of these tests Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove ENV vars that we used for naming in TravisTim Smith2019-06-071-9/+0
| | | | | | These aren't necessary in Build Kite Signed-off-by: Tim Smith <tsmith@chef.io>
* Speed up buildkite testsTim Smith2019-06-071-59/+60
| | | | | | | | | Use the minimal container for the chefstyle tests Remove extra env vars that were for travis Exclude gem groups we don't care about Parallelize the bundler commands Signed-off-by: Tim Smith <tsmith@chef.io>
* Revert back to working testsjsinha/add_bk_verifyJaymala Sinha2019-06-051-43/+39
| | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* Enable All BK verification testsJaymala Sinha2019-06-041-82/+268
| | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* Disable AngryChef builds and promotionsSeth Chisamore2019-05-141-1/+0
| | | | | | | | | | | | | | | | Releng has decided it's best to stop building/promoting AngryChef right alongside Chef for a number of reasons: * Increases the fragility of the pipeline and requires a Chef build to pass on the already large platform matrix times 2. * AngryChef builds will not be required in our new Buildkite based pipeline as Chef is not used to manage the underlying instances in the elastic queues. We just built/promoted AngryChef 15.0.293 out of band and will continue to do this if future AngryChef builds are required. Signed-off-by: Seth Chisamore <schisamo@chef.io>
* Enable angrychef again, but disable hab buildsTim Smith2019-05-131-3/+3
| | | | | | Hab builds failing prevents rubygems from promoting right now. Signed-off-by: Tim Smith <tsmith@chef.io>
* Take angrychef out of the expeditor configTim Smith2019-05-131-1/+1
| | | | | | | | Angrychef 15.0.293 never built so we can't properly promote chef right now and we're in a half released state. This hopefully gets us out of it. Signed-off-by: Tim Smith <tsmith@chef.io>
* Switch expeditor gem updating to use bundle lockTim Smith2019-05-082-6/+4
| | | | | | This should still get us an update without removing the lockfile first which resulted in the new file being written out as a Bundler 2.x file. Signed-off-by: Tim Smith <tsmith@chef.io>
* While we always want latest license-acceptance gem, it's generating a lot of ↵Mark Anderson2019-05-031-3/+3
| | | | | | noise Signed-off-by: Mark Anderson <mark@chef.io>
* We always want the latest version of the license-acceptance gemtyler-ball2019-05-031-0/+3
| | | | Signed-off-by: tyler-ball <tball@chef.io>
* Update to Ruby 2.6.3Tim Smith2019-05-011-6/+6
| | | | | | This includes a few minor bugfixes and support for the new Japanese calendar. I also further pruned the gem groups to match the current ones in our Gemfile. Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove old maintainer gems from the Gemfilenuke_old_gemsTim Smith2019-05-011-6/+6
| | | | | | These were used by our maintainer rake tasks. These are all gone now so there's no need for these gems. Signed-off-by: Tim Smith <tsmith@chef.io>
* missing gem publish.lcg/missing-gem-publishLamont Granquist2019-04-291-0/+1
| | | | | | we decided to ship this to rubygems. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #8413 from chef/lcg/remove-binstubs2Lamont Granquist2019-04-291-0/+1
|\ | | | | Remove chef-* bin files from chef gem
| * Remove chef-* binstubs from chef gemLamont Granquist2019-04-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is for the relicensing effort. Note that this PR leaves the knife and ohai binstubs still in the gem(s) while that discussion is still ongoing. This PR extracts the binstubs to chef-binstubs gem which is not intended to be redistributed outside of the omnibus chef binaries. A blank gem for chef-binstubs has been pushed to rubygems.org for obvious security concerns and so that bundler/rubygems can resolve the gem Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Fix typo in expeditor configTim Smith2019-04-241-1/+1
| | | | | | | | | | | | Oops Signed-off-by: Tim Smith <tsmith@chef.io>
* | Notify to our new Slack channelTim Smith2019-04-241-8/+5
|/ | | | | | Also remove some defaults we were setting here. Signed-off-by: Tim Smith <tsmith@chef.io>
* Comment failing BK verification testsjsinha/add_all_verifyJaymala Sinha2019-04-151-15/+25
| | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* Add kitchen-docker for bk testsJaymala Sinha2019-04-151-2/+2
| | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* Disable failing testsJaymala Sinha2019-04-121-65/+65
| | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* Add more verification testsJaymala Sinha2019-04-121-1/+150
| | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* Add Verification tests in Buildkitejsinha/migrate_verify_bkJaymala Sinha2019-04-112-0/+44
| | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* Create omnibus buildkite pipelinesJeremiah Snapp2019-04-052-0/+73
| | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* Move to using the v2 Habitat Build functionalitytduffield/hab-v2Tom Duffield2019-04-012-4/+5
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Add release notes placeholdersTim Smith2019-03-311-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #8283 from chef/remove_chef13_testingTim Smith2019-03-311-2/+0
|\ | | | | Remove chef-13 branch from expeditor/travis/appveyor
| * Remove chef-13 branch from expeditor/travis/appveyorremove_chef13_testingTim Smith2019-03-081-2/+0
| | | | | | | | | | | | | | This is no longer a supported release and we won't be building or testing it at this point. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Attempt a convervative bundle update when bumpin chef versionsTim Smith2019-03-192-4/+1
| | | | | | | | | | | | This should keep out other deps. Signed-off-by: Tim Smith <tsmith@chef.io>