Commit a910a597 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #31872 from wojtek-t/store_startupscript_from_gke

Automatic merge from submit-queue Store startupscript from GKE clusters too Ref https://github.com/kubernetes/kubernetes/issues/31215 @kubernetes/goog-gke Is there any reason why we don't want to do it? @kubernetes/test-infra-maintainers
parents 9299f93b 4fc48cfc
......@@ -59,7 +59,7 @@ function save-logs() {
local -r node_name="${1}"
local -r dir="${2}"
local files="${3} ${common_logfiles}"
if [[ "${KUBERNETES_PROVIDER}" == "gce" ]]; then
if [[ "${KUBERNETES_PROVIDER}" == "gce" || "${KUBERNETES_PROVIDER}" == "gke" ]]; then
files="${files} ${gce_logfiles}"
fi
if [[ "${KUBERNETES_PROVIDER}" == "aws" ]]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment