{"id":15008230,"url":"https://github.com/python/buildmaster-config","last_synced_at":"2025-04-05T18:10:49.858Z","repository":{"id":17117989,"uuid":"80488055","full_name":"python/buildmaster-config","owner":"python","description":"Configuration for buildbot.python.org","archived":false,"fork":false,"pushed_at":"2025-03-25T17:08:58.000Z","size":724,"stargazers_count":40,"open_issues_count":8,"forks_count":58,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-03-29T17:12:09.886Z","etag":null,"topics":["buildbot-configuration"],"latest_commit_sha":null,"homepage":"https://buildbot.python.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/python.png","metadata":{"funding":{"custom":"https://www.python.org/psf/donations/python-dev/","github":["python"]},"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-01-31T03:29:06.000Z","updated_at":"2025-03-25T17:09:02.000Z","dependencies_parsed_at":"2023-10-15T07:50:05.004Z","dependency_job_id":"0f3aa1b7-0c26-4588-a37f-fe317efcaecb","html_url":"https://github.com/python/buildmaster-config","commit_stats":{"total_commits":638,"total_committers":54,"mean_commits":"11.814814814814815","dds":0.8322884012539185,"last_synced_commit":"7311964d4c11ee4fd9ba02e5ce66697ca8a523c7"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python%2Fbuildmaster-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python%2Fbuildmaster-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python%2Fbuildmaster-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/python%2Fbuildmaster-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/python","download_url":"https://codeload.github.com/python/buildmaster-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247378149,"owners_count":20929297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["buildbot-configuration"],"created_at":"2024-09-24T19:15:39.181Z","updated_at":"2025-04-05T18:10:49.836Z","avatar_url":"https://github.com/python.png","language":"Python","funding_links":["https://www.python.org/psf/donations/python-dev/","https://github.com/sponsors/python"],"categories":[],"sub_categories":[],"readme":"# buildmaster-config\n\n[Buildbot](https://buildbot.net/) master configuration for\n[buildbot.python.org](http://buildbot.python.org/all/).\n\n[![Build Status](https://travis-ci.org/python/buildmaster-config.svg?branch=master)](https://travis-ci.org/python/buildmaster-config)\n\n## Private settings\n\nThe production server uses /etc/buildbot/settings.yaml configuration file which\ncontains secrets like the IRC nickname password.\n\n## Update requirements\n\nRun locally:\n\n    make git-update-requirements\n\nReview updated packages, pay attention to buildbot updates. Create a PR. Merge\nthe PR. The new venv will be recreated automatically on the server.\n\nUpgrading buildbot sometimes requires to run the command:\n\n    ./venv/bin/buildbot upgrade-master /data/buildbot/master\n\nMake sure that the server is running, and then remove the old virtual environment:\n\n    rm -rf old-venv\n\n## Hosting\n\nThe buildbot master is hosted on the PSF Infrastructure and is managed via\n[salt](https://github.com/python/psf-salt/blob/master/salt/buildbot/init.sls).\n\npsycopg2 also requires libpq-dev:\n\n    sudo apt-get install libpq-dev\n\n- Backend host address is `buildbot.nyc1.psf.io`.\n- The host is behind the PSF HaProxy cluster which is CNAMEd by `buildbot.python.org`.\n- Database is hosted on a managed Postgres cluster, including backups.\n- Remote backups of `/etc/buildbot/settings.yaml` are taken hourly and retained for 90 days.\n- No other state for the buildbot host is backed up!\n\nConfigurations from this repository are applied from the `master` branch on\na `*/15` cron interval using the `update-master` target in `Makefile`.\n\nPython 3.9 is installed manually using ``pyenv`` (which was also installed\nmanually). Commands to install Python 3.9:\n\n    pyenv update\n    pyenv install 3.9.1\n    pyenv global 3.8.1 3.9.1\n\n\n## Add a worker\n\nThe list of workers is stored in `/etc/buildbot/settings.yaml` on the server.\nA worker password should be made of 14 characters (a-z, A-Z, 0-9 and special\ncharacters), for example using KeePassX.\n\n* Generate a password\n* Add the password in `/etc/buildbot/settings.yaml`\n* Restart the buildbot server: `make restart-master`\n\nDocumentation: http://docs.buildbot.net/current/manual/configuration/workers.html#defining-workers\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython%2Fbuildmaster-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpython%2Fbuildmaster-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpython%2Fbuildmaster-config/lists"}