diff options
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 |