summaryrefslogtreecommitdiffstats
path: root/job-cfg/d-i.yaml.py
diff options
context:
space:
mode:
Diffstat (limited to 'job-cfg/d-i.yaml.py')
-rwxr-xr-xjob-cfg/d-i.yaml.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/d-i.yaml.py b/job-cfg/d-i.yaml.py
index 647e17ec..5f7fc00d 100755
--- a/job-cfg/d-i.yaml.py
+++ b/job-cfg/d-i.yaml.py
@@ -195,7 +195,7 @@ if "jenkins-test-vm" == os.uname()[1]:
jobs.append( {'{name}_pu-triggered_{pkg}': {
'gitrepo': 'git://git.debian.org/git/d-i/{pkg}',
'branchdesc': 'master branch',
- 'branch': 'origin/master',
+ 'branch': 'origin/pu/**',
'pkg': 'debian-installer',
'trg': None,
}} )