]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
add jenkins-pull-requests-build script 190/head
authorKen Dreyer <ken.dreyer@inktank.com>
Thu, 13 Feb 2014 23:35:00 +0000 (16:35 -0700)
committerKen Dreyer <ken.dreyer@inktank.com>
Wed, 19 Feb 2014 17:56:59 +0000 (10:56 -0700)
Move our Jenkins pull requests build script out of Jenkins' database and
into Git so that we can have greater visibility on future changes.

Going forward, we will modify the teuthology-pull-requests Jenkins task
to only run this script.

Signed-off-by: Ken Dreyer <ken.dreyer@inktank.com>
jenkins/jenkins-pull-requests-build [new file with mode: 0755]

diff --git a/jenkins/jenkins-pull-requests-build b/jenkins/jenkins-pull-requests-build
new file mode 100755 (executable)
index 0000000..e9ad052
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# This is the script that runs inside Jenkins.
+# http://jenkins.ceph.com/job/teuthology-pull-requests/
+
+virtualenv --version
+virtualenv --system-site-packages --distribute venv
+. venv/bin/activate
+venv/bin/pip install tox
+tox -rv