-
Notifications
You must be signed in to change notification settings - Fork 199
Initial implementation of remote persistent workers #1922
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
base: main
Are you sure you want to change the base?
Initial implementation of remote persistent workers #1922
Conversation
…ta, support for lifecycle management
42c8b8e
to
c69655d
Compare
"build": "tsc", | ||
"lint": "eslint src/**/*.ts", | ||
"test": "jest", | ||
"test:integration": "npm run build && node dist/integration.test.js", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file doesn't exist. Maybe was meant to be e2e.test.ts
? But replacing with that doesn't work either. ts-node src/e2e.test.ts
possibly, after installing ts-node
but that doesn't seem to fully work.
|
||
```bash | ||
npm run build | ||
node dist/e2e.test.js |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't exist in dist
after running build.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not ready. I need to work on this more. Sorry for confusion
Description
Remote persistent workers are coming to Nativelink! Not there yet.
Fixes # (issue)
Type of change
Please delete options that aren't relevant.
not work as expected)
How Has This Been Tested?
Please also list any relevant details for your test configuration
Checklist
bazel test //...
passes locallygit amend
see some docsThis change is