-
Notifications
You must be signed in to change notification settings - Fork 2k
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
feat: add tpu_vm_create_topology/startup_script #3902
Conversation
Here is the summary of changes. You are about to add 2 region tags.
This comment is generated by snippet-bot.
|
65747dd
to
f2a70de
Compare
2aeb9bd
to
54683f2
Compare
|
||
const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'}); | ||
const cwd = path.join(__dirname, '..'); | ||
|
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.
From time to time there is an issue with Enforcer when running the tests, but it is not related to the implementation.
GoogleError: GCE Enforcer is deleting necessary Cloud TPU infrastructure resources in this project. Please opt out of GCE Enforcer for this project. [FIREWALLS is deleted]
51f638a
to
276b837
Compare
Due to high costs of TPU Nodes, it was decided to use mocks in the tests. |
83936ba
to
13b440c
Compare
690834d
to
cd20e0c
Compare
Description
Fixes #
Note: Before submitting a pull request, please open an issue for discussion if you are not associated with Google.
Checklist
npm test
(see Testing)npm run lint
(see Style)GoogleCloudPlatform/nodejs-docs-samples
. Not a fork.