mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-08 03:24:15 +00:00
Merge pull request #239 from devimc/topic/eulerosMirrors
tests: skip euleros
This commit is contained in:
commit
f9f2d925ba
@ -6,9 +6,8 @@
|
|||||||
# List of distros not to test, when running all tests with test_images.sh
|
# List of distros not to test, when running all tests with test_images.sh
|
||||||
typeset -a skipWhenTestingAll
|
typeset -a skipWhenTestingAll
|
||||||
|
|
||||||
if [ -n "${TRAVIS:-}" ]; then
|
if [ -n "${CI:-}" ]; then
|
||||||
# (travis may timeout with euleros, see:
|
# CI tests may timeout with euleros, see:
|
||||||
# https://github.com/kata-containers/osbuilder/issues/46)"
|
# https://github.com/kata-containers/osbuilder/issues/46"
|
||||||
skipWhenTestingAll+=(euleros)
|
skipWhenTestingAll+=(euleros)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -251,6 +251,7 @@ setup()
|
|||||||
[ ! -d "${tests_repo_dir}" ] && git clone "https://${tests_repo}" "${tests_repo_dir}"
|
[ ! -d "${tests_repo_dir}" ] && git clone "https://${tests_repo}" "${tests_repo_dir}"
|
||||||
|
|
||||||
if [ -z "${KATA_DEV_MODE:-}" ]; then
|
if [ -z "${KATA_DEV_MODE:-}" ]; then
|
||||||
|
chronic $mgr remove-docker
|
||||||
chronic $mgr install-docker-system
|
chronic $mgr install-docker-system
|
||||||
else
|
else
|
||||||
info "Running with KATA_DEV_MODE set, skipping installation of docker and kata packages"
|
info "Running with KATA_DEV_MODE set, skipping installation of docker and kata packages"
|
||||||
|
Loading…
Reference in New Issue
Block a user