Skip to content

Commit

Permalink
ci/cli: Add etcd snapshot for downstream clusters
Browse files Browse the repository at this point in the history
This is needed to be able to run a migration test.

Signed-off-by: Loic Devulder <ldevulder@suse.com>
  • Loading branch information
ldevulder committed Oct 18, 2024
1 parent cc10aa7 commit 8be4190
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cli-full-backup-restore-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
full_backup_restore: true
k8s_downstream_version: ${{ matrix.k8s_downstream_version }}
k8s_upstream_version: ${{ matrix.k8s_upstream_version }}
node_number: 3
qase_run_id: ${{ github.event_name == 'schedule' && 'auto' || inputs.qase_run_id }}
rancher_version: ${{ matrix.rancher_version }}
test_type: cli
Expand Down
4 changes: 3 additions & 1 deletion tests/assets/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ metadata:
spec:
rkeConfig:
etcd:
disableSnapshots: true
disableSnapshots: false
snapshotRetention: 5
snapshotScheduleCron: 0 */5 * * *
machineGlobalConfig:
cni: canal
disable:
Expand Down

0 comments on commit 8be4190

Please sign in to comment.