summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
Diffstat (limited to 'job-cfg')
-rwxr-xr-xjob-cfg/d-i.yaml.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py
index 6c7df3fe..78fe0124 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',