diff --git a/tests/get_logs.sh b/tests/get_logs.sh
index a26043b9974c817798d7687981fef108b1950b1e..10393eb05a1bd054b60504e17b70c3a264876f8a 100644
--- a/tests/get_logs.sh
+++ b/tests/get_logs.sh
@@ -11,6 +11,8 @@ copy_logs() {
     rm ${LOG_DIR}/kolla_configs/config/ironic/ironic-agent.{kernel,initramfs}
     mkdir ${LOG_DIR}/system_configs/
     cp -rL /etc/{hostname,hosts,host.conf,resolv.conf,nsswitch.conf,docker,systemd} ${LOG_DIR}/system_configs/
+    # Remove /var/log/kolla link to not double the data uploaded
+    unlink /var/log/kolla
     cp -rvnL /var/log/* ${LOG_DIR}/system_logs/
 
 
@@ -120,6 +122,8 @@ copy_logs() {
     done
 
     chmod -R 777 ${LOG_DIR}
+
+    du -sm ${LOG_DIR}
 }
 
 copy_logs
diff --git a/tests/post.yml b/tests/post.yml
index 535fa953e34a5b7ef69c8da86fa852c288691bcb..c86dcfd949497326851d04404b44f4b68d69636c 100644
--- a/tests/post.yml
+++ b/tests/post.yml
@@ -72,16 +72,4 @@
             dest: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}/ara-report/"
             mode: pull
 
-        - name: Generate HTML from ARA database
-          command: "ara generate html {{ ansible_env.HOME }}/ara-html"
-          environment:
-            ARA_DATABASE: "sqlite:///{{ ansible_env.HOME }}/.ara/ansible.sqlite"
-
-        - name: Download ARA HTML
-          synchronize:
-            src: "{{ ansible_env.HOME }}/ara-html"
-            dest: "{{ zuul.executor.log_root }}/{{ inventory_hostname }}/ara-report/"
-            mode: pull
-            rsync_opts:
-              - "--quiet"
       when: ara_stat_result.stat.exists