Skip to content

Commit

Permalink
Lower assertion for number of cpus for ocp.
Browse files Browse the repository at this point in the history
Trying to run on smaller hardware.
  • Loading branch information
sathlan committed Feb 6, 2025
1 parent 903765c commit f28ee75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/reproducer/tasks/ocp_layout_assertions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
vars:
_element: "{{ _cifmw_libvirt_manager_layout.vms.ocp }}"
_memory: 16
_cpus: 10
_cpus: 5
_disk: 50
_min_ocp: 3
ansible.builtin.assert:
Expand Down

0 comments on commit f28ee75

Please sign in to comment.