From d457354f2d6c3cd22c96fca58192488fa6dc9e3b Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Sun, 13 Dec 2015 03:06:21 +0100 Subject: Cleanup functest.yml Please note that this commit introduces major changes. - Create suites named daily, tempest, rally, odl, vims, vping - Create one job template that runs against given pod and installer with the wanted suite - Create common builder for tempest, rally, odl, vims, and vping, using FUNCTEST_SUITE_NAME to run functest. - Get pod and installer parameters from opnfv/pod-params.yml and opnfv/installer-params.yml. - Remove obsolete jobs, builders, and triggers. - Update Fuel and Apex daily jobs to trigger correct functest-daily jobs. Change-Id: I5d3ff6abbf0b7f663d4044ff24e8ad2891b3430e Signed-off-by: Fatih Degirmenci --- jjb/fuel/fuel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/fuel') diff --git a/jjb/fuel/fuel.yml b/jjb/fuel/fuel.yml index f00da7cf8..d2f55accc 100644 --- a/jjb/fuel/fuel.yml +++ b/jjb/fuel/fuel.yml @@ -231,7 +231,7 @@ git-revision: true block: true - trigger-builds: - - project: 'functest-fuel-{stream}' + - project: 'functest-fuel-opnfv-jump-2-daily-{stream}' block: true block-thresholds: build-step-failure-threshold: 'never' -- cgit