diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-03-20 23:53:38 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-03-21 00:06:46 +0800 |
commit | c88d6ff55eb677b5a985d90c9ac7edf792a09e95 (patch) | |
tree | a6744903a22bc8fc4865dbd21fa7634c4547c315 /jjb | |
parent | 6eff820d35e78a9d8ffb2d35cef50e5125179e36 (diff) |
qtip: fix daily job failure
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>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/qtip/qtip-validate-jobs.yml | 26 |
1 files changed, 9 insertions, 17 deletions
diff --git a/jjb/qtip/qtip-validate-jobs.yml b/jjb/qtip/qtip-validate-jobs.yml index deaf525af..80b08e6a3 100644 --- a/jjb/qtip/qtip-validate-jobs.yml +++ b/jjb/qtip/qtip-validate-jobs.yml @@ -59,15 +59,21 @@ 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 @@ -110,20 +116,6 @@ # 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 #----------- |