summaryrefslogtreecommitdiffstats
path: root/jjb/oom/oom-image-verify.yaml
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2023-05-03 09:15:50 -0700
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2023-05-03 09:45:45 -0700
commit02923abe1f578a4b9320d874a282c26841f17266 (patch)
treea2aec9f5cfce55d7e6ec28858e5b27da357c4580 /jjb/oom/oom-image-verify.yaml
parented5cccdfd16ffd2993c0f5363a1290e0f14ad8c3 (diff)
Refactor: Cleanup for pre-commit
Change-Id: I939d6f003864abb1b09c2e040d1f30558806cff3 Issue-ID: CIMAN-33 Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
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"