You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backport multiple changes to release/v0.26 (#2212)
* test: remove capi bump test
This is not relevant anymore and it adds extra complexity on top of an
already complicated test environment. It also increases execution time
by fetching a new CAPI manifest and building a different Turtles image.
Signed-off-by: Carlos Salas <carlos.salas@suse.com>
* test: remove provider migration
With Rancher v2.14, it is no longer supported to upgrade from a version
where Turtles was a extension (v2.12) and this means there's no need to
use the provider migration tool. The oldest version of Rancher used in
E2E is v2.13 in the chart upgrade test which already includes Turtles as
a system chart.
Signed-off-by: Carlos Salas <carlos.salas@suse.com>
* test: Moving providers secrets creation to after installation of the providers chart
* test: Conditionally install providers
* ci: cleanup Rancher validation code
Signed-off-by: Andrea Mazzotti <andrea.mazzotti@suse.com>
* Use ClusterClass in e2e for GKE provisioning (#2177)
* Use ClusterClass in e2e for GKE provisioning
Signed-off-by: Furkat Gofurov <furkat.gofurov@suse.com>
* fix(e2e): skip VerifyClusterAvailable for GKE test
Signed-off-by: Furkat Gofurov <furkat.gofurov@suse.com>
* Add clarifying comment for WorkerMachineCount and SkipClusterAvailableWait
Signed-off-by: Furkat Gofurov <furkat.gofurov@suse.com>
---------
Signed-off-by: Furkat Gofurov <furkat.gofurov@suse.com>
* ci: do not reuse helm values when upgrading/installing Rancher
Signed-off-by: Andrea Mazzotti <andrea.mazzotti@suse.com>
* fix: bump capg to v1.11.1
This is the latest patch release that fixes a conflict in managed
template resources using the same short name as CAPZ's
Signed-off-by: Carlos Salas <carlos.salas@suse.com>
---------
Signed-off-by: Carlos Salas <carlos.salas@suse.com>
Signed-off-by: Andrea Mazzotti <andrea.mazzotti@suse.com>
Signed-off-by: Furkat Gofurov <furkat.gofurov@suse.com>
Co-authored-by: Carlos Salas <carlos.salas@suse.com>
Co-authored-by: yiannistri <8741709+yiannistri@users.noreply.github.com>
Co-authored-by: Andrea Mazzotti <andrea.mazzotti@suse.com>
build-chart-bump-capi: $(HELM)$(KUSTOMIZE)$(RELEASE_DIR)$(CHART_RELEASE_DIR)$(CHART_PACKAGE_DIR)## Builds the chart with an updated version of core CAPI
Copy file name to clipboardExpand all lines: test/e2e/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,12 +76,12 @@ Note that `SOURCE_REPO` needs to point to your forked repository, and `GITHUB_HE
76
76
The E2E suite installs the `rancher-turtles-providers` Helm chart via `test/testenv/providers.go`.
77
77
78
78
Inputs:
79
+
79
80
- HELM_BINARY_PATH: Path to the Helm binary used by the installer.
80
81
- TURTLES_PROVIDERS_URL: Helm repo URL for the providers chart.
81
82
- TURTLES_PROVIDERS_PATH: Local path to the `rancher-turtles-providers` chart.
82
83
- TURTLES_PROVIDERS_REPO_NAME: Helm repo name to register.
83
84
- TURTLES_PROVIDERS: Comma separated providers to enable on first install (note: this is only specific to e2e and not a helm chart option). Default "all".
84
-
- TURTLES_MIGRATION_SCRIPT_PATH: Path to the providers ownership migration script.
0 commit comments