summaryrefslogtreecommitdiff
path: root/.expeditor
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #12704 from chef/jsnapp/IPACK-136Lamont Granquist2022-03-243-8/+3
|\
| * Update bk_win_integration.ps1 script to allow for different ruby versionsJeremiah Snapp2022-03-231-2/+1
| | | | | | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
| * Update bk_win_functional.ps1 in verify pipelineJeremiah Snapp2022-03-232-6/+2
| | | | | | | | | | | | | | 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>
* | Merge pull request #12695 from chef/lcg/verify-pipeline-ruby-31John McCrae2022-03-241-41/+45
|\ \ | |/ |/| The Windows integration test failures were an affect of a busted script, now corrected.
| * forgot a -yLamont Granquist2022-03-221-1/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * more installing of powertools on almalinuxLamont Granquist2022-03-211-0/+1
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add powertools repo for almalinx-8Lamont Granquist2022-03-211-0/+3
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Windows back to ruby 3.0, proxifier forkLamont Granquist2022-03-211-5/+5
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * Use almalinux 8 instead of fedoraLamont Granquist2022-03-211-6/+6
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * bump verify pipeline to ruby 3.1Lamont Granquist2022-03-211-46/+46
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Minor fix to conditional in promote-docker-images.shJeremiah Snapp2022-03-231-1/+1
|/ | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* Merge pull request #12661 from chef/lcg/no-adhoc-cachingLamont Granquist2022-03-021-1/+2
|\
| * turn off caching for adhoc pipelinesLamont Granquist2022-03-021-1/+2
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Merge pull request #12641 from chef/jsnapp/INFC-96-fix-docker-tagsLamont Granquist2022-03-021-13/+40
|\ \ | |/ |/|
| * Fix docker tagsJeremiah Snapp2022-03-011-13/+40
| | | | | | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* | Add train version update subscriptionsTim Smith2022-03-011-0/+6
|/ | | | Signed-off-by: Tim Smith <tsmith84@gmail.com>
* Add an expeditor corefoundation subscriptionLamont Granquist2022-01-211-0/+3
| | | | | | closes #12496 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Add Amazon 2022 to our pipelineTim Smith2022-01-111-0/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Add new version constraintTim Smith2022-01-071-0/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Disable omnibus caching in buildkitedisable_cache_mainTim Smith2021-12-211-1/+3
| | | | | | It's causing lots of failures Signed-off-by: Tim Smith <tsmith@chef.io>
* Update adhoc-canary.omnibus.ymljsnapp/update-adhoc-canary.omnibus.ymlJeremiah Snapp2021-12-161-6/+10
| | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* Update for the new downloads sitedownloads_siteTim Smith2021-12-091-1/+1
| | | | | | Things are in different places now. Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove support for macOS 10.1410.14Tim Smith2021-11-291-2/+1
| | | | | | We support N-2 which is 12, 11, 10.15 now. Signed-off-by: Tim Smith <tsmith@chef.io>
* Revert "Remove EOL FreeBSD 11 builds"Lamont Granquist2021-09-272-2/+5
| | | | This reverts commit 48186992617c7ea2d0b463677e20009226acf340.
* Merge pull request #12086 from chef/1604Tim Smith2021-09-241-1/+2
|\ | | | | Add Ubuntu 16.04 back to the builds
| * Add Ubuntu 16.04 back to the builds1604Tim Smith2021-09-231-1/+2
| | | | | | | | | | | | Ubuntu 16.04 had its support lifecycle extended to a full 10 years so it goes EOL April 2026 now. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Remove EOL FreeBSD 11 buildsfreebsd11Tim Smith2021-09-232-5/+2
|/ | | | | | FreeBSD 11 goes EOL at the end of Sept 2021. Signed-off-by: Tim Smith <tsmith@chef.io>
* Escape special characters in announce-releaseTom Duffield2021-09-221-7/+7
| | | | | | | We need to make sure these commands don't actually get run when the script executes. Signed-off-by: Tom Duffield <github@tomduffield.com>
* Add Windows 11, Windows 2022, and Debian 11 buildsTim Smith2021-09-221-3/+6
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* fix typo in promotion commandTom Duffield2021-09-221-1/+1
| | | | Signed-off-by: Tom Duffield <github@tomduffield.com>
* Chefstyle fixTim Smith2021-09-221-0/+3
| | | | | Signed-off-by: Tim Smith <tsmith@chef.io> Signed-off-by: Tom Duffield <github@tomduffield.com>
* 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-213-25/+49
|\ | | | | Update bundle config set path
| * Use bundle config set pathJason Barnett2021-09-213-25/+49
| | | | | | | | 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>
* Set branch to masterautomated_release_notesTim Smith2021-09-151-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Automate release announcementsTim Smith2021-09-153-5/+80
| | | | | | Make the machine do my job. Signed-off-by: Tim Smith <tsmith@chef.io>
* Build packages on Intel macOS 12Tim Smith2021-09-011-0/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* 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-245-10/+10
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Updating references of master to main as part of Expeditor agent rename.chef-expeditor[bot]2021-08-241-1/+1
|
* Adding local config optionjayashri garud2021-08-162-23/+23
| | | | Signed-off-by: jayashri garud <jgarud@msystechnologies.com>
* Replace deprecated --without flag with bundle configjayashri garud2021-08-132-23/+46
| | | | Signed-off-by: jayashri garud <jgarud@msystechnologies.com>
* update dockerfile to use correct package for os/archNathaniel Kierpiec2021-07-291-0/+11
| | | | Signed-off-by: Nathaniel Kierpiec <nkierpiec@chef.io>
* Add adhoc canary pipeline for testing new omnibus workersJeremiah Snapp2021-07-292-0/+82
| | | | Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
* clean up scripts and docker login to auth to chef docker orgNathaniel Kierpiec2021-07-293-17/+32
| | | | Signed-off-by: Nathaniel Kierpiec <nkierpiec@chef.io>
* set bash to fail if commands exit non-zeroNathaniel Kierpiec2021-07-283-0/+3
| | | | Signed-off-by: Nathaniel Kierpiec <nkierpiec@chef.io>
* syntaxNathaniel Kierpiec2021-07-282-2/+2
| | | | Signed-off-by: Nathaniel Kierpiec <nkierpiec@chef.io>