summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2019-01-25 21:16:43 -0800
committerGitHub <noreply@github.com>2019-01-25 21:16:43 -0800
commit117d45eae0f1b239c7cc2cf5e71305b6fa80a6d6 (patch)
tree58661deca6887ec476999c2252f2b195b9ca77e3
parent3ff567db8301dad048b4f140e86b98df751fa603 (diff)
parent90585b57234a98637e426563afcc81a3c6122fdf (diff)
Merge pull request #3140 from bclau/adds-linuxonly-tag
Adds the [LinuxOnly] tag
-rw-r--r--contributors/devel/e2e-tests.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/contributors/devel/e2e-tests.md b/contributors/devel/e2e-tests.md
index 20698c49..e01a896f 100644
--- a/contributors/devel/e2e-tests.md
+++ b/contributors/devel/e2e-tests.md
@@ -574,6 +574,11 @@ test suite for [Conformance Testing](conformance-tests.md). This test must
meet a number of [requirements](conformance-tests.md#conformance-test-requirements)
to be eligible for this tag. This tag does not supersed any other labels.
+ - `[LinuxOnly]`: If a test is known to be using Linux-specific features
+(e.g.: seLinuxOptions) or is unable to run on Windows nodes, it is labeled
+`[LinuxOnly]`. When using Windows nodes, this tag should be added to the
+`skip` argument.
+
- The following tags are not considered to be exhaustively applied, but are
intended to further categorize existing `[Conformance]` tests, or tests that are
being considered as candidate for promotion to `[Conformance]` as we work to