mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-22 16:54:25 +01:00
tests: Run EulerOS tests last
The EulerOS repository servers can be a little slower to respond than others. This can lead to timeout issues so move the EulerOS tests to the end to give the other tests a chance to run. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
@@ -353,8 +353,11 @@ main()
|
|||||||
test_fedora
|
test_fedora
|
||||||
test_clearlinux
|
test_clearlinux
|
||||||
test_centos
|
test_centos
|
||||||
test_euleros
|
|
||||||
test_alpine
|
test_alpine
|
||||||
|
|
||||||
|
# Run last as EulerOS servers can be slow and we don't want to fail the
|
||||||
|
# previous tests.
|
||||||
|
test_euleros
|
||||||
}
|
}
|
||||||
|
|
||||||
main "$@"
|
main "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user