Update GPU Bot documentation: gen.star->main.star
The documentation for creating a new VM for the GPU bots says to run
gen.star. That file no longer exists. It is now main.star.
This CL updates the documentation to reflect this change.
[email protected]
Bug: 963242
Change-Id: Ie8cb26cf92bb59c38af12dca01934a536c299314
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1612346
Reviewed-by: Chris Blume <[email protected]>
Commit-Queue: Chris Blume <[email protected]>
Cr-Commit-Position: refs/heads/master@{#659772}
diff --git a/docs/gpu/gpu_testing_bot_details.md b/docs/gpu/gpu_testing_bot_details.md
index b4174e00..d90d3ed 100644
--- a/docs/gpu/gpu_testing_bot_details.md
+++ b/docs/gpu/gpu_testing_bot_details.md
@@ -227,8 +227,8 @@
[infradata/config]: https://chrome-internal.googlesource.com/infradata/config
[bot_config.py]: https://chrome-internal.googlesource.com/infradata/config/+/master/configs/chromium-swarm/scripts/bot_config.py
-[gen.star]: https://chrome-internal.googlesource.com/infradata/config/+/master/configs/chromium-swarm/gen.star
[gpu.star]: https://chrome-internal.googlesource.com/infradata/config/+/master/configs/chromium-swarm/starlark/bots/chromium/gpu.star
+[main.star]: https://chrome-internal.googlesource.com/infradata/config/+/master/main.star
[vms.cfg]: https://chrome-internal.googlesource.com/infradata/config/+/master/configs/gce-provider/vms.cfg
## Walkthroughs of various maintenance scenarios
@@ -299,7 +299,7 @@
[zones](https://cloud.google.com/compute/docs/regions-zones/) has
available capacity.
- 1. Run [gen.star] to regenerate `configs/chromium-swarm/bots.cfg`.
+ 1. Run [main.star] to regenerate `configs/chromium-swarm/bots.cfg`.
Double-check your work there.
1. Get this reviewed and landed. This step associates the VM or pool of VMs
with the bot's name on the waterfall.
@@ -340,7 +340,7 @@
[second
example](https://chrome-internal-review.googlesource.com/1111456).
- 1. Run [gen.star] to regenerate `configs/chromium-swarm/bots.cfg`.
+ 1. Run [main.star] to regenerate `configs/chromium-swarm/bots.cfg`.
Double-check your work there.
1. Allocate new virtual machines for the bots as described in [How to set up