Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions collection/stages/roles/verification/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
name: tools_cluster_checks
tasks_from: check_pods.yml
vars:
wait_retries: 20
wait_delay: 10
wait_retries: 30
wait_delay: 30

- name: Check cluster alerts
ansible.builtin.include_role:
Expand Down
2 changes: 1 addition & 1 deletion jobs_definitions/osp_verification.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ocp_deployment_topology:
flavors:
master:
name: "master"
ram: 16384
ram: 24576
vcpus: 4
disk: 30
worker:
Expand Down