summaryrefslogtreecommitdiffstats
path: root/resources/roles/qtip-workspace/files/copy/run.yml
diff options
context:
space:
mode:
Diffstat (limited to 'resources/roles/qtip-workspace/files/copy/run.yml')
-rw-r--r--resources/roles/qtip-workspace/files/copy/run.yml27
1 files changed, 5 insertions, 22 deletions
diff --git a/resources/roles/qtip-workspace/files/copy/run.yml b/resources/roles/qtip-workspace/files/copy/run.yml
index ed87b6a4..98846ffc 100644
--- a/resources/roles/qtip-workspace/files/copy/run.yml
+++ b/resources/roles/qtip-workspace/files/copy/run.yml
@@ -48,7 +48,7 @@
- hosts: localhost
- tasks:
+ pre_tasks:
- name: aggregate QPI results from all tested nodes
aggregate:
@@ -58,24 +58,7 @@
# Generate and publish report
- - name: push result to testapi
- uri:
- url: "{{ testapi_url }}/results"
- body: "{{ item|to_json }}"
- method: POST
- body_format: json
- status_code: 200
- with_items:
- -
- project_name: "{{ project_name }}"
- case_name: "{{ case_name }}"
- pod_name: "{{ pod_name }}"
- installer: "{{ installer }}"
- version: "{{ version }}"
- scenario: "{{ scenario }}"
- start_date: "{{ ansible_date_time.date }}"
- stop_date: "{{ ansible_date_time.date }}"
- criteria: ""
- details: "{{ pod_result }}"
-
- tags: [testapi]
+ roles:
+ - role: opnfv-testapi
+ action: report
+ when: testapi_url is defined