[Qa-jenkins-scm] [jenkins.debian.net] 06/11: d-i: trim jobs for testvm, and enable

Holger Levsen holger at layer-acht.org
Thu Jun 16 20:33:50 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit a578aa009ef4602d7ea92ea7640a501ac4eebb5a
Author: Philip Hands <phil at hands.com>
Date:   Tue Jun 14 21:51:51 2016 +0200

    d-i: trim jobs for testvm, and enable
    
    Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
 hosts/jenkins-test-vm/job-cfg/d-i.yaml.py | 1 +
 job-cfg/d-i.yaml.py                       | 6 ++++++
 2 files changed, 7 insertions(+)

diff --git a/hosts/jenkins-test-vm/job-cfg/d-i.yaml.py b/hosts/jenkins-test-vm/job-cfg/d-i.yaml.py
new file mode 120000
index 0000000..a7d9397
--- /dev/null
+++ b/hosts/jenkins-test-vm/job-cfg/d-i.yaml.py
@@ -0,0 +1 @@
+../../../job-cfg/d-i.yaml.py
\ No newline at end of file
diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py
index 6c7df3f..78fe012 100755
--- a/job-cfg/d-i.yaml.py
+++ b/job-cfg/d-i.yaml.py
@@ -187,6 +187,10 @@ jobs = [
     '{name}_pu-build-group',
 ]
 
+if "jenkins-test-vm" == os.uname()[1]:
+    pkgs = [ 'debian-installer', 'preseed' ]
+    jobs = [ '{name}_build-group', '{name}_pu-build-group' ]
+
 def scm_svn(po, inc_regs=None):
     if inc_regs is None:
         inc_regs = [ os.path.join('/trunk/manual/',
@@ -460,6 +464,8 @@ data.append(
         'trg': 'H/10 * * * *',
         'pkg': pkgs}})
 
+
+
 data.append(
     {'project': {
         'name': 'd-i',

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list