Enable parallel namespace deletion in kubemarks and enormous cluster

This commit is contained in:
Wojciech Tyczynski
2016-02-29 10:54:59 +01:00
parent 38a30490ed
commit ca72f9908c
2 changed files with 4 additions and 1 deletions

View File

@@ -509,6 +509,8 @@
export TEST_CLUSTER_LOG_LEVEL="--v=1"
# Increase resync period to simulate production
export TEST_CLUSTER_RESYNC_PERIOD="--min-resync-period=12h"
# Increase delete collection parallelism
export TEST_CLUSTER_DELETE_COLLECTION_WORKERS="--delete-collection-workers=16"
jobs:
- 'kubernetes-e2e-{suffix}'