Director buildbot

From ScummVM :: Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Buildbot used for Director CI

Updating buildbot

ssh john.scummvm.net

sudo /usr/local/bin/stop_buildbot.sh

sudo -u director-buildbot -i

cd buildbot-code

git pull

poetry install --only main

exit

sudo /usr/local/bin/start_buildbot.sh

Adding new targets

scp GAME_DIR targets.json john.scummvm.net:/storage/

or

sudo cp ~director-buildbot/buildbot-code/targets.json /storage/

Restart buildbot on john:

sudo /usr/local/bin/stop_buildbot.sh

sudo /usr/local/bin/start_buildbot.sh