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

Remove go-apidiff GHA from merge_group runs #373

Merged
merged 1 commit into from
Aug 29, 2023
Merged

Conversation

joelanford
Copy link
Member

Description

go-apidiff is meant to be informational and is optional, so it will not block PRs in the merge queue, even when it finds incompatible changes. Therefore it serves no real purpose in the merge queue CI.

There also seems to be an issue with running go-apidiff in the context of a merge_queue where it fails due to invalid commit references. See https://github.com/operator-framework/operator-controller/actions/runs/6014708335/job/16315430191

For these reasons, removing it from the merge queue CI

Reviewer Checklist

  • API Go Documentation
  • Tests: Unit Tests (and E2E Tests, if appropriate)
  • Comprehensive Commit Messages
  • Links to related GitHub Issue(s)

@joelanford joelanford requested a review from a team as a code owner August 29, 2023 16:19
@codecov
Copy link

codecov bot commented Aug 29, 2023

Codecov Report

Merging #373 (7ceb13a) into main (2114da6) will increase coverage by 0.64%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #373      +/-   ##
==========================================
+ Coverage   81.46%   82.11%   +0.64%     
==========================================
  Files          21       21              
  Lines         928      928              
==========================================
+ Hits          756      762       +6     
+ Misses        119      116       -3     
+ Partials       53       50       -3     
Flag Coverage Δ
e2e 62.93% <ø> (+0.86%) ⬆️
unit 77.22% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

go-apidiff is meant to be informational and is optional, so it will not block PRs in the merge queue, even when it finds incompatible changes. Therefore it serves no real purpose in the merge queue CI.

There also seems to be an issue with running go-apidiff in the context of a merge_queue where it fails due to invalid commit references.

For these reasons, removing it from the merge queue CI

Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
@ncdc ncdc enabled auto-merge August 29, 2023 16:31
@ncdc ncdc added this pull request to the merge queue Aug 29, 2023
Merged via the queue into main with commit 9d07bb1 Aug 29, 2023
10 checks passed
@joelanford joelanford deleted the rm-go-apidiff-merge-queue branch August 29, 2023 18:48
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.

2 participants