summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYu-Ju Hong <yjhong@google.com>2018-02-08 11:36:09 -0800
committerYu-Ju Hong <yjhong@google.com>2018-02-08 11:36:21 -0800
commit59d65be49ec037f6d3e9fcf78ccbaf4fc2e6c4a6 (patch)
tree32db1bbf518f008217cd347339f0a8ef67309561
parent3088f154395e41932bdd4033f165c95b98ec995a (diff)
Address comments
-rw-r--r--contributors/devel/cri-testing-policy.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/contributors/devel/cri-testing-policy.md b/contributors/devel/cri-testing-policy.md
index e707e2b1..fb01b36e 100644
--- a/contributors/devel/cri-testing-policy.md
+++ b/contributors/devel/cri-testing-policy.md
@@ -57,6 +57,10 @@ runtimes, organized as follows.
sig-node -> sig-node-{Kubernetes-version} -> sig-node-{runtime-name} -> [page containing all test jobs]
```
+The `sig-node` tab only lists up to three most recent Kubernetes versions,
+including the master branch for the current release cycle, e.g.,
+`sig-node-master, sig-node-1.9, sig-node-1.8`.
+
## Test job maintenance
Tests are required to run at least nightly.
@@ -106,3 +110,9 @@ document. Please contact the relevant SIGs for assistance.
*4. How can I change the test-grid to publish the test results?*
Please contact SIG-Node for the detailed instructions.
+
+ *5. How does this policy apply to Windows containers?*
+
+Windows containers are still in the early development phase and the features
+they support change rapidly. Therefore, it is suggested to treat it as a
+feature with select, whitelisted tests to run.