firecracker-microvm / firectl

firectl is a command-line tool to run Firecracker microVMs
Apache License 2.0
477 stars 72 forks source link

buildkite: add a git history validation step #27

Closed nmeyerhans closed 5 years ago

nmeyerhans commented 5 years ago

Description of changes:

The intent is to validate that all commits include a DCO (Signed-off-by) line, and that no commits are "fixup" commits. This will run on pull requests and will show up as a test failure if violations are found.

We'll probably want something similar on our other repositories.

Signed-off-by: Noah Meyerhans nmeyerha@amazon.com

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

nmeyerhans commented 5 years ago

Note that you can see the test execution results in the buildkit logs associated with this PR.