From 66acf1123133699fd6f36254dc853b2cae7cc944 Mon Sep 17 00:00:00 2001 From: Andrey Kurilin Date: Thu, 20 Feb 2020 15:13:39 +0200 Subject: [PATCH] Unblock CI * do not zip results so it can be displayed without downloading them * turn off seferal glance workloads due. Change-Id: I34d921228486e63eb43afa593a4c2d1dd38a1985 --- rally-jobs/keystone-glance-swift.yaml | 187 +----------------- tests/ci/pages/task-index.html | 17 +- .../fetch-rally-task-results/tasks/main.yaml | 8 - 3 files changed, 9 insertions(+), 203 deletions(-) diff --git a/rally-jobs/keystone-glance-swift.yaml b/rally-jobs/keystone-glance-swift.yaml index ffd82460..4eea107c 100644 --- a/rally-jobs/keystone-glance-swift.yaml +++ b/rally-jobs/keystone-glance-swift.yaml @@ -1,4 +1,4 @@ -{%- set cirros_image_url = "http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img" %} +{%- set cirros_image_url = "https://github.com/cirros-dev/cirros/releases/download/0.3.5/cirros-0.3.5-x86_64-disk.img" %} --- KeystoneBasic.create_user: - @@ -453,132 +453,7 @@ failure_rate: max: 100 - GlanceImages.create_and_get_image: - - - args: - image_location: "{{ cirros_image_url }}" - container_format: "bare" - disk_format: "qcow2" - runner: - type: "constant" - times: 4 - concurrency: 2 - context: - users: - tenants: 2 - users_per_tenant: 2 - api_versions: - glance: - version: 2 - sla: - failure_rate: - max: 100 - - GlanceImages.create_and_download_image: - - - args: - image_location: "{{ cirros_image_url }}" - container_format: "bare" - disk_format: "qcow2" - runner: - type: "constant" - times: 4 - concurrency: 2 - context: - users: - tenants: 2 - users_per_tenant: 2 - sla: - failure_rate: - max: 0 - - GlanceImages.create_and_delete_image: -# - -# args: -# image_location: "{{ cirros_image_url }}" -# container_format: "bare" -# disk_format: "qcow2" -# runner: -# type: "constant" -# times: 1 -# concurrency: 1 -# context: -# users: -# tenants: 2 -# users_per_tenant: 3 -# api_versions: -# glance: -# version: 1 -# sla: -# failure_rate: -# max: 0 -# - - - - args: - image_location: "{{ cirros_image_url }}" - container_format: "bare" - disk_format: "qcow2" - runner: - type: "constant" - times: 1 - concurrency: 1 - context: - users: - tenants: 2 - users_per_tenant: 3 - api_versions: - glance: - version: 2 - sla: - failure_rate: - max: 100 - -# -# - -# args: -# image_location: "{{ cirros_image_url }}" -# container_format: "bare" -# disk_format: "qcow2" -# runner: -# type: "constant" -# times: 1 -# concurrency: 1 -# context: -# users: -# tenants: 1 -# users_per_tenant: 1 -# api_versions: -# glance: -# version: 1 -# roles: -# - admin -# sla: -# failure_rate: -# max: 0 - GlanceImages.create_and_list_image: -# - -# args: -# image_location: "~/.rally/extra/fake-image.img" -# container_format: "bare" -# disk_format: "qcow2" -# runner: -# type: "constant" -# times: 1 -# concurrency: 1 -# context: -# users: -# tenants: 1 -# users_per_tenant: 1 -# api_versions: -# glance: -# version: 1 -# sla: -# failure_rate: -# max: 0 -# - - args: image_location: "~/.rally/extra/fake-image.img" @@ -599,66 +474,6 @@ failure_rate: max: 100 - GlanceImages.create_image_and_boot_instances: - - - args: - image_location: "{{ cirros_image_url }}" - container_format: "bare" - disk_format: "qcow2" - flavor: - name: "m1.tiny" - number_instances: 2 - create_image_kwargs: - properties: - hw_video_model: vga - runner: - type: "constant" - times: 1 - concurrency: 1 - context: - users: - tenants: 3 - users_per_tenant: 1 - sla: - failure_rate: - max: 100 - - GlanceImages.create_and_update_image: - - - args: - image_location: "{{ cirros_image_url }}" - container_format: "bare" - disk_format: "qcow2" - runner: - type: "constant" - times: 4 - concurrency: 2 - context: - users: - tenants: 2 - users_per_tenant: 2 - sla: - failure_rate: - max: 100 - - GlanceImages.create_and_deactivate_image: - - - args: - image_location: "{{ cirros_image_url }}" - container_format: "bare" - disk_format: "qcow2" - runner: - type: "constant" - times: 4 - concurrency: 2 - context: - users: - tenants: 2 - users_per_tenant: 2 - sla: - failure_rate: - max: 100 - SwiftObjects.create_container_and_object_then_list_objects: - args: diff --git a/tests/ci/pages/task-index.html b/tests/ci/pages/task-index.html index e1da93b8..d78a4d11 100644 --- a/tests/ci/pages/task-index.html +++ b/tests/ci/pages/task-index.html @@ -68,22 +68,21 @@

Logs and files

Job results, in different formats

About Rally

diff --git a/tests/ci/playbooks/roles/fetch-rally-task-results/tasks/main.yaml b/tests/ci/playbooks/roles/fetch-rally-task-results/tasks/main.yaml index 2f35481d..e414d60c 100644 --- a/tests/ci/playbooks/roles/fetch-rally-task-results/tasks/main.yaml +++ b/tests/ci/playbooks/roles/fetch-rally-task-results/tasks/main.yaml @@ -18,14 +18,6 @@ path: '{{ rally_results_dir }}' register: results_dir_stat -- name: Gzip results files - become: yes - become_user: stack - shell: "gzip * -9 -q | true" - args: - chdir: '{{ rally_results_dir }}' - when: results_dir_stat.stat.exists == True - - name: Gzip custom plugins become: yes become_user: stack