diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-04-11 04:32:00 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-04-12 04:25:44 -0400 |
commit | 6c11c324b6edcea601ec38b990ae21b0c7e087d6 (patch) | |
tree | 80eb738c5215e3ace88aaad3b7ca1d8c0dd06dd5 /jjb/bottlenecks/bottlenecks-ci-jobs.yml | |
parent | 81c7a55635d6b64c403a948869064b1d70238ade (diff) |
Bottlenecks: rewrite all the request enabled jobs of the project
JIRA: BOTTLENECK-1
Change-Id: I05a02ca26778d4a8214e099356e8956b95176989
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'jjb/bottlenecks/bottlenecks-ci-jobs.yml')
-rw-r--r-- | jjb/bottlenecks/bottlenecks-ci-jobs.yml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/jjb/bottlenecks/bottlenecks-ci-jobs.yml b/jjb/bottlenecks/bottlenecks-ci-jobs.yml index b4b736faa..1c8d048af 100644 --- a/jjb/bottlenecks/bottlenecks-ci-jobs.yml +++ b/jjb/bottlenecks/bottlenecks-ci-jobs.yml @@ -91,12 +91,15 @@ branch: '{branch}' builders: - - 'bottlenecks-fetch-os-creds' - - 'bottlenecks-run-{suite}' + - shell: | + echo "bottlenecks: this builder should be changed" + # TO DO, by now the CI job of Bottlenecks has been changed + #- 'bottlenecks-fetch-os-creds' + #- 'bottlenecks-run-{suite}' publishers: - email: - recipients: hongbo.tianhongbo@huawei.com matthew.lijun@huawei.com liangqi1@huawei.com liyiting@huawei.com + recipients: hongbo.tianhongbo@huawei.com matthew.lijun@huawei.com liangqi1@huawei.com sunshine.wang@huawei.com ######################## # builder macros |