Skip to content

Commit 0e3f521

Browse files
committed
Switch over to PostgreSQL
1 parent 654bb56 commit 0e3f521

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ services:
2020
ports:
2121
- "9990:9990"
2222
volumes:
23-
- buildbot-db:/buildbot/master/db
2423
- buildbot-gitpoller:/buildbot/master/gitpoller-llvm-workdir
2524
- ${HALIDE_BB_MASTER_ARTIFACTS_DIR:-./data/artifacts}:/artifacts
2625
secrets:
@@ -48,7 +47,6 @@ services:
4847
restart: unless-stopped
4948

5049
volumes:
51-
buildbot-db:
5250
buildbot-gitpoller:
5351
caddy-data:
5452
caddy-config:

master/db/.gitkeep

Whitespace-only changes.

master/master.cfg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2323,9 +2323,7 @@ c["buildbotURL"] = "https://buildbot.halide-lang.org/master/"
23232323
# DB URL
23242324

23252325
c["db"] = {
2326-
# This specifies what database buildbot uses to store its state. You can leave
2327-
# this at its default for all but the largest installations.
2328-
"db_url": "sqlite:///db/state.sqlite",
2326+
"db_url": f"postgresql://buildbot:{DB_PASSWORD}@db/buildbot",
23292327
}
23302328

23312329
# GitHub Integration

0 commit comments

Comments
 (0)