From 6c11c324b6edcea601ec38b990ae21b0c7e087d6 Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Mon, 11 Apr 2016 04:32:00 -0400 Subject: Bottlenecks: rewrite all the request enabled jobs of the project JIRA: BOTTLENECK-1 Change-Id: I05a02ca26778d4a8214e099356e8956b95176989 Signed-off-by: MatthewLi --- jjb/bottlenecks/bottlenecks-ci-jobs.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'jjb/bottlenecks/bottlenecks-ci-jobs.yml') 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 -- cgit 1.2.3-korg