summaryrefslogtreecommitdiffstats
path: root/jjb/functest/functest-exit.sh
AgeCommit message (Collapse)AuthorFilesLines
2020-08-03Remove former Functest shell scriptsCédric Ollivier1-11/+0
They are obsolete because the verification jobs are generated via XtestingCI (see Functest, Airship, CNTT, etc.). It's safe as Fuel, the latest old OPNFV installer, dropped its gating due to lack of hardware resources. Change-Id: I9b986ec4622001ae3540f542fe0cf72fa51ea009 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
2017-02-01merge GIT_BRANCH and GERRIT_BRANCH into BRANCHRyota MIBU1-3/+2
GIT_BRANCH parameter is different; master or stable/danube in daily jobs, but 'refs/changes/57/27657/6' in verify jobs. This breaks some job builders triggered by the both types of jobs. We have GERRIT_BRANCH parameter for verify jobs to identify stream and expected branch into the patch will be merged after it got +2 and submitted. To avoid further confusion and to have common job builders for daily and verify jobs, this patch introduce BRANCH parameter. GERRIT_BRANCH is now deprecated. Change-Id: Ibcd42c1cd8a0be0f330878b21d3011f1ec97043b Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
2016-08-31[Functest] Fix typo exiting with a ret_val variablejose.lausuch1-1/+1
Change-Id: I39d085726551ac1db2531d474d9c407840f5ffc0 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
2016-08-31[Functest] Push logs to artifacts regardless if loop failsjose.lausuch1-0/+12
This prevents from exiting the job without pushing the logs to artifacts if the functest loop fails. JIRA: FUNCTEST-443 Change-Id: I6925b5855326df809dbce9f389b10be8a00cf8de Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>