summaryrefslogtreecommitdiff
path: root/.expeditor
Commit message (Collapse)AuthorAgeFilesLines
* Enable s390x RHEL8 and SLES15 platformsJaymala Sinha2020-09-091-0/+2
| | | | Signed-off-by: Jaymala Sinha <jsinha@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>
* Merge branch 'master' into bug_sirTim Smith2020-08-241-2/+6
|\
| * Start building S390x packages againbtm/s390xBryan McLellan2020-08-241-0/+4
| | | | | | | | | | | | This reverts commit a7012bfe35dc3923537ee936417144a0328970ab. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
| * fix chocolatey and x86 windows omnibus buildsmwrock2020-08-211-2/+2
| | | | | | | | Signed-off-by: mwrock <matt@mattwrock.com>
* | Add macOS 11.0 (Big Sur) packagesTim Smith2020-08-211-0/+1
|/ | | | | | :dope: Signed-off-by: Tim Smith <tsmith@chef.io>
* disable win2012r2-32-bit for nowlcg/add-integ-and-unit-specs-to-omnibusLamont Granquist2020-08-171-2/+2
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Introduce EXPEDITOR_VERSION for docker image tagNathaniel Kierpiec2020-07-292-6/+1
| | | | | | | | Chef used to use the EXPEDITOR_VERSION from the workload's metadata when building images, reintroduce that so we can keep the same functionality as before so that the VERSION of the repo can be bumped but the docker images can be built off of the version being promoted. Signed-off-by: Nathaniel Kierpiec <nkierpiec@chef.io>
* Bump version to 16.3.46 by Chef Expeditorv16.3.46Chef Expeditor2020-07-291-1/+1
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Add further clarifications to usage of docker/build pipelineTom Duffield2020-07-282-12/+14
| | | | | | | | | * Add the new `built_in:promote_docker_images` action * Replace `built_in:build_docker_image` with `trigger_pipeline:docker/build` * Remove unnecessary logic from Dockerfile * Add inline comment context for dobi.yaml Signed-off-by: Tom Duffield <tom@chef.io>
* Added dobi to the chef projectNathaniel Kierpiec2020-07-283-3/+7
| | | | | | | | | | Dobi will take care of building/tagging/pushing docker images. - Added dobi.yaml with specs for how to build - Added build.docker.yml file which expeditor uses to build out `docker_build.pipeline.yml` - Added .envrc for local development to be able to utilize dobi - Updated relevant files that use expeditor/dobi Signed-off-by: Nathaniel Kierpiec <nkierpiec@chef.io>
* Disable docker in Expeditor for nowTim Smith2020-07-271-7/+7
| | | | | | This functionality currently does not work so we need to disable it. Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix extra quote in habitat test pipeline configChristopher A. Snapp2020-07-131-1/+1
| | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* Enable promotion of habitat artifacts to stableChristopher A. Snapp2020-07-131-0/+1
| | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* Add Linux support to habitat test pipelineChristopher A. Snapp2020-07-131-4/+30
| | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* Add windows + linux hab tests to verify pipelineChristopher A. Snapp2020-07-133-28/+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-264-68/+0
| | | | | | | | 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>
* cheffish still legit busted on 2.7lcg/bump-external-tests-to-2.7Lamont Granquist2020-06-241-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* try bumping the external tests to 2.7Lamont Granquist2020-06-241-13/+12
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Don't fail CI builds when there are spellchecker violations.soft-fail-spellchecker-in-ciPete Higgins2020-06-161-0/+1
| | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* Stop producing packages for EOL Debian 8deprecate_debian_8Tim Smith2020-06-101-2/+1
| | | | | | Debian 8 went EOL June 6th: https://endoflife.software/operating-systems/linux/debian Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #9969 from chef/fail-early-with-cspell-syntax-errorTim Smith2020-06-091-1/+2
|\ | | | | Nicer error for misconfigured spellcheck in CI
| * Avoid spellchecking files twice in one run.fail-early-with-cspell-syntax-errorPete Higgins2020-06-081-1/+1
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
| * Fail early in CI when cspell config can't be parsed.Pete Higgins2020-06-081-0/+1
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | Add Windows 8 Testercsnapp/add_win8Christopher A. Snapp2020-06-091-0/+1
|/ | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* Merge pull request #9957 from chef/add-spellcheck-to-ciTim Smith2020-06-041-0/+8
|\ | | | | Add spellcheck to CI
| * Add spellcheck to CI.Pete Higgins2020-06-041-0/+8
| | | | | | | | Signed-off-by: Pete Higgins <pete@peterhiggins.org>
* | Prevent double inspec dep bump PRsTim Smith2020-06-041-1/+1
|/ | | | | | Subscribe to the more specific gem so we avoid double bumps Signed-off-by: Tim Smith <tsmith@chef.io>
* Add nightly cleanup of orphaned test resourcesChristopher A. Snapp2020-06-042-0/+24
| | | | | | | | | | The private verify pipeline currently uses Test Kitchen Azure to test against Windows 10. Unfortunately this approach does not clean up after itself and orphaned resource groups are typically left behind. If this is not taken care of we'll exhaust our resource pool (esp. public ips). This commit simply adds a nightly (1am) script to delete the Azure resource groups associated with the private verify pipeline. Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* Windows functional test should be single-useChristopher A. Snapp2020-05-221-0/+1
| | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* Refactor verify pipeline to use Ruby 2.7 in WindowsChristopher A. Snapp2020-05-221-7/+10
| | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* Switch Ruby functional test on Windows to Ruby 2.7windows_ruby27Tim Smith2020-05-131-9/+9
| | | | | | Test on what we ship Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove most of the emojis from the buildkite testsBryan McLellan2020-05-131-43/+43
| | | | | | | | | | | | | Most of these emojis I can't remember so I spend longer waiting for the mouse-overs that I did before when some were too long. :older_man: Fixes the Amazon Linux 201X (<2) TK test Shortened some text where I thought it made sense too This is obviously a bikeshed but I really do find the emoji's difficult Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Switch end-to-end-windows-10 back to use the Linux scriptsBryan McLellan2020-05-132-3/+7
| | | | | | | | | | kitchen is run on a linux container Also rename the verify/public pipeline back to verify. This keeps the history and is otherwise really just a bikeshed because they show up in different buildkite sites. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Add private Windows 10 Azure e2e test to ExpeditorBryan McLellan2020-05-133-1/+41
| | | | | | | 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>
* Merge pull request #9856 from chef/expand_pr_testingTim Smith2020-05-131-42/+42
|\ | | | | Test PRs against Ruby 2.7
| * Test PRs against Ruby 2.7Tim Smith2020-05-121-42/+42
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Add Debian 10 aarch64 supportChristopher A. Snapp2020-05-131-0/+2
|/ | | | Signed-off-by: Christopher A. Snapp <csnapp@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>
* add a ridiculous amount of emoji to buildkite test namesRobb Kidd2020-04-271-34/+34
| | | | Signed-off-by: Robb Kidd <robb@thekidds.org>
* Merge pull request #9672 from chef/full_cachingTim Smith2020-04-231-32/+2
|\ | | | | Enable caching of all our buildkite jobs again
| * Enable caching of all our buildkite jobs againfull_cachingTim Smith2020-04-161-32/+2
| | | | | | | | | | | | The previous failures should be resolved with the update to Expeditor Signed-off-by: Tim Smith <tsmith@chef.io>
* | Add Ubuntu 20.04 (aarch64) Testercsnapp/add_testersChristopher A. Snapp2020-04-221-0/+1
| | | | | | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* | Add SLES 15 (aarch64) Builder/TesterChristopher A. Snapp2020-04-221-0/+2
|/ | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* Fix to use correct Amazon Linux 2 queuescsnapp/fix_amazon_linuxChristopher A. Snapp2020-04-141-2/+2
| | | | Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
* make dep update fasterdheerajd-msys2020-04-131-7/+3
| | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>