diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-07-31 19:52:20 -0400 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-07-31 19:52:20 -0400 |
commit | 4791e41fdcdc68cdb1b47459f052a23e14ac00ef (patch) | |
tree | af1b1abc1e436c177a54e3bfe481b501a663f7a6 /CONTRIBUTING.md | |
parent | 43c49a82a33cf6a4d2791585c73a6143b94d3fb8 (diff) | |
download | chef-4791e41fdcdc68cdb1b47459f052a23e14ac00ef.tar.gz |
Remove Travis / Jenkins config / docs
Update some of our build docs to reflect the current process. Nuke the old Travis config. We're Buildkite + appveyor only at this point.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index aa154feb11..b9fb99a34b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -25,7 +25,7 @@ We have a 3 step process for contributions: Chef Projects are built to last. We strive to ensure high quality throughout the experience. In order to ensure this, we require that all pull requests to Chef projects meet these specifications: 1. **Tests:** To ensure high quality code and protect against future regressions, we require all the code in Chef Projects to have at least unit test coverage. We use [RSpec](http://rspec.info/) for unit testing. -2. **Green CI Tests:** We use [Travis CI](https://travis-ci.org/) and/or [AppVeyor](https://www.appveyor.com/) CI systems to test all pull requests. We require these test runs to succeed on every pull request before being merged. +2. **Green CI Tests:** We use [Buildkite](https://buildkite.com/chef-oss) to test all pull requests. We require these test runs to succeed on every pull request before being merged. ### Code Review Process @@ -62,7 +62,7 @@ By making a contribution to this project, I certify that: (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open - source license and I have the right under that license to + source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as |