fix(perf): Increase threshold for jumbo
[csit.git] / fdio.infra.ansible / roles / mellanox / tasks / ofed.yaml
index 177705c..c39975b 100644 (file)
@@ -21,7 +21,7 @@
     - mellanox-inst-drivers
 
 - name: Inst - OFED
-  ansible.builtin.command: "./mlnxofedinstall --with-mft --dpdk --force --upstream-libs --without-fw-update"
+  ansible.builtin.command: "./mlnxofedinstall --with-mft --dpdk --force --upstream-libs" # --without-fw-update"
   args:
     chdir: "{{ mellanox_extract_dir }}/MLNX_OFED_LINUX-{{ ofed }}-{{ ansible_distribution|lower }}{{ ansible_distribution_version }}-{{ ansible_machine }}"
   when: mellanox_firmware_extracted
   failed_when: false
   changed_when: false
   tags:
-    - mellanox-inst-drivers
-
-- name: FIX qemu-system removal
-  ansible.builtin.package:
-    name: "qemu-system"
-    state: "latest"
-  tags:
-    - mellanox-inst-drivers
+    - mellanox-inst-drivers
\ No newline at end of file