Skip to content

Commit

Permalink
feat(buildbot): working buildbot on noble (#409)
Browse files Browse the repository at this point in the history
* feat(buildbot): fix missing file (?)

* fix(buildbot): fix awry salt warning

* chore(buildbot): default vagrant to noble
  • Loading branch information
JacobCoffee authored Aug 6, 2024
1 parent 68ddcbe commit 5a7d14b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
SERVERS = [
"backup-server",
{:name => "bugs", :codename => "jammy", :ports => [8080]},
"buildbot",
{:name => "buildbot", :codename => "noble"},
"cdn-logs",
{:name => "codespeed", :codename => "jammy"},
{:name => "consul", :codename => "jammy"},
Expand Down
10 changes: 10 additions & 0 deletions salt/buildbot/init.sls
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,16 @@ buildbot-user:
- user: buildbot-user
- file: /srv

{# vagrant up fails due to this file not existing (see: https://github.com/python/psf-salt/pull/367#issuecomment-2218636563) #}
/srv/buildbot/master/twistd.log:
file.managed:
- user: buildbot
- group: buildbot
- mode: "0644"
- replace: False
- require:
- git: /srv/buildbot

update-master:
cmd.run:
- runas: buildbot
Expand Down

0 comments on commit 5a7d14b

Please sign in to comment.