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

URGENT: fix the red-broken-tests thing in CI #20980

Closed
edsantiago opened this issue Dec 11, 2023 · 9 comments
Closed

URGENT: fix the red-broken-tests thing in CI #20980

edsantiago opened this issue Dec 11, 2023 · 9 comments
Labels
locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. stale-issue

Comments

@edsantiago
Copy link
Member

CI is constantly red these days, because of windows mac whatever.

This makes it very hard for a human to see ACTUAL failed tests, like sys, like in #20827. So broken tests get merged.

Someone please figure out a way to stop showing red results in the CI log. Make it so red means red.

@baude
Copy link
Member

baude commented Dec 11, 2023

hey @edsantiago , you can follow #20953 for starters. and in spirit, we have so many other tests that can fail and still allow merge, it is bound to continue to happen. this is why i do not like testing for other teams on our CI.

@Luap99
Copy link
Member

Luap99 commented Dec 11, 2023

This sounds like a symptom not a cause.
The real problem is that the merge bot is broken, it does not wait for the tests to pass and happy merges stuff were CI is not yet green. The second problem is people add /lgtm without /hold while CI is still running so we allow the merge bot to behave like this.

@Luap99
Copy link
Member

Luap99 commented Dec 11, 2023

also #20852 for the reason why these show up as red

@edsantiago
Copy link
Member Author

Followup notes:

  • the merge tool is called either "prow" or "tide". Here is a link to its config documentation
  • I believe the magic term we're looking for is branch-protection
  • Neither "prow" nor "tide" appear anywhere (relevant) in the podman repo @ main. It is not clear where this config file lives.

Giving up.

@Luap99
Copy link
Member

Luap99 commented Dec 14, 2023

Neither "prow" nor "tide" appear anywhere (relevant) in the podman repo @ main. It is not clear where this config file lives.

There I would assume: https://github.com/openshift/release/tree/master/core-services/prow/02_config/containers/podman

@edsantiago
Copy link
Member Author

Wow. I have no idea how you found that, but thank you!

(I wonder if it might be a good idea to include that link in some sort of in-repo readme...)

Copy link

A friendly reminder that this issue had no activity for 30 days.

@edsantiago
Copy link
Member Author

Is this fixed? Are Macintosh tests green now?

@Luap99
Copy link
Member

Luap99 commented Apr 4, 2024

machine tests are enforcing on main AFAIK

@Luap99 Luap99 closed this as completed Apr 4, 2024
@stale-locking-app stale-locking-app bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Jul 4, 2024
@stale-locking-app stale-locking-app bot locked as resolved and limited conversation to collaborators Jul 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. stale-issue
Projects
None yet
Development

No branches or pull requests

3 participants