Skip to content

Commit 667461a

Browse files
committed
Makefile: update test-e2e-node help
1 parent 9881440 commit 667461a

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

build/root/Makefile

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ define TEST_E2E_NODE_HELP_INFO
209209
#
210210
# Args:
211211
# FOCUS: Regexp that matches the tests to be run. Defaults to "".
212-
# SKIP: Regexp that matches the tests that needs to be skipped. Defaults
213-
# to "\[Flaky\]|\[Slow\]|\[Serial\]".
212+
# SKIP: Regexp that matches the tests that needs to be skipped.
213+
# Defaults to "\[Flaky\]|\[Slow\]|\[Serial\]".
214214
# TEST_ARGS: A space-separated list of arguments to pass to node e2e test.
215215
# Defaults to "".
216216
# RUN_UNTIL_FAILURE: If true, pass --untilItFails to ginkgo so tests are run
@@ -219,16 +219,16 @@ define TEST_E2E_NODE_HELP_INFO
219219
# to false.
220220
# ARTIFACTS: Local directory to scp test artifacts into from the remote hosts
221221
# for REMOTE=true. Local directory to write juntil xml results into for REMOTE=false.
222-
# Defaults to "/tmp/_artifacts".
223-
# LIST_IMAGES: If true, don't run tests. Just output the list of available
224-
# images for testing. Defaults to false.
222+
# Defaults to "/tmp/_artifacts/$$(date +%y%m%dT%H%M%S)".
223+
# LIST_IMAGES: For REMOTE=true only. If true, don't run tests. Just output the
224+
# list of available images for testing. Defaults to false.
225225
# PARALLELISM: The number of ginkgo nodes to run. Defaults to 8.
226226
# RUNTIME: Container runtime to use (eg. docker, remote).
227227
# Defaults to "docker".
228228
# CONTAINER_RUNTIME_ENDPOINT: remote container endpoint to connect to.
229-
# Used when RUNTIME is set to "remote".
229+
# Used when RUNTIME is set to "remote".
230230
# IMAGE_SERVICE_ENDPOINT: remote image endpoint to connect to, to prepull images.
231-
# Used when RUNTIME is set to "remote".
231+
# Used when RUNTIME is set to "remote".
232232
# IMAGE_CONFIG_FILE: path to a file containing image configuration.
233233
# SYSTEM_SPEC_NAME: The name of the system spec to be used for validating the
234234
# image in the node conformance test. The specs are located at
@@ -246,12 +246,13 @@ define TEST_E2E_NODE_HELP_INFO
246246
# CLEANUP: For REMOTE=true only. If false, do not stop processes or delete
247247
# test files on remote hosts. Defaults to true.
248248
# IMAGE_PROJECT: For REMOTE=true only. Project containing images provided to
249-
# IMAGES. Defaults to "kubernetes-node-e2e-images".
249+
# $$IMAGES. Defaults to "kubernetes-node-e2e-images".
250250
# INSTANCE_PREFIX: For REMOTE=true only. Instances created from images will
251-
# have the name "${INSTANCE_PREFIX}-${IMAGE_NAME}". Defaults to "test".
251+
# have the name "$${INSTANCE_PREFIX}-$${IMAGE_NAME}". Defaults to "test".
252252
# INSTANCE_METADATA: For REMOTE=true and running on GCE only.
253253
# GUBERNATOR: For REMOTE=true only. Produce link to Gubernator to view logs.
254-
# Defaults to false.
254+
# Defaults to false.
255+
# TEST_SUITE: For REMOTE=true only. Test suite to use. Defaults to "default".
255256
#
256257
# Example:
257258
# make test-e2e-node FOCUS=Kubelet SKIP=container

0 commit comments

Comments
 (0)