action #90767
closedcontainers: Fix github test "webui-docker-compose" timeout
Description
Problem¶
The test webui-docker-compose exceeds 30 minutes and is cancelled with the message
"The job running on runner Hosted Agent has exceeded the maximum execution time of 30 minutes."
Acceptance Criteria¶
- AC 1: The test is executed without being cancelled
Resources¶
Example of crenellation: https://github.com/os-autoinst/openQA/actions/runs/725105078
Updated by ilausuch over 3 years ago
Here there is a fix PR to this problem
https://github.com/os-autoinst/openQA/pull/3827
Updated by okurz over 3 years ago
- Category set to Regressions/Crashes
- Status changed from New to Feedback
- Assignee set to ilausuch
- Target version set to Ready
Updated by okurz over 3 years ago
The PR itself is ok to fix the exceptional cases when downloading packages for docker-compose takes that long that 30m is exceeded but concerns had been raised in https://github.com/os-autoinst/openQA/pull/3827#issuecomment-814865637 and https://github.com/os-autoinst/openQA/pull/3827#issuecomment-814968080 and https://github.com/os-autoinst/openQA/pull/3827#pullrequestreview-630154659 that 30m is too long as a common runtime for PR checks which can be adressed in this ticket or a follow-up. After merge I suggest you create a follow-up ticket which we put to "future" for now until we see that the "test runs too long" bothers us enough that we care to fix it :)
Updated by ilausuch over 3 years ago
I created this new ticket #90995 to cover an investigation to reduce the time of this test.
Could we resolve this one?
Updated by okurz over 3 years ago
Yes, please link progress tickets in the format #<id>
, not the plain URL. And please set the other ticket as related.
Updated by ilausuch over 3 years ago
- Related to action #90995: containers: Reduce the testing time for "webui-docker-compose" added