To be completed after issue: #16617
Summary
Many EH samples run forever because of push mode. Currently, we choose to ignore these samples when testing in the live test pipeline. This is done by listing the samples in the IGNORED_SAMPLES of scripts/devops_tasks/test_run_samples.py. We want to allow these samples to exit() after a time limit.
Scope of work
Add the following push-mode samples to the TIMED_SAMPLES section in scripts/devops_tasks/test_run_samples.py. Since this issue should be completed after #16617 , the TIMED_SAMPLES section should already be in place.
Success Criteria
- Add EH push-mode samples to the
TIMED_SAMPLES section.
- Remove these samples from the
IGNORED_SAMPLES section
To be completed after issue: #16617
Summary
Many EH samples run forever because of push mode. Currently, we choose to ignore these samples when testing in the live test pipeline. This is done by listing the samples in the
IGNORED_SAMPLESofscripts/devops_tasks/test_run_samples.py. We want to allow these samples to exit() after a time limit.Scope of work
Add the following push-mode samples to the
TIMED_SAMPLESsection inscripts/devops_tasks/test_run_samples.py. Since this issue should be completed after #16617 , theTIMED_SAMPLESsection should already be in place.Success Criteria
TIMED_SAMPLESsection.IGNORED_SAMPLESsection