mirror of
https://github.com/kubevirt/containerized-data-importer.git
synced 2025-06-03 06:30:22 +00:00

* Update kubevirtci May help with nfs lane flaking: https://prow.ci.kubevirt.io/view/gs/kubevirt-prow/pr-logs/pull/kubevirt_containerized-data-importer/3017/pull-containerized-data-importer-e2e-nfs/1731266718799499264 Looks like the nfs server is working but mount commands from nfs csi against it are timing out. Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> * Use crictl to prepull images https://github.com/kubevirt/kubevirtci/pull/1100 Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> * Add W/A for NFS OOMKills Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> * Switch testing lanes to 1.29/1.28 Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com> --------- Signed-off-by: Alex Kalenyuk <akalenyu@redhat.com>
25 lines
750 B
Bash
Executable File
25 lines
750 B
Bash
Executable File
#!/bin/bash
|
|
#
|
|
# This file is part of the KubeVirt project
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
#
|
|
# Copyright 2022 Red Hat, Inc.
|
|
#
|
|
|
|
set -ex
|
|
export TARGET=k8s-1.29
|
|
export KUBEVIRT_STORAGE=hpp
|
|
export CDI_E2E_SKIP=Destructive
|
|
automation/test.sh
|