diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-04-18 18:03:11 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-04-18 18:03:11 +0200 |
commit | f960c2faf09b61c47d8086f2b046c1258016c710 (patch) | |
tree | 9c6c5007c4ede5b3445ba1f503ef97fe262e73d8 /jjb/armband | |
parent | 48f926a22e0b180ffe4815e333e92e181e3d0dd6 (diff) |
Report Armband Deployments to Testapi Dashboard
Using these macros for deployment jobs will report the deployment
results of Armband Fuel to the testresults database[1].
[1] http://testresults.opnfv.org/test/#/deployresults
Change-Id: I78b84dcae04af6199b7fa090bbcaa87050e91c5f
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'jjb/armband')
-rw-r--r-- | jjb/armband/armband-ci-jobs.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/armband/armband-ci-jobs.yml b/jjb/armband/armband-ci-jobs.yml index c74e3c83d..0bf750be3 100644 --- a/jjb/armband/armband-ci-jobs.yml +++ b/jjb/armband/armband-ci-jobs.yml @@ -250,6 +250,7 @@ gs-pathname: '{gs-pathname}' - '{slave-label}-defaults': installer: '{installer}' + - testapi-parameter - string: name: DEPLOY_SCENARIO default: 'os-odl-nofeature-ha' @@ -262,6 +263,7 @@ name: '$BUILD_NUMBER - Scenario: $DEPLOY_SCENARIO' builders: + - track-begin-timestamp - shell: !include-raw-escape: ../fuel/fuel-deploy.sh @@ -269,6 +271,7 @@ - email: recipients: armband@enea.com - email-jenkins-admins-on-failure + - report-provision-result ######################## # trigger macros |