diff options
author | Serena Feng <feng.xiaowei@zte.com.cn> | 2017-03-21 02:02:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-21 02:02:19 +0000 |
commit | fcc182309263873ee09dcbaaaac2093e2fb239d4 (patch) | |
tree | c55bfcf15f85f05261a68f6e6a4e5833e8252b82 | |
parent | 054bbbde0e367c88af8b8f3b0c4d85d019dc7d67 (diff) | |
parent | c88d6ff55eb677b5a985d90c9ac7edf792a09e95 (diff) |
Merge "qtip: fix daily job failure"
-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 #----------- |