diff options
Diffstat (limited to 'jjb/global-templates-python.yaml')
-rw-r--r-- | jjb/global-templates-python.yaml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/jjb/global-templates-python.yaml b/jjb/global-templates-python.yaml index 966ecb324..88aef7aeb 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,11 @@ checkout-dir: '{checkout-dir3}' wrappers: - - infra-wrappers: + - infra-wrappers-docker-build: build-timeout: '{build-timeout}' triggers: - # 12 AM UTC - - timed: 'H 12 * * *' + - timed: 'H */4 * * *' - gerrit-trigger-release-manually: server: '{server-name}' project: '{project}' |