summaryrefslogtreecommitdiffstats
path: root/jjb/global-templates-python.yaml
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2017-01-31 05:16:56 -0800
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2017-01-31 05:16:56 -0800
commit94ef33d26aebc900841021aa54b0468c7e14c286 (patch)
treeb383fb669cabe929d9dd20e96aae2f489dc322bf /jjb/global-templates-python.yaml
parent83f7ebfa46e6484274be9d26e29cb7d7e73ba921 (diff)
Clean-up base java and python job templates
Change-Id: I03205b412a32adf7daa0294b6624037fedf9c3c9 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'jjb/global-templates-python.yaml')
-rw-r--r--jjb/global-templates-python.yaml11
1 files changed, 8 insertions, 3 deletions
diff --git a/jjb/global-templates-python.yaml b/jjb/global-templates-python.yaml
index 304d60aea..e1e8b4587 100644
--- a/jjb/global-templates-python.yaml
+++ b/jjb/global-templates-python.yaml
@@ -20,6 +20,10 @@
concurrent: true
node: '{build-node}'
+ properties:
+ - ecomp-infra-properties:
+ build-days-to-keep: '{build-days-to-keep}'
+
parameters:
- ecomp-infra-parameters:
project: '{project}'
@@ -36,10 +40,11 @@
build-timeout: '{build-timeout}'
triggers:
- - gerrit-trigger-patch-submitted-pattern:
- name: '{project}'
+ - gerrit-trigger-patch-submitted:
+ server: '{server-name}'
+ project: '{project}'
branch: '{branch}'
- pattern: '{pattern}'
+ files: '{pattern}'
builders:
- shell: |