Skip to content

Commit

Permalink
[patch] add test to monitor for disruption during mongo upgrade (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
terenceq authored Nov 30, 2023
1 parent 00e0433 commit 5521d18
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions tekton/src/pipelines/update.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -272,3 +272,15 @@ spec:
kind: Task
name: mas-fvt-finalize
{% endif %}

{% if wait_for_install == true %}
# 7. Test for outages during mongo update
# -------------------------------------------------------------------------
- name: fvt-mongo-update
taskRef:
kind: Task
name: mas-ivt-core
params:
- name: fvt_test_suite
value: mongohealth
{% endif %}

0 comments on commit 5521d18

Please sign in to comment.