From 741a95688fdf2f99cb3f50773791daf61a78c87f Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Feb 14 2023 15:38:52 +0000 Subject: Remove ara related task --- diff --git a/playbooks/base/post.yaml b/playbooks/base/post.yaml index fa4a9f1..c8e9b02 100644 --- a/playbooks/base/post.yaml +++ b/playbooks/base/post.yaml @@ -20,13 +20,8 @@ - role: add-fileserver fileserver: "{{ site_sflogs }}" - role: generate-zuul-manifest - - role: ara-report - # This depends-on https://review.openstack.org/577675 - ara_report_run: True - ara_report_type: database - ara_report_path: "{{ zuul.executor.log_root }}/ara-report" -- hosts: fedora.softwarefactory-project.io +- hosts: "fedora.softwarefactory-project.io" gather_facts: false tasks: # Use a block because play vars doesn't take precedence on roles vars @@ -37,10 +32,3 @@ zuul_log_compress: true zuul_log_url: "https://fedora.softwarefactory-project.io/logs" zuul_logserver_root: "{{ site_sflogs.path }}" - -- hosts: localhost - ignore_errors: yes - roles: - - role: submit-logstash-jobs - logstash_gearman_server: "fedora.softwarefactory-project.io" - logstash_gearman_server_port: 4731