Skip to content

Commit

Permalink
Increase timeout on validate_deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
elfiesmelfie committed Sep 8, 2023
1 parent 657cf2a commit 5143081
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/stf-run-ci/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@
- name: Deploy an instance of STF
ansible.builtin.include_tasks: deploy_stf.yml

- name: Validate system is operational
- name: Validate system is operational (timeout 30 minutes)
ansible.builtin.shell: |
OCP_PROJECT="{{ namespace }}" VALIDATION_SCOPE="{{ __service_telemetry_observability_strategy }}" timeout 600 "{{ base_dir }}/validate_deployment.sh" >> {{ ansible_env.HOME }}/validate_deployment.log 2>&1
OCP_PROJECT="{{ namespace }}" VALIDATION_SCOPE="{{ __service_telemetry_observability_strategy }}" timeout 1800 "{{ base_dir }}/validate_deployment.sh" >> {{ ansible_env.HOME }}/validate_deployment.log 2>&1
args:
executable: /bin/bash
register: validate_deployment
Expand Down

0 comments on commit 5143081

Please sign in to comment.