To be completed after issue: #16617
Summary
A few of the SB 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. In order to test as many samples as possible, we should allow push-mode samples to run for a limited period of time then timeout.
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 SB push-mode samples to the TIMED_SAMPLES section.
- Remove those samples from IGNORED_SAMPLES section.
To be completed after issue: #16617
Summary
A few of the SB 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. In order to test as many samples as possible, we should allow push-mode samples to run for a limited period of time then timeout.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