T-Rex: 2.82, core pin, 8 workers
[csit.git] / resources / tools / testbed-setup / ansible / roles / trex / tasks / main.yaml
index d8f35cb..4e67151 100644 (file)
@@ -46,7 +46,7 @@
     strip: 1
   loop: "{{ trex_version }}"
   when:
-    - azure is defined
+    - azure is defined and "{{ item }}" == "2.73"
   tags:
     - install-trex
 
@@ -69,7 +69,7 @@
     - install-trex
 
 - name: T-Rex - Compile Release III
-  command: "make"
+  command: "make -j 16"
   args:
       chdir: "{{ trex_target_dir }}/trex-core-{{ item }}/scripts/ko/src"
   loop: "{{ trex_version }}"