diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-02-02 10:53:28 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-02-02 10:53:28 -0800 |
commit | 1847d756ae08e4bd7826438c3ab7d4fbab037735 (patch) | |
tree | bb81e84afb5d4bca14e218ec41b39fe914c19eb2 | |
parent | 489a741374efc546d9e9ee1642c0813a9a8c803d (diff) |
Add new external lab jobs for AT&T TLAB
Change-Id: I676b14bacb816a648b921c26a76a7dbe950a845e
Issue-ID: INT-401
Issue-ID: INT-402
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r-- | jjb/lab/lab.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jjb/lab/lab.yaml b/jjb/lab/lab.yaml index 33feae4bc..a06339ed1 100644 --- a/jjb/lab/lab.yaml +++ b/jjb/lab/lab.yaml @@ -8,5 +8,9 @@ job-desc: "Heat-based deployment into Wind River lab Integration-Stable tenant" - "windriver-beijing-oom-deploy": job-desc: "OOM-based deployment into Wind River lab Integration-Jenkins tenant" + - "tlab-beijing-heat-deploy": + job-desc: "Heat-based deployment into AT&T TLAB Integration-HEAT-Test tenant" + - "tlab-beijing-oom-deploy": + job-desc: "OOM-based deployment into AT&T TLAB Integration-OOM-Test tenant" - "aws-beijing-oom-deploy": job-desc: "OOM-based deployment into AWS" |