-
Notifications
You must be signed in to change notification settings - Fork 6.8k
build: add test/... to the bazel_build job #20245
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
Conversation
Blocked by PR #20221 |
a61f4bf
to
e0d56d1
Compare
@wagnermaciel looks like the job fails for some reason. Can you look into it? Happy to help if needed. I wonder how this runs in g3 right now? |
@devversion I could actually use some help here. When I build
I remember Jeremy was surprised that we are able to reference |
@wagnermaciel yeah, that was actually something I was not sure either. I looked into it.. and it seemed that this purely worked by accident in Can you try adding the prebuilt theme to |
I tried locally but was not able to reproduce the issue there. I'm pretty confident it's due to the issue I mentioned before w/ RBE. We can remove the prebuilt theme from the |
@devversion I tried using I think we'll have to solve the larger problem and revisit this. Even though the current I'm not sure if or when asset injection will be implemented given how many other higher priority tasks we've got lined up but how would you feel about discussing it again in next weeks team meeting? |
@wagnermaciel Yeah SGTM. I'm not sure why it works locally but not on CI. The only difference is really the remote container sandboxing as far as I remember. Agreed, that we should not bother with this as obviously this is working by accident/is somewhat hacky. |
* update the bazel_build job (the job that tests that everything builds with Bazel) to also include test/...
c96fa54
to
830a7f2
Compare
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
builds with Bazel) to also include test/...