summaryrefslogtreecommitdiff
path: root/.expeditor/verify.pipeline.yml
Commit message (Collapse)AuthorAgeFilesLines
* Adding a new Zypper repo with a higher priorityJohn McCrae2022-10-191-0/+3
| | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* Update bk_win_functional.ps1 in verify pipelineJeremiah Snapp2022-03-231-1/+1
| | | | | | | Remove some unnecessary things from the script and update the verify pipeline to show that the test is using ruby 2.7. Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* Disable gem vendoring caching for berkshelfLamont Granquist2021-09-211-1/+0
| | | | | | This causes issues with the tests Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #12069 from jasonwbarnett/bugfix/update-bundler-callsTim Smith2021-09-211-22/+44
|\ | | | | Update bundle config set path
| * Use bundle config set pathJason Barnett2021-09-211-22/+44
| | | | | | | | Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>
* | Add strip_components property to archive_fileJason Barnett2021-09-211-3/+11
|/ | | | Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>
* Update pipeline references from master -> mainmp/build-fixesMarc A. Paradise2021-08-261-1/+1
| | | | Signed-off-by: Marc A. Paradise <marc.paradise@gmail.com>
* Fix berks + chefspec branchnamesLamont Granquist2021-08-241-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Fix chefspec and berkshelf testsTim Smith2021-08-241-2/+2
| | | | | | These are still on master for now Signed-off-by: Tim Smith <tsmith@chef.io>
* bump a bunch of CI to mainLamont Granquist2021-08-241-5/+5
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Adding local config optionjayashri garud2021-08-161-22/+22
| | | | Signed-off-by: jayashri garud <jgarud@msystechnologies.com>
* Replace deprecated --without flag with bundle configjayashri garud2021-08-131-22/+44
| | | | Signed-off-by: jayashri garud <jgarud@msystechnologies.com>
* re-enables kernel2 habitat pkg buildsCollin McNeese2021-05-171-0/+11
| | | | Signed-off-by: Collin McNeese <cmcneese@chef.io>
* Try running Linux dokken tests in GitHub ActionsTim Smith2021-05-071-228/+0
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove the ruby-prof gem from omnibus packagesremove_profTim Smith2021-04-301-10/+10
| | | | | | It's a 5 meg gem on windows and it serves very little value. Signed-off-by: Tim Smith <tsmith@chef.io>
* This was moved to the boneyardLamont Granquist2021-04-281-10/+0
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Revert "Testing: increase the timeout by a lot"Lamont Granquist2021-04-221-1/+1
| | | | This reverts commit bb6e6b530e6668fa5c689abbf49e2bcc4c372e90.
* Testing: increase the timeout by a lotLamont Granquist2021-04-221-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Test running spellcheck in Github ActionsTim Smith2021-04-141-9/+0
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Run choco tests on Windows 2016/2019gh_actionsTim Smith2021-04-141-10/+0
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Move Chefstyle to GitHub ActionsTim Smith2021-04-131-10/+0
| | | | | | Test this on GH Actions Signed-off-by: Tim Smith <tsmith@chef.io>
* ruby 3.0 fixes and post-bundle-install hookLamont Granquist2021-03-181-52/+52
| | | | | | | | | | | | | | | 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>
* Stop producing Habitat kernel2 packageshab_rhel6Tim Smith2021-02-121-11/+0
| | | | | | RHEL 6 is EOL. Stop shipping these packages Signed-off-by: Tim Smith <tsmith@chef.io>
* Test chef-utils and chef-config on Ruby 2.6 stillTim Smith2021-01-151-0/+26
| | | | | | | Since the world deps on these we really need a longer Ruby lifecycle here Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove Ruby 2.6 testsTim Smith2021-01-151-53/+10
| | | | | | Ohai requires Ruby 2.7+ now Signed-off-by: Tim Smith <tsmith@chef.io>
* Manually install necessary Ruby for verify pipelinecsnapp/add_ruby_to_verify_pipelineChristopher A. Snapp2021-01-121-14/+28
| | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* Add Test Kitchen testing for Debian 11Tim Smith2020-12-291-0/+15
| | | | | | This release is not out yet, but we have containers for it now. Signed-off-by: Tim Smith <tsmith@chef.io>
* Replace Ubuntu 20.10 testing with 21.04Tim Smith2020-12-291-2/+2
| | | | | | | These containers are alpha/beta quality, but we should start testing on this since it'll be out when Chef Infra 17 is released. Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove Test Kitchen tests for Amazon Linux 201XTim Smith2020-12-291-15/+0
| | | | | | | | The version of ld on Amazon Linux 201x cannot handle the ffi gem so these tests are going to fail forever now. This is a RHEL 6 based distro that is EOL as of the end of 2020. https://aws.amazon.com/blogs/aws/update-on-amazon-linux-ami-end-of-life/ Signed-off-by: Tim Smith <tsmith@chef.io>
* Don't install util-linux into the containers in CITim Smith2020-12-281-2/+2
| | | | | | This is already there. Don't waste time. Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix failures due to orderTim Smith2020-12-281-4/+4
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update bundler in our Ruby 2.6 testsTim Smith2020-12-281-1/+5
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Move all the CI scripts into the .expeditor dirTim Smith2020-12-281-48/+48
| | | | | | There's no reason to store all our test stuff at the top level when this all used by the Expeditor / BK jobs Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove support for Ubuntu 16.04remove_ubuntu1604Tim Smith2020-12-181-16/+0
| | | | | | By the time we ship Chef 17 Ubuntu 16.04 will be EOL. Signed-off-by: Tim Smith <tsmith@chef.io>
* Extend the PR verification timeout to 45 minutesTim Smith2020-12-151-1/+1
| | | | | | Windows can take a while to run now. Signed-off-by: Tim Smith <tsmith@chef.io>
* extend windows plan build to an hourmwrock2020-10-281-0/+1
| | | | Signed-off-by: mwrock <matt@mattwrock.com>
* Add back Oracle 8 Test Kitchen testingTim Smith2020-10-261-0/+15
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add Test Kitchen testing on Ubuntu 20.10ubuntu_2010Tim Smith2020-10-261-0/+15
| | | | | | | | We can bump this up to the latest non-LTS release every 6 months to determine if there's any resource updates we need to make in advance of the LTS release. Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove the yard doc generation task / groupTim Smith2020-10-201-25/+25
| | | | | | 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 buildkite config for Debian 8Tim Smith2020-10-121-15/+0
| | | | | | It's several months EOL at this point Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix hab testing script.Pete Higgins2020-08-251-7/+0
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Cut down on log output during hab builds on CI.greenify-ci-rednessPete Higgins2020-08-251-0/+7
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Add windows + linux hab tests to verify pipelineChristopher A. Snapp2020-07-131-0/+32
| | | | | | | This removes the verify/habitat pipeline by bringing windows and linux verification tests into the default verify pipeline. Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* Refer to specific rake file to avoid needing bundler to use rake in CI.Pete Higgins2020-07-101-2/+1
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Remove Azure private verify pipelineChristopher A. Snapp2020-06-261-0/+582
| | | | | | | | We no longer need the private pipeline for verification tests using Kitchen Azure now that we have an implementation using Azure DevOps Pipelines for MacOS and Windows 2019. Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* Add private Windows 10 Azure e2e test to ExpeditorBryan McLellan2020-05-131-569/+0
| | | | | | | To have access to the vault for cloud credentials, we have to have a separate private pipeline. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Add Ubuntu 20.04 testing to our pipelineTim Smith2020-05-131-0/+35
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Test PRs against Ruby 2.7Tim Smith2020-05-121-42/+42
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Try removing asdf entirely and just use omnibus-toolchaintestingTim Smith2020-05-071-14/+14
| | | | | | It seems odd that we install ruby over ruby Signed-off-by: Tim Smith <tsmith@chef.io>
* Install modern GCC on our RHEL 6 tester and remove Oracle 6Tim Smith2020-04-271-15/+0
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>