summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/global-templates-python.yaml18
-rw-r--r--jjb/testsuite/testsuite.yaml2
2 files changed, 13 insertions, 7 deletions
diff --git a/jjb/global-templates-python.yaml b/jjb/global-templates-python.yaml
index 966ecb324..24dba8737 100644
--- a/jjb/global-templates-python.yaml
+++ b/jjb/global-templates-python.yaml
@@ -151,7 +151,7 @@
name: '{project-name}-{stream}-3scm-docker-shell-daily'
project-type: freestyle
- node: 'ubuntu1604-docker-8c-8g'
+ node: 'queue-docker-4c-4g'
properties:
- infra-properties:
@@ -188,12 +188,20 @@
checkout-dir: '{checkout-dir3}'
wrappers:
- - infra-wrappers:
- build-timeout: '{build-timeout}'
+ - timestamps
+ - timeout:
+ type: absolute
+ timeout: '{build-timeout}'
+ timeout-var: 'BUILD_TIMEOUT'
+ fail: true
+ - ssh-agent-credentials:
+ users:
+ - 'onap-jenkins-ssh'
+ - openstack:
+ single-use: false
triggers:
- # 12 AM UTC
- - timed: 'H 12 * * *'
+ - timed: '@daily'
- gerrit-trigger-release-manually:
server: '{server-name}'
project: '{project}'
diff --git a/jjb/testsuite/testsuite.yaml b/jjb/testsuite/testsuite.yaml
index f2e862d8c..92d5ffa47 100644
--- a/jjb/testsuite/testsuite.yaml
+++ b/jjb/testsuite/testsuite.yaml
@@ -27,6 +27,4 @@
stream:
- 'master':
branch: 'master'
- - 'amsterdam':
- branch: 'amsterdam'
mvn-settings: 'testsuite-settings'