From c9ea476389a4a5d26840be8c96ce97c5d657ff46 Mon Sep 17 00:00:00 2001 From: rohitsakala Date: Sat, 21 Jan 2017 15:43:35 +0530 Subject: Remove start and finish builders from jenkins job Removing those builders as it is unnecessary to start and finish server instead calling testresults.opnfv.org for specs. JIRA: FUNCTEST-705 Change-Id: Icfbce0c0eaf9d4ca20920de78450a1ffd580344c Signed-off-by: rohitsakala --- jjb/releng/testapi-automate.yml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'jjb/releng/testapi-automate.yml') diff --git a/jjb/releng/testapi-automate.yml b/jjb/releng/testapi-automate.yml index c03835279..be5062e92 100644 --- a/jjb/releng/testapi-automate.yml +++ b/jjb/releng/testapi-automate.yml @@ -21,7 +21,7 @@ - 'opnfv-build-ubuntu-defaults' scm: - - git-scm + - git-scm-gerrit triggers: - gerrit: @@ -85,10 +85,8 @@ builders: - docker-update - - start-testapi-server - testapi-doc-build - upload-doc-artifact - - clean-testapi-server ################################ # job builders @@ -106,12 +104,6 @@ - shell: | bash ./jjb/releng/testapi-docker-update.sh -- builder: - name: start-testapi-server - builders: - - shell: | - bash ./utils/test/testapi/htmlize/prepare.sh - - builder: name: testapi-doc-build builders: @@ -123,9 +115,3 @@ builders: - shell: | bash ./utils/test/testapi/htmlize/push-doc-artifact.sh - -- builder: - name: clean-testapi-server - builders: - - shell: | - bash ./utils/test/testapi/htmlize/finish.sh -- cgit 1.2.3-korg