Commit 94d3d8f0 authored by Wojciech Tyczynski's avatar Wojciech Tyczynski

Merge pull request #17935 from wojtek-t/move_nodeoutofdisk_to_flaky

Move NodeOutOfDisk" to flaky
parents c1af9dcb 90e79c87
...@@ -147,6 +147,7 @@ GKE_REQUIRED_SKIP_TESTS=( ...@@ -147,6 +147,7 @@ GKE_REQUIRED_SKIP_TESTS=(
# Tests wchich are known to be flaky on GKE # Tests wchich are known to be flaky on GKE
GKE_FLAKY_TESTS=( GKE_FLAKY_TESTS=(
"KubeProxy\sshould\stest\skube-proxy" "KubeProxy\sshould\stest\skube-proxy"
"NodeOutOfDisk"
) )
# Specialized tests which should be skipped by default for GKE. # Specialized tests which should be skipped by default for GKE.
...@@ -181,6 +182,7 @@ GCE_FLAKY_TESTS=( ...@@ -181,6 +182,7 @@ GCE_FLAKY_TESTS=(
"DaemonRestart\sController\sManager" # issue: #17829 "DaemonRestart\sController\sManager" # issue: #17829
"Resource\susage\sof\ssystem\scontainers" # issue: #13931 "Resource\susage\sof\ssystem\scontainers" # issue: #13931
"allows\sscheduling\sof\spods\son\sa\sminion\safter\sit\srejoins\sthe\scluster" # file: resize_nodes.go, issue: #17830 "allows\sscheduling\sof\spods\son\sa\sminion\safter\sit\srejoins\sthe\scluster" # file: resize_nodes.go, issue: #17830
"NodeOutOfDisk" # issue: 17687
) )
# The following tests are known to be slow running (> 2 min), and are # The following tests are known to be slow running (> 2 min), and are
...@@ -776,7 +778,7 @@ case ${JOB_NAME} in ...@@ -776,7 +778,7 @@ case ${JOB_NAME} in
)"} )"}
;; ;;
kubernetes-gke-e2e-flaky) kubernetes-e2e-gke-flaky)
: ${DOGFOOD_GCLOUD:="true"} : ${DOGFOOD_GCLOUD:="true"}
: ${CLOUDSDK_BUCKET:="gs://cloud-sdk-build/testing/staging"} : ${CLOUDSDK_BUCKET:="gs://cloud-sdk-build/testing/staging"}
: ${GKE_API_ENDPOINT:="https://test-container.sandbox.googleapis.com/"} : ${GKE_API_ENDPOINT:="https://test-container.sandbox.googleapis.com/"}
......
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