error during bash -c
function log_dump_custom_get_instances() {
if [[ $1 == "master" ]]; then
return 0
fi
gcloud compute instances list '--project=k8s-jkns-e2e-gci-gke-ci-flaky' '--filter=(metadata.created-by:*zones/us-central1-a/instanceGroupManagers/gke-err-e2e-default-pool-d499f1b0-grp)' '--format=get(name)'
}
export -f log_dump_custom_get_instances
# Set below vars that log-dump.sh expects in order to use scp with gcloud.
export PROJECT=k8s-jkns-e2e-gci-gke-ci-flaky
export ZONE='us-central1-a'
export KUBERNETES_PROVIDER=gke
./cluster/log-dump/log-dump.sh '/workspace/_artifacts'
: exit status 1
/area kubetest
/kind bug
/assign @krzyzacy
I think there were certain PRs need to be cherry-picked back to 1.6 which @yujuhong has mentioned ? (I cannot find the original issue)
It seems like the 1.6 jobs were replaced with k8sstable3 jobs, and now they are passing?
I think there were certain PRs need to be cherry-picked back to 1.6 which @yujuhong has mentioned ? (I cannot find the original issue)
Those PRs were merged quite a while a ago https://github.com/kubernetes/kubernetes/pull/55640
It was only for fixing the problem that logs were not archived, and should not cause test failures.
I linked 1887 because it was the first failure, but DumpClusterLogs failed consistently after that. Anyway, since the new jobs are passing, I guess we can call this fixed.