aboutsummaryrefslogtreecommitdiff
path: root/buildbot
AgeCommit message (Collapse)Author
2023-12-18buildbot: only trigger from master branch changesDevan Carpenter
2023-12-12buildbot: reduce delay on new changesDevan Carpenter
reducing the value of treeStableTimer to try to find the sweet spot between not triggering multiple jobs on large changesets but also not waiting too long after any given push.
2023-12-12buildbot: reduce redundant jobsDevan Carpenter
jobs should only be triggered from changes occuring more than 1 minute apart
2023-12-06buildbot: pass branch property to container envDevan Carpenter
2023-11-26buildbot: disable non-functioning generic MailNotifierDevan Carpenter
2023-11-26buildbot: make MailNotifier use TLSDevan Carpenter
2023-11-26buildbot: disable notifications on old buildersDevan Carpenter
2023-11-26buildbot: use different email aliases per builderDevan Carpenter
2023-11-23ci: fix wrong list orderDevan Carpenter
2023-11-22ci: set arch to amd64 by defaultDevan Carpenter
2023-11-22ci: add support for foreign arch containersDevan Carpenter
2023-11-22buildbot: fix some paths that were missedDevan Carpenter
2023-11-22buildbot: move ci scripts path in repos to contribDevan Carpenter
2023-11-22buildbot: comment-out broken sphinx notificationDevan Carpenter
2023-10-16buildbot: increase timeout on linkchecker jobDevan Carpenter
2023-10-16buildbot: add demo.taler.net hosts to linkcheckerDevan Carpenter
2023-10-16buildbot: make linkchecker script easier to auditDevan Carpenter
2023-10-16buildbot: add additional sites to linkchecker scriptDevan Carpenter
2023-10-09buildbot: pass git revision to containerDevan Carpenter
2023-10-09buildbot: enable host network loopback from podmanDevan Carpenter
2023-09-07buildbot: disable email notificationsDevan Carpenter
during refactor email is spamming people. we also need to change the email settings to be more particular about which users it emails for a given notification. disable for now.
2023-09-06buildbot: remove deprecated codespell builderDevan Carpenter
2023-09-06buildbot: remove unused lcov builderDevan Carpenter
2023-09-06buildbot: correct indentationDevan Carpenter
2023-09-06buildbot: clean git workspace for container buildsDevan Carpenter
this change attempts to make the git preparation step in the container builders idempotent and thus more predictable
2023-09-06buildbot: remove unused packaging buildersDevan Carpenter
2023-09-06buildbot: add container builders to email alertsDevan Carpenter
2023-09-06buildbot: remove wallet-core from old doc builderDevan Carpenter
2023-09-06buildbot: set workspace file permissionsDevan Carpenter
2023-09-06Revert "buildbot: ensure a clean workspace"Devan Carpenter
This reverts commit a0ba72543abd477d0ca6f4ebb309ada3ec96c406.
2023-09-06Revert "buildbot: fix typo"Devan Carpenter
This reverts commit bdc93b632a42fcc8d86db01ef3fd2976c198c3f6.
2023-09-06buildbot: fix typoDevan Carpenter
no $ for string substitution
2023-09-06buildbot: ensure a clean workspaceDevan Carpenter
2023-08-26buildbot: add exchange to container buildersDevan Carpenter
2023-08-25buildbot: use podman as container runtimeDevan Carpenter
despite having an older version of podman, its handling of filesytem permissions makes it a more sane choice than docker.
2023-08-24buildbot: add git poller for gnunet.gitDevan Carpenter
2023-08-17buildbot: remove old commented-out listDevan Carpenter
2023-08-16buildbot: add support for external repos to container factorydev/devan-carpenter/support-ext-reposDevan Carpenter
2023-07-18buildbot: docs.git no longer triggers old factoryDevan Carpenter
2023-07-17buildbot: no wallet-core in codespell factoryDevan Carpenter
codespell for wallet-core is now run inside of the wallet-core builder
2023-07-17buildbot: schedule containerbuilder on any branchDevan Carpenter
2023-07-17buildbot: use regex for container scheduler branchDevan Carpenter
2023-07-17buildbot: add master branch to container schedulerDevan Carpenter
2023-07-17buildbot: remove legacy docs build stepDevan Carpenter
docs.git is now built from the container builder generator
2023-07-17buildbot: containers: add volume for artifactsDevan Carpenter
2023-07-17buildbot: add docs.git to container buildersDevan Carpenter
2023-07-11buildbot: switch from podman to dockerDevan Carpenter
version of podman is too old and has bugs. use docker as the container runtime for now. docker requires that the user be in the "docker" group. "sg" is used to ensure that the command is excuted with the correct group id.
2023-07-11buildbot: do not assign pseudo-tty to podman cmdDevan Carpenter
2023-07-11buildbot: add support for container job configsDevan Carpenter
jobs can have configurations to specify paramaters, such as container image, failure conditions, etc. restructure container job loop to support generating jobs using the built-in buildbot functions. split logic into functions for improved clarity and composibility.
2023-07-11-glob fix for codespellÖzgür Kesim