summaryrefslogtreecommitdiffstats
path: root/jjb/oom/oom-image-verify.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/oom/oom-image-verify.yaml')
-rw-r--r--jjb/oom/oom-image-verify.yaml44
1 files changed, 22 insertions, 22 deletions
diff --git a/jjb/oom/oom-image-verify.yaml b/jjb/oom/oom-image-verify.yaml
index 8ac6e3a25..7e306882a 100644
--- a/jjb/oom/oom-image-verify.yaml
+++ b/jjb/oom/oom-image-verify.yaml
@@ -1,53 +1,53 @@
---
- job-template:
- name: '{project-name}-{stream}-image-verify'
+ name: "{project-name}-{stream}-image-verify"
concurrent: true
branch: master
submodule-recursive: true
- build_script: ''
- git-url: '$GIT_URL/$PROJECT'
- post_build_script: ''
- pre_build_script: ''
+ build_script: ""
+ git-url: "$GIT_URL/$PROJECT"
+ post_build_script: ""
+ pre_build_script: ""
submodule-disable: false
submodule-timeout: 10
project-type: freestyle
- node: '{build-node}'
+ node: "{build-node}"
properties:
- lf-infra-properties:
- build-days-to-keep: '{build-days-to-keep}'
+ build-days-to-keep: "{build-days-to-keep}"
parameters:
- lf-infra-parameters:
- branch: '{branch}'
- project: '{project}'
- stream: '{stream}'
- lftools-version: '{lftools-version}'
+ branch: "{branch}"
+ project: "{project}"
+ stream: "{stream}"
+ lftools-version: "{lftools-version}"
wrappers:
- lf-infra-wrappers:
- build-timeout: '{build-timeout}'
- jenkins-ssh-credential: '{jenkins-ssh-credential}'
+ build-timeout: "{build-timeout}"
+ jenkins-ssh-credential: "{jenkins-ssh-credential}"
publishers:
- lf-infra-publish
scm:
- gerrit-trigger-scm:
- refspec: '$GERRIT_REFSPEC'
- choosing-strategy: 'gerrit'
- submodule-recursive: '{submodule-recursive}'
+ refspec: "$GERRIT_REFSPEC"
+ choosing-strategy: "gerrit"
+ submodule-recursive: "{submodule-recursive}"
triggers:
- gerrit-trigger-helm-patch-submitted:
- status-context: '{project}-Helm-Verify'
- server: '{server-name}'
- project: '{project}'
- branch: '{branch}'
- files: '{files}'
+ status-context: "{project}-Helm-Verify"
+ server: "{server-name}"
+ project: "{project}"
+ branch: "{branch}"
+ files: "{files}"
builders:
- lf-infra-pre-build
- - shell: 'cd kubernetes; make check-for-staging-images 2>&1'
+ - shell: "cd kubernetes; make check-for-staging-images 2>&1"