This page describes how to setup WoA machine to run python buildbot.
Access WoA machine in Linaro Farm
Please check out the following page for instructions on how to remotely access woa machine
/wiki/spaces/TCWG/pages/22395192116
...
Credentials
Login/password is allocated by python buildbot administrators.
You can contact the three maintainers (together) for python buildbot server:
Zachary Ware zach@python.org
Pablo Galindo Salgado pablogsal@gmail.com
Victor Stinner vstinner@python.org
Register worker
To be able to connect worker, even with a password allocated, you need to add configuration on this project: https://github.com/python/buildmaster-config
Examples:
Install Visual Studio Build Tools
...
Code Block | ||
---|---|---|
| ||
buildbot-worker create-worker buildarea buildbot.python.org:9020 linaro-win-arm64 <PASSWORD> |
Password is allocated by python buildbot administrators. Instructions on how to access them will be added later.
You can contact the three maintainers (together) for python buildbot server:
Zachary Ware zach@python.org
Pablo Galindo Salgado pablogsal@gmail.com
Victor Stinner vstinner@python.org
Edit following files to add admin email address and host information
...
|
...
You can automate service launch by using https://nssm.cc, which is free and open source. It gracefully restarts your program (or batch) when it stops. nssm.exe install
to configure a new service.
Register worker
To be able to connect worker, even with a password allocated, you need to add configuration on this project: https://github.com/python/buildmaster-config
Examples:
...
https://github.com/python/buildmaster-config/pull/288
...
following those instructions: Service management . You need a user which can execute winget.exe
(needed in a python test). Local SYSTEM account can’t.