mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Disable flannel job until it works
This commit is contained in:
parent
7f362b18de
commit
7c2eb2c43e
@ -68,5 +68,8 @@ docker run --rm=true -i \
|
|||||||
bash -c "${common_commands}"
|
bash -c "${common_commands}"
|
||||||
|
|
||||||
diff -ruN "${output_dir}/upstream" "${output_dir}/patch" >"${diff_file}" || true
|
diff -ruN "${output_dir}/upstream" "${output_dir}/patch" >"${diff_file}" || true
|
||||||
|
if [[ -t 1 ]]; then # Attached to a terminal?
|
||||||
|
less "${diff_file}"
|
||||||
|
fi
|
||||||
echo
|
echo
|
||||||
echo " *** Diff saved in ${diff_file} ***"
|
echo " *** Diff saved in ${diff_file} ***"
|
||||||
|
@ -511,6 +511,7 @@
|
|||||||
export FAIL_ON_GCP_RESOURCE_LEAK="false"
|
export FAIL_ON_GCP_RESOURCE_LEAK="false"
|
||||||
- 'gce-flannel':
|
- 'gce-flannel':
|
||||||
description: 'Run E2E tests on GCE using Flannel and the latest successful build. This suite is quarantined in a dedicated project because Flannel integration is experimental.'
|
description: 'Run E2E tests on GCE using Flannel and the latest successful build. This suite is quarantined in a dedicated project because Flannel integration is experimental.'
|
||||||
|
disable_job: true # Issue #24520
|
||||||
# We don't really care to enforce a timeout for flannel tests. Any performance issues will show up in the other GCE builders.
|
# We don't really care to enforce a timeout for flannel tests. Any performance issues will show up in the other GCE builders.
|
||||||
# This suite is to continuously check that flannel + Kubernetes works.
|
# This suite is to continuously check that flannel + Kubernetes works.
|
||||||
timeout: 120
|
timeout: 120
|
||||||
|
Loading…
Reference in New Issue
Block a user