diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-04-11 05:11:19 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-04-11 05:12:12 -0400 |
commit | 30ab43106674f9d0fe5515fc8988a201da250df0 (patch) | |
tree | b21ad613266f0a4bf6e624ca18b6476632c34423 /build-composite.sh | |
parent | cd09f8e977b8e4f1cc91106ad820bb475d1fa589 (diff) |
add bottlenecks and prediction project for composite doc
Change-Id: Id13363c135fe0008b9cbbc4d35c264e2e97fa1bd
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'build-composite.sh')
-rwxr-xr-x | build-composite.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build-composite.sh b/build-composite.sh index fe50b3b42..f393b62fb 100755 --- a/build-composite.sh +++ b/build-composite.sh @@ -23,6 +23,7 @@ get_repo_names() { # one by one. This will be replaced by the list in project.cfg . # grep -v '^#' releng/jjb/opnfvdocs/project.cfg | sort echo "apex" + echo "bottlenecks" echo "compass4nfv" echo "copper" echo "doctor" @@ -33,6 +34,7 @@ get_repo_names() { echo "joid" echo "ovsnfv" echo "pharos" + echo "prediction" echo "promise" echo "sdnvpn" echo "vswitchperf" |