Skip to content

remove DCO check on commits in buildkite pipeline #502

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 18, 2023

Conversation

swagatbora90
Copy link
Contributor

Issue #, if available:

Description of changes:
We are manually running DCO check on commits as part of our buildkite pipeline. Instead we should enable DCO using https://probot.github.io/apps/dco/ on this repo and removing existing config

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

@swagatbora90 swagatbora90 requested a review from a team as a code owner July 17, 2023 21:10
@@ -42,13 +42,6 @@ steps:
distro: "${BUILDKITE_AGENT_META_DATA_DISTRO}"
hostname: "${BUILDKITE_AGENT_META_DATA_HOSTNAME}"

- label: 'git log validation'
command: './.buildkite/logcheck.sh'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

that script also checks fixup commits. will it be migrated and covered by GH actions too?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can add that check using GH action as well. However, IMO we can just get rid of it. As reviewers we often check the commits and make sure that they are squashed before merging.

@fangn2 fangn2 merged commit 48a995f into firecracker-microvm:main Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants