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

Check failure is picking up errors from earlier stages in the build. #1997

Closed
kevjumba opened this issue Jul 13, 2022 · 2 comments
Closed

Check failure is picking up errors from earlier stages in the build. #1997

kevjumba opened this issue Jul 13, 2022 · 2 comments
Labels
bug Something isn't working Stale

Comments

@kevjumba
Copy link

kevjumba commented Jul 13, 2022

Describe the bug
A clear and concise description of what the bug is.
We are using gopy to build our go libraries and the gopy build performs from syntax checking before it runs the actual build. The syntax checking doesn't take into account extra build tags so it throws some errors with symbol not recognized without actually exiting and the 2nd stage of the build fixes it. However, github actions picks up these errors and flags them under Unchanged files with check annotation.
Shows up like this on our prs:
https://github.com/feast-dev/feast/pull/2922/files
Example of error that is being picked up: https://github.com/feast-dev/feast/runs/7309600369?check_suite_focus=true in Install Dependencies stage.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Run '....'
  3. See error

Expected behavior

Runner Version and Platform

Latest
OS of the machine running the runner? OSX/Windows/Linux/...
All OSs,

What's not working?

Included in summary.

Would like a way to disable these or add a comment that makes the github checks ignore these intermediate errors.

@github-actions
Copy link
Contributor

This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 15 days.

@github-actions github-actions bot added the Stale label Sep 25, 2023
@github-actions
Copy link
Contributor

This issue was closed because it has been stalled for 15 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Stale
Projects
None yet
Development

No branches or pull requests

1 participant