summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2018-04-10 16:14:03 -0700
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2018-04-12 17:08:20 +0000
commitd0075ab426d9d12587ffb3612794bd8b9e33ea16 (patch)
tree55893a4b62e49825edf6210bb17c807e103c3f12
parenta7530584a166fc1b2129a88d3ab52710f6945c63 (diff)
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 <tbramwell@linuxfoundation.org>
-rw-r--r--jjb/fuel/fuel-daily-jobs.yml3
-rw-r--r--jjb/fuel/fuel-weekly-jobs.yml3
2 files changed, 6 insertions, 0 deletions
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