summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2021-06-01 10:43:51 -0700
committerGitHub <noreply@github.com>2021-06-01 10:43:51 -0700
commit1aed2f690456c4170cf0e1071aa3ed129e7179a7 (patch)
treeb57b6f0646dae364c406a46510c122d351975b49
parent2e0b3c0934f69e85c5d3dbf3b8d80f06e910de66 (diff)
parent545177d8db6ceea9715b98202a1044f10e44dadc (diff)
Merge pull request #5782 from alculquicondor/patch-1
Explain use of feature labels for alpha and beta releases
-rw-r--r--contributors/devel/sig-architecture/api_changes.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/contributors/devel/sig-architecture/api_changes.md b/contributors/devel/sig-architecture/api_changes.md
index 3a1099fd..ce496351 100644
--- a/contributors/devel/sig-architecture/api_changes.md
+++ b/contributors/devel/sig-architecture/api_changes.md
@@ -743,6 +743,8 @@ doing!
Check out the [E2E docs](../sig-testing/e2e-tests.md) for detailed information about how to
write end-to-end tests for your feature.
+Make sure the E2E tests are running in the default presubmits for a feature that
+is being promoted to Beta (enabled by default).
## Examples and docs