File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff 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
5049volumes :
51- buildbot-db :
5250 buildbot-gitpoller :
5351 caddy-data :
5452 caddy-config :
Original file line number Diff line number Diff line change @@ -2323,9 +2323,7 @@ c["buildbotURL"] = "https://buildbot.halide-lang.org/master/"
23232323# DB URL
23242324
23252325c ["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
You can’t perform that action at this time.
0 commit comments