-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Revert "Revert "js_run_devserver symlinks scoped node_modules to baze… #1233
Conversation
FYI @gregjacobs in case you have time to help green this up so it can land again. Sorry for the churn! |
Hey @alexeagle, @gregmagolan. Alex, thanks for starting this PR. So this is interesting. I basically have the
If I'm reading the below error message correctly, it seems that Jasmine itself isn't being uploaded for RBE? Is this perhaps because I'm linking to Jasmine from the "test" package itself rather than the root of the repo? Here's the error message:
Log link: https://github.com/aspect-build/rules_js/actions/runs/5969264193/job/16194870847?pr=1233 Thinking that this might be a bug in how the files are synced for RBE itself? |
I think this test just needs to be tagged |
@gregmagolan Was actually thinking the same about the use case for RBE in this context, so that does make sense :) Would you be able to add that tag real quick on this PR? Otherwise I'll have to open another one from my fork |
Hey @alexeagle, thanks for updating the PR! Looks like all RBE tests failed now though, seemingly with the same error message:
Is your BES service down perhaps? Maybe the jobs just need to be retried? |
Yeah I did one retry. Maybe Engflow has an outage or maybe they tore down our cluster. Will retry again tomorrow. |
It's still down. I'm going to see if we can quickly use a free tier BuildBuddy for this testing instead. |
3a27fbe
to
f75b103
Compare
@alexeagle Nice, looks like it passed now! Can we merge? |
…l-out instead of runfiles (unscoped node_modules are already linked to bazel-out) (#1210)" (#1230)"
Roll-forward #1210 with fixes.
This reverts commit 06ad186.