From d0075ab426d9d12587ffb3612794bd8b9e33ea16 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Tue, 10 Apr 2018 16:14:03 -0700 Subject: Report Fuel Deployments to Testapi Dashboard Using these macros for deployment jobs will report the deployment results of Fuel to the testresults database[1]. [1] http://testresults.opnfv.org/test/#/deployresults Change-Id: I353631f073578b4a2da0f08ffba4042931e65dca Signed-off-by: Trevor Bramwell --- jjb/fuel/fuel-daily-jobs.yml | 3 +++ jjb/fuel/fuel-weekly-jobs.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/jjb/fuel/fuel-daily-jobs.yml b/jjb/fuel/fuel-daily-jobs.yml index 9c7b5da20..7110daeaf 100644 --- a/jjb/fuel/fuel-daily-jobs.yml +++ b/jjb/fuel/fuel-daily-jobs.yml @@ -298,6 +298,7 @@ gs-pathname: '{gs-pathname}' - '{slave-label}-defaults': installer: '{installer}' + - testapi-parameter - string: name: DEPLOY_SCENARIO default: 'os-odl-nofeature-ha' @@ -312,6 +313,7 @@ builders: - description-setter: description: "Built on $NODE_NAME" + - track-begin-timestamp - shell: !include-raw-escape: ./fuel-download-artifact.sh - shell: @@ -321,6 +323,7 @@ - email: recipients: peter.barabas@ericsson.com fzhadaev@mirantis.com - email-jenkins-admins-on-failure + - report-provision-result - job-template: name: 'fuel-collect-logs-{pod}-daily-{stream}' diff --git a/jjb/fuel/fuel-weekly-jobs.yml b/jjb/fuel/fuel-weekly-jobs.yml index 459d0d1a7..aca625d2b 100644 --- a/jjb/fuel/fuel-weekly-jobs.yml +++ b/jjb/fuel/fuel-weekly-jobs.yml @@ -153,6 +153,7 @@ gs-pathname: '{gs-pathname}' - '{slave-label}-defaults': installer: '{installer}' + - testapi-parameter - string: name: DEPLOY_SCENARIO default: 'os-odl-nofeature-ha' @@ -167,6 +168,7 @@ builders: - description-setter: description: "Built on $NODE_NAME" + - track-begin-timestamp - shell: !include-raw-escape: ./fuel-deploy.sh @@ -174,6 +176,7 @@ - email: recipients: peter.barabas@ericsson.com fzhadaev@mirantis.com - email-jenkins-admins-on-failure + - report-provision-result ######################## # trigger macros -- cgit 1.2.3-korg