Merge pull request #7326 from fidencio/topic/gha-ci-add-cri-containerd-tests

ci: gha: Add cri-containerd tests (but still do not enable them)
This commit is contained in:
Fabiano Fidêncio
2023-07-21 19:29:38 +02:00
committed by GitHub
9 changed files with 849 additions and 32 deletions

View File

@@ -9,7 +9,7 @@ set -o nounset
set -o pipefail
kubernetes_dir="$(dirname "$(readlink -f "$0")")"
repo_root_dir="$(cd "${kubernetes_dir}/../../../" && pwd)"
source "${kubernetes_dir}/../../common.bash"
tools_dir="${repo_root_dir}/tools"
function _print_cluster_name() {
@@ -59,13 +59,6 @@ function get_cluster_credentials() {
-n "$(_print_cluster_name)"
}
function ensure_yq() {
: "${GOPATH:=${GITHUB_WORKSPACE}}"
export GOPATH
export PATH="${GOPATH}/bin:${PATH}"
INSTALL_IN_GOPATH=true "${repo_root_dir}/ci/install_yq.sh"
}
function run_tests() {
platform="${1}"
ensure_yq