mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-03 05:57:25 +00:00
ci: cri-containerd: Remove CI variable
We always want to run the tests using as much debug as possible. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
f90570aef0
commit
df8d144119
@ -27,9 +27,6 @@ ARCH=$(uname -m)
|
|||||||
|
|
||||||
containerd_runtime_type="io.containerd.kata-${KATA_HYPERVISOR}.v2"
|
containerd_runtime_type="io.containerd.kata-${KATA_HYPERVISOR}.v2"
|
||||||
|
|
||||||
# Flag to do tasks for CI
|
|
||||||
CI=${CI:-""}
|
|
||||||
|
|
||||||
containerd_shim_path="$(command -v containerd-shim)"
|
containerd_shim_path="$(command -v containerd-shim)"
|
||||||
|
|
||||||
#containerd config file
|
#containerd config file
|
||||||
@ -50,7 +47,7 @@ ci_config() {
|
|||||||
|
|
||||||
source /etc/os-release || source /usr/lib/os-release
|
source /etc/os-release || source /usr/lib/os-release
|
||||||
ID=${ID:-""}
|
ID=${ID:-""}
|
||||||
if [ "$ID" == ubuntu ] && [ -n "${CI}" ] ;then
|
if [ "$ID" == ubuntu ]; then
|
||||||
# https://github.com/kata-containers/tests/issues/352
|
# https://github.com/kata-containers/tests/issues/352
|
||||||
if [ -n "${FACTORY_TEST}" ]; then
|
if [ -n "${FACTORY_TEST}" ]; then
|
||||||
sudo sed -i -e 's/^#enable_template.*$/enable_template = true/g' "${kata_config}"
|
sudo sed -i -e 's/^#enable_template.*$/enable_template = true/g' "${kata_config}"
|
||||||
|
Loading…
Reference in New Issue
Block a user