Skip to content

Commit

Permalink
[Tesst] Remove Sleep interval
Browse files Browse the repository at this point in the history
  • Loading branch information
mgirgisf committed Jan 29, 2024
1 parent 95e66fd commit c1d6475
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build/stf-run-ci/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,11 +212,6 @@
- name: Deploy an instance of STF
ansible.builtin.include_tasks: deploy_stf.yml

- name: Sleep for 1200 seconds and continue with play
ansible.builtin.wait_for:
timeout: 1200
delegate_to: localhost

- name: Validate system is operational
ansible.builtin.shell: |
OCP_PROJECT="{{ namespace }}" VALIDATION_SCOPE="{{ __service_telemetry_observability_strategy }}" timeout 1200 "{{ base_dir }}/validate_deployment.sh" >> {{ logfile_dir }}/validate_deployment.log 2>&1
Expand Down

0 comments on commit c1d6475

Please sign in to comment.