summaryrefslogtreecommitdiff
path: root/liw.conf
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-08-27 11:50:13 +0100
committerLars Wirzenius <liw@liw.fi>2012-08-27 11:50:13 +0100
commitcb493f8e88e95f0c4fa4c7bd714b58e48f3586a9 (patch)
treed5d7c6b1bb0df9492327be8f8f167fc011ffaad0 /liw.conf
parenta9fc08ee59e1741cf1045404fd91f9d823d82e1c (diff)
downloadjenkinstool-cb493f8e88e95f0c4fa4c7bd714b58e48f3586a9.tar.gz
Tweak example config
Diffstat (limited to 'liw.conf')
-rw-r--r--liw.conf34
1 files changed, 2 insertions, 32 deletions
diff --git a/liw.conf b/liw.conf
index 7aeb388..76a481b 100644
--- a/liw.conf
+++ b/liw.conf
@@ -1,20 +1,12 @@
{
"hosts": [
{
- "name": "sid64",
- "ssh-target": "jenkins@192.168.122.176",
+ "name": "sid-amd64",
+ "ssh-target": "jenkins@192.168.122.227",
"ssh-key": "/var/lib/jenkins/.ssh/id_rsa.pub",
"directory": "/tmp/workspace",
"arch": "amd64",
"debian-dist": "unstable"
- },
- {
- "name": "sid32",
- "ssh-target": "jenkins@192.168.122.124",
- "ssh-key": "/var/lib/jenkins/.ssh/id_rsa.pub",
- "directory": "/tmp/workspace",
- "arch": "i386",
- "debian-dist": "unstable"
}
],
"projects": [
@@ -34,28 +26,6 @@
"build-commands": [
"make all check"
]
- },
- {
- "name": "cliapp",
- "bzr": "http://code.liw.fi/cliapp/bzr/trunk/",
- "build-depends": [
- "CoverageTestRunner"
- ],
- "build-commands": [
- "make all check"
- ]
- },
- {
- "name": "cmdtest",
- "git": "git://gitorious.org/cmdtest/cmdtest.git",
- "build-depends": [
- "CoverageTestRunner",
- "cliapp",
- "ttystatus"
- ],
- "build-commands": [
- "python setup.py check"
- ]
}
]
}