Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/e2e: Skip tests after analysis
Based in the test analysis done for 18 days of nighty tests in #1831 (comment) the only containerd test failures we saw were: - `TestLibvirtCreatePeerPodAndCheckEnvVariableLogsWithImageOnly` - three times - `TestLibvirtCreatePeerPodAndCheckWorkDirLogs` - four times - `TestLibvirtCreatePeerPodAndCheckEnvVariableLogsWithDeploymentOnly` - twice Although the chances of failure for each of these tests is < 25%, we want to reduce the re-runs required, so if we skip these we should have more stable CI tests. It should also be noted that most of the failures were seen on the packer built images. This is probably just chance, but might indicate that the peer pod boot speed is related and we should re-evaluate again once we can remove the packer podvm images. Signed-off-by: stevenhorsman <steven@uk.ibm.com>
- Loading branch information