summaryrefslogtreecommitdiffstats
path: root/jjb/bottlenecks/bottlenecks-cleanup.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-08-03Remove Bottlenecks jobsCédric Ollivier1-17/+0
Bottlenecks dropped [1]. https://wiki.opnfv.org/display/PROJ/Project+Directory Change-Id: I7fdca4d205c595090b7fbf7747bf317d3130d7a9 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-07-31Add support for Bottlenecks' new framework and potential installersyuyang1-0/+1
JIRA: BOTTLENECK-103 Bottlencks does not use docker-compose and support sourcing rc files from different installers. This patch is to modify the CI process for Bottlenecks. Change-Id: I79dc79c6a9528678bf62caa1fa817273e040288c Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
2017-03-30bugfix: fix the docker_cleanup pathyuyang1-7/+5
JIRA: RELENG-196 JIRA: BOTTLENECK-148 The path for calling docker_cleanup.sh is incorrect which causing building job fail. This patch is to fix the issue. Change-Id: I2a8ea79383123f541f4e67bc58a3f2f3e3d9beeb Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
2017-03-28bugfix: Bottlencks cleanup docker-compose dockersyuyang1-110/+17
JIRA: RELENG-196 JIRA: BOTTLENECK-148 The bottlenecks_cleanup script can not clean some dockers and their images that created by docker-compose. This may cause the following test using dockers created in last test. This patch is to fix this issue. Change-Id: I83d294020596ad5d04302793084a432cae789685 Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>
2017-02-16Add CI job for traffic stress test in POSCA testsuiteyuyang1-0/+111
JIRA: RELENG-191 JIRA: BOTTLENECK-131 POSCA testsuite in Bottlenecks current have 2 stress testcases. This pathch is to add CI process for these traffic stress test. Changes: 1. Add posca stress traffic 2. Add posca stress dataplane 3. Cleanup env & run suite script refactoring 4. Call sh script process added Change-Id: I788bd91bca895bf01fd59802f1641747175c80ee Signed-off-by: yuyang <Gabriel.yuyang@huawei.com>