summaryrefslogtreecommitdiffstats
path: root/jjb/qtip/qtip-validate-jobs.yml
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2017-07-07 17:01:24 -0700
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2017-09-12 10:29:09 -0700
commite6bd0158e7d7c445a0aa12bdfa7640c3cdd6d7b4 (patch)
tree81fe2c304934ce14895d7184320a6fd23c7d71f6 /jjb/qtip/qtip-validate-jobs.yml
parentebf87a2efda6528e6963f8f4cc26f6767cd8e7bd (diff)
Fix Yamllint Violations for jjb/qtip
JIRA: RELENG-254 Change-Id: I07318b8077d46e5d716f0ac42453ab999e5c76d9 Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'jjb/qtip/qtip-validate-jobs.yml')
-rw-r--r--jjb/qtip/qtip-validate-jobs.yml126
1 files changed, 65 insertions, 61 deletions
diff --git a/jjb/qtip/qtip-validate-jobs.yml b/jjb/qtip/qtip-validate-jobs.yml
index e64173ca7..b63782b8c 100644
--- a/jjb/qtip/qtip-validate-jobs.yml
+++ b/jjb/qtip/qtip-validate-jobs.yml
@@ -1,3 +1,4 @@
+---
#######################
# validate after MERGE
#######################
@@ -5,33 +6,33 @@
name: qtip
project: qtip
-#--------------------------------
-# BRANCH ANCHORS
-#--------------------------------
+ # -------------------------------
+ # BRANCH ANCHORS
+ # -------------------------------
master: &master
- stream: master
- branch: '{stream}'
- gs-pathname: ''
- docker-tag: latest
+ stream: master
+ branch: '{stream}'
+ gs-pathname: ''
+ docker-tag: latest
-#--------------------------------
-# JOB VARIABLES
-#--------------------------------
+ # -------------------------------
+ # JOB VARIABLES
+ # -------------------------------
qpi:
- - compute:
- installer: apex
- pod: zte-pod4
- <<: *master
- - storage:
- installer: apex
- pod: zte-pod4
- <<: *master
+ - compute:
+ installer: apex
+ pod: zte-pod4
+ <<: *master
+ - storage:
+ installer: apex
+ pod: zte-pod4
+ <<: *master
-#--------------------------------
-# JOB LIST
-#--------------------------------
+ # -------------------------------
+ # JOB LIST
+ # -------------------------------
jobs:
- - 'qtip-{qpi}-{installer}-{stream}'
+ - 'qtip-{qpi}-{installer}-{stream}'
################################
# job templates
@@ -40,66 +41,69 @@
name: 'qtip-{qpi}-{installer}-{stream}'
disabled: false
parameters:
- - project-parameter:
- project: '{project}'
- branch: '{branch}'
- - '{installer}-defaults'
- - '{pod}-defaults'
- - string:
- name: DEPLOY_SCENARIO
- default: generic
- - string:
- name: DOCKER_TAG
- default: '{docker-tag}'
- description: 'Tag to pull docker image'
- - string:
- name: CI_DEBUG
- default: 'false'
- description: "Show debug output information"
- - string:
- name: TEST_SUITE
- default: '{qpi}'
+ - project-parameter:
+ project: '{project}'
+ branch: '{branch}'
+ - '{installer}-defaults'
+ - '{pod}-defaults'
+ - string:
+ name: DEPLOY_SCENARIO
+ default: generic
+ - string:
+ name: DOCKER_TAG
+ default: '{docker-tag}'
+ description: 'Tag to pull docker image'
+ - string:
+ name: CI_DEBUG
+ default: 'false'
+ description: "Show debug output information"
+ - string:
+ name: TEST_SUITE
+ default: '{qpi}'
scm:
- - git-scm
+ - git-scm
+
triggers:
- - 'qtip-daily'
+ - 'qtip-daily'
+
builders:
- - description-setter:
- description: "POD: $NODE_NAME"
- - shell: |
- #!/bin/bash
- source tests/ci/periodic.sh
+ - description-setter:
+ description: "POD: $NODE_NAME"
+ - shell: |
+ #!/bin/bash
+ source tests/ci/periodic.sh
+
publishers:
- - qtip-common-publishers
- - email-jenkins-admins-on-failure
+ - qtip-common-publishers
+ - email-jenkins-admins-on-failure
################
# MARCOS
################
-#---------
+# --------
# builder
-#---------
+# --------
-#-----------
+# ----------
# parameter
-#-----------
+# ----------
-#-----------
+# ----------
# publisher
-#-----------
+# ----------
- publisher:
name: qtip-common-publishers
publishers:
- - email:
- recipients: wu.zhihui1@zte.com.cn, zhang.yujunz@zte.com.cn
+ - email:
+ recipients: wu.zhihui1@zte.com.cn, zhang.yujunz@zte.com.cn
-#---------
+# --------
# trigger
-#---------
+# --------
- trigger:
name: 'qtip-daily'
triggers:
- - timed: '0 15 * * *'
+ - timed: '0 15 * * *'