summaryrefslogtreecommitdiff
path: root/liw-real.conf
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-03-10 12:17:27 +0000
committerLars Wirzenius <liw@liw.fi>2013-03-10 12:17:27 +0000
commit80133ea93fedcfc2abaa8235473fb42fec6ad7c5 (patch)
tree985cfa674da27a57a7ae3bc1c83b545b8285fa40 /liw-real.conf
parentbb4ee091a0211a4c96f255f7ead1beb64701d9f8 (diff)
downloadjenkinstool-80133ea93fedcfc2abaa8235473fb42fec6ad7c5.tar.gz
Add my real config files into git
Diffstat (limited to 'liw-real.conf')
-rw-r--r--liw-real.conf199
1 files changed, 199 insertions, 0 deletions
diff --git a/liw-real.conf b/liw-real.conf
new file mode 100644
index 0000000..dadb987
--- /dev/null
+++ b/liw-real.conf
@@ -0,0 +1,199 @@
+{
+ "hosts": [
+ {
+ "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": "sid-i386",
+ "ssh-target": "jenkins@192.168.122.128",
+ "ssh-key": "/var/lib/jenkins/.ssh/id_rsa.pub",
+ "directory": "/tmp/workspace",
+ "arch": "i386",
+ "debian-dist": "unstable"
+ },
+ {
+ "name": "squeeze-amd64",
+ "ssh-target": "jenkins@192.168.122.187",
+ "ssh-key": "/var/lib/jenkins/.ssh/id_rsa.pub",
+ "directory": "/tmp/workspace",
+ "arch": "amd64",
+ "debian-dist": "squeeze"
+ },
+ {
+ "name": "squeeze-i386",
+ "ssh-target": "jenkins@192.168.122.28",
+ "ssh-key": "/var/lib/jenkins/.ssh/id_rsa.pub",
+ "directory": "/tmp/workspace",
+ "arch": "i386",
+ "debian-dist": "squeeze"
+ }
+ ],
+ "projects": [
+ {
+ "name": "CoverageTestRunner",
+ "bzr": "http://code.liw.fi/coverage-test-runner/bzr/trunk/",
+ "build-commands": [
+ "make check"
+ ]
+ },
+ {
+ "name": "ttystatus",
+ "bzr": "http://code.liw.fi/ttystatus/bzr/trunk/",
+ "build-depends": [
+ "CoverageTestRunner"
+ ],
+ "build-commands": [
+ "make all check"
+ ]
+ },
+ {
+ "name": "cliapp",
+ "bzr": "http://code.liw.fi/cliapp/bzr/trunk/",
+ "build-depends": [
+ "CoverageTestRunner"
+ ],
+ "build-commands": [
+ "make all check"
+ ]
+ },
+ {
+ "name": "python-tracing",
+ "bzr": "http://code.liw.fi/python-tracing/bzr/trunk/",
+ "build-commands": [
+ "make all"
+ ]
+ },
+ {
+ "name": "genbackupdata",
+ "bzr": "http://code.liw.fi/genbackupdata/bzr/trunk/",
+ "build-depends": [
+ "CoverageTestRunner",
+ "ttystatus",
+ "cliapp",
+ "cmdtest"
+ ],
+ "build-commands": [
+ "make all check"
+ ]
+ },
+ {
+ "name": "larch",
+ "bzr": "http://code.liw.fi/larch/bzr/trunk/",
+ "build-depends": [
+ "CoverageTestRunner",
+ "python-tracing",
+ "ttystatus",
+ "cliapp",
+ "cmdtest"
+ ],
+ "build-commands": [
+ "make all check",
+ "./speed-test --keys 1000"
+ ]
+ },
+ {
+ "name": "seivot",
+ "bzr": "http://code.liw.fi/seivot/bzr/trunk/",
+ "build-depends": [
+ "cliapp"
+ ],
+ "build-commands": [
+ "make all"
+ ]
+ },
+ {
+ "name": "summain",
+ "bzr": "http://code.liw.fi/summain/bzr/trunk/",
+ "build-depends": [
+ "CoverageTestRunner",
+ "cliapp",
+ "cmdtest"
+ ],
+ "build-commands": [
+ "make all check"
+ ]
+ },
+ {
+ "name": "extrautils",
+ "bzr": "http://code.liw.fi/extrautils/bzr/trunk/",
+ "build-depends": [
+ "cliapp"
+ ],
+ "build-commands": [
+ "make all"
+ ]
+ },
+ {
+ "name": "dupfiles",
+ "bzr": "http://code.liw.fi/dupfiles/bzr/trunk/",
+ "build-depends": [
+ "ttystatus",
+ "cliapp"
+ ],
+ "build-commands": [
+ "make all check"
+ ]
+ },
+ {
+ "name": "cmdtest",
+ "git": "git://gitorious.org/cmdtest/cmdtest.git",
+ "build-depends": [
+ "ttystatus",
+ "cliapp"
+ ],
+ "build-commands": [
+ "python setup.py check"
+ ]
+ },
+ {
+ "name": "obnam",
+ "bzr": "http://code.liw.fi/obnam/bzr/trunk/",
+ "build-depends": [
+ "CoverageTestRunner",
+ "larch",
+ "ttystatus",
+ "python-tracing",
+ "cliapp",
+ "genbackupdata",
+ "summain",
+ "cmdtest"
+ ],
+ "build-commands": [
+ "./check --fast"
+ ]
+ },
+ {
+ "name": "obnam-check",
+ "bzr": "http://code.liw.fi/obnam/bzr/trunk/",
+ "debian": false,
+ "build-depends": [
+ "CoverageTestRunner",
+ "larch",
+ "ttystatus",
+ "python-tracing",
+ "cliapp",
+ "genbackupdata",
+ "summain",
+ "cmdtest"
+ ],
+ "build-commands": [
+ "./check --network"
+ ]
+ },
+ {
+ "name": "cachedir",
+ "git": "git://git.gitano.org.uk/personal/liw/cachedir",
+ "build-depends": [
+ "cmdtest"
+ ],
+ "build-commands": [
+ "cmdtest tests"
+ ]
+ }
+ ]
+}