Skip to content

Commit 55c6e76

Browse files
authored
Merge pull request #5049 from jackfrancis/windows-conformance-serial-slow-rm
ci: remove upstream-windows-serial-slow configs
2 parents a91680a + 8bcbd9f commit 55c6e76

File tree

3 files changed

+1
-24
lines changed

3 files changed

+1
-24
lines changed

docs/book/src/developers/development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ With the following environment variables defined, you can build a CAPZ cluster f
540540
| `E2E_ARGS` | `-kubetest.use-ci-artifacts` |
541541
| `KUBERNETES_VERSION` | `latest` - extract Kubernetes version from https://dl.k8s.io/ci/latest.txt (main's HEAD)<br>`latest-1.<MINOR>` - extract Kubernetes version from dl.k8s.io/ci/latest-1.<MINOR>.txt (release branch's HEAD) |
542542
| `WINDOWS_SERVER_VERSION` | Optional, can be `windows-2019` (default) or `windows-2022` |
543-
| `KUBETEST_WINDOWS_CONFIG` | Optional, can be `upstream-windows-serial-slow.yaml`, when not specified `upstream-windows.yaml` is used |
543+
| `KUBETEST_WINDOWS_CONFIG` | Default is `upstream-windows.yaml`. CAPZ contains various other configuration recipes in the `test/e2e/data/` directory; you may use any of those by referencing their file names as the value of `KUBETEST_WINDOWS_CONFIG` (e.g., `conformance-fast.yaml`), or you may drop in your own config files into `test/e2e/data/` and reference those. |
544544
| `WINDOWS_CONTAINERD_URL` | Optional, can be any url to a `tar.gz` file containing binaries for containerd in the same format as upstream package |
545545

546546
With the following environment variables defined, CAPZ runs `./scripts/ci-build-kubernetes.sh` as part of `./scripts/ci-conformance.sh`, which allows developers to build Kubernetes from source and run the Kubernetes Conformance test suite against a CAPZ cluster based on the custom build:

test/e2e/data/kubetest/upstream-windows-serial-slow-ginkgo-v2.yaml

Lines changed: 0 additions & 12 deletions
This file was deleted.

test/e2e/data/kubetest/upstream-windows-serial-slow.yaml

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)