qtip: fix daily job failure 85/31085/2
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Mon, 20 Mar 2017 15:53:38 +0000 (23:53 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Mon, 20 Mar 2017 16:06:46 +0000 (00:06 +0800)
Parameter BRANCH is not correct in danube daily job[1]: expected `stable/danube`, actual `danube`

The following corrections are made as an attempt to fix this issue

- enable CI_DEBUG for additional information
- inline qtip-common-parameters

[1]: https://build.opnfv.org/ci/view/qtip/job/qtip-daily-fuel-zte-pod3-danube/7/parameters/

Change-Id: Ia892371925ffdb817d663c134d16e4568c07dff7
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
jjb/qtip/qtip-validate-jobs.yml

index deaf525..80b08e6 100644 (file)
     name: 'qtip-{task}-{installer}-{pod}-{stream}'
     disabled: false
     parameters:
-        - qtip-common-parameters:
+        - project-parameter:
             project: '{project}'
             branch: '{branch}'
-            docker-tag: '{docker-tag}'
         - '{installer}-defaults'
         - '{pod}-defaults'
+        - string:
+            name: DEPLOY_SCENARIO
+            default: 'os-nosdn-nofeature-ha'
+        - string:
+            name: DOCKER_TAG
+            default: '{docker-tag}'
+            description: 'Tag to pull docker image'
         - string:
             name: CI_DEBUG
-            default: 'false'
+            default: 'true'
             description: "Show debug output information"
     scm:
         - git-scm
 # parameter
 #-----------
 
-- parameter:
-    name: qtip-common-parameters
-    parameters:
-        - project-parameter:
-            project: '{project}'
-            branch: '{branch}'
-        - string:
-            name: DEPLOY_SCENARIO
-            default: 'os-nosdn-nofeature-ha'
-        - string:
-            name: DOCKER_TAG
-            default: '{docker-tag}'
-            description: 'Tag to pull docker image'
-
 #-----------
 # publisher
 #-----------