diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2018-01-08 11:07:53 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2018-01-08 11:07:53 +0800 |
commit | b8f6da025207265e0e398abd43900919afd73696 (patch) | |
tree | c5541d4bd357a05ea696cc183bb19639f3948b76 | |
parent | 407180828a48320043d37109b9f942087b2df267 (diff) |
Disable notebook preview job
- the job does not work for patch with *.ipynb deletion
- qtip has migrated to rst for formula display
Change-Id: I4882f55ac7d9d4430a15c1f0237e0b9d6e223f47
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
-rw-r--r-- | jjb/qtip/qtip-verify-jobs.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/jjb/qtip/qtip-verify-jobs.yml b/jjb/qtip/qtip-verify-jobs.yml index f772e3917..783c92b04 100644 --- a/jjb/qtip/qtip-verify-jobs.yml +++ b/jjb/qtip/qtip-verify-jobs.yml @@ -8,8 +8,6 @@ project: qtip jobs: - 'qtip-verify-{stream}' - - 'qtip-verify-notebook-{stream}' - - 'qtip-merged-notebook-{stream}' stream: - master: branch: '{stream}' @@ -67,7 +65,8 @@ - publish-coverage - email-jenkins-admins-on-failure -# upload juypter notebook to artifacts for review +# Upload juypter notebook to artifacts for review +# TODO(yujunz): deal with *.ipynb deletion - job-template: name: 'qtip-verify-notebook-{stream}' |