diff options
author | 2018-10-02 16:45:02 -0700 | |
---|---|---|
committer | 2018-10-18 11:10:02 -0700 | |
commit | d9a312a151e8025141d3b9d08f111e4950a0ff3f (patch) | |
tree | 99667047021817a8504691234115cf1b93dfde1b /reporting/api | |
parent | 27830b0d5e7601612069b65e69f79292ab849f7a (diff) |
Create Gambia Testresults Pages
This change add the Gambia page to the testresults dashboard.
JIRA: RELENG-412
Change-Id: Id1ee651b9f3658adeff342c39e030dc248bf6747
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'reporting/api')
-rw-r--r-- | reporting/api/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reporting/api/conf.py b/reporting/api/conf.py index e05c1fd..d0023e0 100644 --- a/reporting/api/conf.py +++ b/reporting/api/conf.py @@ -1,5 +1,5 @@ base_url = 'http://testresults.opnfv.org/test/api/v1' -versions = ['master', 'euphrates', 'fraser'] +versions = ['master', 'fraser', 'gambia'] period = 10 |