-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Bazel CI: Downstream projects broken due to the flip of trim_test_configuration #13328
Comments
These errors still show up in the latest downstream build: https://buildkite.com/bazel/bazel-at-head-plus-downstream/builds/1990#ef50ceea-a88d-4401-b746-bd817e0fafc7 katre@ confirmed that setting |
The rules_haskell breakage is a little odd. I would expect the The c++ action conflict for the Intellij plugin aspect is definitely not surprising. I am a little concerned the fix-forward is non-trivial since this is potentially a case for non-test depending on test that has not come up before and seems fairly legitimate. I would like to get a little more info on what exactly is happening here (but am preemptively going to look into a somewhat exotic fix to the underlying unsharable action issue). |
The rules_haskell failure can be fixed by setting Without the flag:
With the flag:
|
Filed tweag/rules_haskell#1536 to track the rules_haskell issue (since there might be something weird going on in their bzl files). |
The downstream pipeline has been red for over two weeks now :( @sdtwigg: Can you please state whether the rules_haskell breakage is WAI from a Bazel point of view? IF yes I'dd disable it for now. You also mentioned a fix for IntelliJ - what's the status here? |
https://buildkite.com/bazel/bazel-auto-sheriff-face-with-cowboy-hat/builds/488
|
Oh, sorry, the culprit finder actually identified a previous error that is already fixed #13320, the new error message is indeed caused by this one. |
Looks like there is already a pending fix for rules_haskell tweag/rules_haskell#1545, @sdtwigg can you help figure out a fix for Intellij plugin aspect? |
Ping @sdtwigg |
Ping @sdtwigg. This issue has been marked as bug and P1, is this still accurate? If so, please update the bug. Else, adjust the priority please. |
rules_haskell works.
@sdtwigg Where is that fix forward? |
The flag flip broke IntelliJ downstream tests. Fixes bazelbuild/bazel#13328
The flag flip broke IntelliJ downstream tests. Fixes bazelbuild/bazel#13328
This is now fixed. |
https://buildkite.com/bazel/bazel-auto-sheriff-face-with-cowboy-hat/builds/488
Caused by ebac27e.
rules_haskell:
Intellij Plugin Aspect:
@sdtwigg, since the breakages are described in the commit message, are they indented behaviors for the flip so we should let downstream to update accordingly?
The text was updated successfully, but these errors were encountered: