summaryrefslogtreecommitdiff
path: root/liw.conf
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-08-19 09:42:17 +0100
committerLars Wirzenius <liw@liw.fi>2012-08-19 09:42:17 +0100
commitfbacef389e854ed7412a4059e40b4fb0de55a0a0 (patch)
tree91423bb4edb323d210809ceeef8c9d2f094b5515 /liw.conf
parentf577354fa2592b5d2afeb5a87cc4487509557618 (diff)
downloadjenkinstool-fbacef389e854ed7412a4059e40b4fb0de55a0a0.tar.gz
Simpliy config for faster test iterations
Diffstat (limited to 'liw.conf')
-rw-r--r--liw.conf15
1 files changed, 0 insertions, 15 deletions
diff --git a/liw.conf b/liw.conf
index 2000911..ebbd38e 100644
--- a/liw.conf
+++ b/liw.conf
@@ -7,14 +7,6 @@
"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": [
@@ -24,13 +16,6 @@
"build-commands": [
"make check"
]
- },
- {
- "name": "ttystatus",
- "bzr": "http://code.liw.fi/ttystatus/bzr/trunk/",
- "build-commands": [
- "make all check"
- ]
}
]
}