lpbuildbot:main

Last commit made on 2025-09-19
Get this branch:
git clone -b main https://git.launchpad.net/lpbuildbot
Members of Canonical Launchpad Engineering can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
main
Repository:
lp:lpbuildbot

Recent commits

df2208d... by Tushar Gupta

Fix builder and branch names.

30e2b5d... by Tushar Gupta

Add test branches that can be force pushed to run the LP test CI.

b7f9ee9... by Tushar Gupta

Manually applied changes from prod branch to public branch

31d344f... by Guruprasad

Prevent merges when build succeeds with a false positive and the full test suite is not run

For instance, buildbot considers
http://lpbuildbot.canonical.com/builders/lp-devel-focal/builds/1043 as
successful but the full test suite did not run and succeed. This change
tries to handle such false positive scenarios and prevents a merge to
the `*stable` branch.

2f5984c... by Guruprasad

Remove the unused bzrbuildbot directory

dce8747... by Guruprasad

Rename .bzrignore to .gitignore

1c02c82... by Guruprasad

[r=alvarocs] Fix the broken bzrbuildbot symlink and replace it with a working lpbuildbot symlink

703ba7e... by Guruprasad

Add a working lpbuildbot symlink instead

aeb8c2b... by Guruprasad

Remove the broken symlink to the now-removed bzrbuildbot directory

ad60c40... by Guruprasad

[r=pelpsi] Run the Postgres 14 and 16 builders automatically like the regular ones

Merged from https://code.launchpad.net/~lgp171188/lpbuildbot/auto-run-postgres-builders/+merge/481280