-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
92815d3
commit 96420c5
Showing
4 changed files
with
135 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
### job-env | ||
# This list should match the list in kubernetes-pull-build-test-e2e-gce. | ||
NUM_NODES=4 | ||
# For now explicitly test etcd v2 mode in this suite. | ||
STORAGE_BACKEND=etcd2 | ||
TEST_ETCD_IMAGE=2.2.1 | ||
TEST_ETCD_VERSION=2.2.1 | ||
|
||
# Enable the PodSecurityPolicy in tests. | ||
ENABLE_POD_SECURITY_POLICY=true | ||
|
||
# Envs for cri-containerd. | ||
KUBE_MASTER_EXTRA_METADATA=user-data=test/e2e/master.yaml,cri-containerd-configure-sh=test/configure.sh | ||
KUBE_NODE_EXTRA_METADATA=user-data=test/e2e/node.yaml,cri-containerd-configure-sh=test/configure.sh | ||
KUBE_CONTAINER_RUNTIME=remote | ||
KUBE_CONTAINER_RUNTIME_ENDPOINT=/var/run/cri-containerd.sock | ||
KUBE_LOAD_IMAGE_COMMAND=/home/cri-containerd/usr/local/bin/cri-containerd load | ||
NETWORK_POLICY_PROVIDER=calico | ||
# TODO(random-liu): Enable this after kubernetes/kubernetes#55141 is fixed. | ||
PREPULL_E2E_IMAGES=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters