Skip to content

Commit

Permalink
DashboardBuilders: clarify the Python 3 binary name requirement
Browse files Browse the repository at this point in the history
The bootstrapswarm command, among others, expect that Python 3 is
available under the exact name "python3". In some cases Python 3
might be available as "python" or "python3.11" and so on, but it's
likely better to standardize on a single name. Clarify what it is.

Change-Id: I651c27ec61ddfc2398447ee93706acf0dfbf88b8
Reviewed-on: https://go-review.googlesource.com/c/wiki/+/653735
Reviewed-by: Carlos Amedee <[email protected]>
Auto-Submit: Dmitri Shuralyov <[email protected]>
  • Loading branch information
dmitshur authored and gopherbot committed Feb 28, 2025
1 parent c0a1af1 commit 0d524d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DashboardBuilders.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The LUCI system requires builders to run two applications which authenticate to
- At least 512MB of memory. 1GB or more is highly recommended.
- 20GB disk space is ideal.
- Preferably with 2 or more (V)CPUs.
* Python3 installed and in the `PATH`.
* Python 3 installed and available in `PATH` (or equivalent) under the name `python3` (or `python3.exe` on Windows).
* Permissions
- The bot should be run as the `swarming` user (without root rights).
- The bot automatically updates itself. It should have permissions to do so.
Expand Down

0 comments on commit 0d524d8

Please sign in to comment.