Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e794408

Browse files
committedJun 20, 2017
change buildslave name to debian-stretch-amd64
1 parent 613c4ea commit e794408

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎buildserver.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
tags: system
1313
- include: tasks/buildmaster.yml
1414
tags: buildmaster
15-
- include: tasks/buildslave.yml name=debian-jessie-amd64
15+
- include: tasks/buildslave.yml name=debian-stretch-amd64
1616
tags: buildslave
1717
- include: tasks/openfpga.yml
1818
tags: openfpga

Diff for: ‎templates/var/buildbot/master/master.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ c['validation'] = {
2727
from buildbot.buildslave import BuildSlave
2828

2929
c['slaves'] = [
30-
BuildSlave('debian-jessie-amd64', secrets['slave_password']),
30+
BuildSlave('debian-stretch-amd64', secrets['slave_password']),
3131
]
3232

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

0 commit comments

Comments
 (0)
Please sign in to comment.