Skip to content

Commit c18853c

Browse files
Merge branch 'increase-verification-pod-check-timeout-tj' into support_cpms_test_role_tj
2 parents ce47c49 + 581c970 commit c18853c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

collection/stages/roles/verification/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
name: tools_cluster_checks
7070
tasks_from: check_pods.yml
7171
vars:
72-
wait_retries: 20
73-
wait_delay: 10
72+
wait_retries: 30
73+
wait_delay: 30
7474

7575
- name: Check cluster alerts
7676
ansible.builtin.include_role:

jobs_definitions/osp_verification.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ocp_deployment_topology:
3939
flavors:
4040
master:
4141
name: "master"
42-
ram: 16384
42+
ram: 24576
4343
vcpus: 4
4444
disk: 30
4545
worker:

0 commit comments

Comments
 (0)