From d9a312a151e8025141d3b9d08f111e4950a0ff3f Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Tue, 2 Oct 2018 16:45:02 -0700 Subject: 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 --- reporting/api/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reporting/api') 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 -- cgit 1.2.3-korg