Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #239 from devimc/topic/eulerosMirrors
Browse files Browse the repository at this point in the history
tests: skip euleros
  • Loading branch information
Julio Montes authored Mar 11, 2019
2 parents da9f541 + 519bbe8 commit f9f2d92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/test_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
# List of distros not to test, when running all tests with test_images.sh
typeset -a skipWhenTestingAll

if [ -n "${TRAVIS:-}" ]; then
# (travis may timeout with euleros, see:
# https://github.com/kata-containers/osbuilder/issues/46)"
if [ -n "${CI:-}" ]; then
# CI tests may timeout with euleros, see:
# https://github.com/kata-containers/osbuilder/issues/46"
skipWhenTestingAll+=(euleros)
fi

1 change: 1 addition & 0 deletions tests/test_images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ setup()
[ ! -d "${tests_repo_dir}" ] && git clone "https://${tests_repo}" "${tests_repo_dir}"

if [ -z "${KATA_DEV_MODE:-}" ]; then
chronic $mgr remove-docker
chronic $mgr install-docker-system
else
info "Running with KATA_DEV_MODE set, skipping installation of docker and kata packages"
Expand Down

0 comments on commit f9f2d92

Please sign in to comment.