Skip to content
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

build: Add verify target #114

Merged
merged 2 commits into from Apr 17, 2020

Conversation

frobware
Copy link
Contributor

Add verify build target that checks for:

  • gofmt
  • go module correctness

Ran make verify and fixed the one formatting change.

@ironcladlou
Copy link
Contributor

Nice, thanks... guess we'll need a corresponding PR to the release repo to create the verify job.

/lgtm
/approve

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Apr 17, 2020
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: frobware, ironcladlou

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 17, 2020
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@frobware
Copy link
Contributor Author

Nice, thanks... guess we'll need a corresponding PR to the release repo to create the verify job.

I did both, obviously need this first.

openshift/release#8384

@frobware
Copy link
Contributor Author

/retest

@ironcladlou
Copy link
Contributor

I did both, obviously need this first.

(sidebar) it's actually a bit of chicken and egg? Since you can't test the release change against this PR, it seems at least possible if you commit this first, PRs after the release merge could fail because of some error in verify we weren't able to test as part of the release PR...

On t he other hand, if you commit release first, all PRs would be blocked until you have one that successfully passes the new verify job.

Either way we always sort it out, just makes me wonder if there's a way commit this first and then rehearse the release job with e2e tests against master which now contains the verify target?

@openshift-merge-robot openshift-merge-robot merged commit c6b904a into openshift:master Apr 17, 2020
@frobware frobware deleted the add-verify-target branch May 1, 2024 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants