Skip to content

Commit

Permalink
tests: Run EulerOS tests last
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
jodh-intel committed Jun 25, 2018
1 parent 7b581c2 commit 43a2ea4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/image_creation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -353,8 +353,11 @@ main()
test_fedora
test_clearlinux
test_centos
test_euleros
test_alpine

# Run last as EulerOS servers can be slow and we don't want to fail the
# previous tests.
test_euleros
}

main "$@"

0 comments on commit 43a2ea4

Please sign in to comment.