Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change buildslave name to debian-stretch-amd64
Browse files Browse the repository at this point in the history
whitequark committed Jun 20, 2017
1 parent 613c4ea commit e794408
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildserver.yaml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
tags: system
- include: tasks/buildmaster.yml
tags: buildmaster
- include: tasks/buildslave.yml name=debian-jessie-amd64
- include: tasks/buildslave.yml name=debian-stretch-amd64
tags: buildslave
- include: tasks/openfpga.yml
tags: openfpga
2 changes: 1 addition & 1 deletion templates/var/buildbot/master/master.cfg
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ c['validation'] = {
from buildbot.buildslave import BuildSlave

c['slaves'] = [
BuildSlave('debian-jessie-amd64', secrets['slave_password']),
BuildSlave('debian-stretch-amd64', secrets['slave_password']),
]

# 'slavePortnum' defines the TCP port to listen on for connections from slaves.

0 comments on commit e794408

Please sign in to comment.