Skip to content

Commit

Permalink
Run etcd snapshot/restore e2e locally (only) (#891)
Browse files Browse the repository at this point in the history
Signed-off-by: Danil-Grigorev <[email protected]>
  • Loading branch information
Danil-Grigorev authored Dec 2, 2024
1 parent 3ca310f commit ea62861
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/e2e-long.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
schedule:
- cron: "0 0 1/2 * *"
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]

concurrency: ci_e2e_tests

Expand Down Expand Up @@ -64,12 +62,3 @@ jobs:
artifact_name: artifacts_embedded_capi_v3
MANAGEMENT_CLUSTER_ENVIRONMENT: eks
secrets: inherit
e2e_etcd_snapshot_restore:
uses: ./.github/workflows/run-e2e-suite.yaml
with:
test_suite: test/e2e/suites/etcd-snapshot-restore
test_name: Etcd snapshot restore
run_azure_janitor: false
artifact_name: artifacts_etcd_snapshot_restore
MANAGEMENT_CLUSTER_ENVIRONMENT: eks
secrets: inherit
4 changes: 2 additions & 2 deletions test/e2e/config/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ variables:
ARTIFACTS_FOLDER: "_artifacts"
HELM_BINARY_PATH: "helm"
HELM_EXTRA_VALUES_FOLDER: "/tmp"
KUBERNETES_VERSION: "v1.30.3"
KUBERNETES_MANAGEMENT_VERSION: "v1.30.3"
KUBERNETES_VERSION: "v1.30.4"
KUBERNETES_MANAGEMENT_VERSION: "v1.30.4"
RKE2_VERSION: "v1.31.0+rke2r1"
KUBERNETES_MANAGEMENT_AWS_REGION: "eu-west-2"
RANCHER_HOSTNAME: "localhost"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
"github.com/rancher/turtles/test/e2e/specs"
)

var _ = Describe("[Docker] [RKE2] Perform an ETCD backup and restore of the cluster", Label(e2e.FullTestLabel, e2e.LocalTestLabel), func() {
var _ = Describe("[Docker] [RKE2] Perform an ETCD backup and restore of the cluster", Label(e2e.LocalTestLabel), func() {
BeforeEach(func() {
SetClient(setupClusterResult.BootstrapClusterProxy.GetClient())
SetContext(ctx)
Expand Down

0 comments on commit ea62861

Please sign in to comment.