Skip to content

Commit 093a733

Browse files
chriscchienyangchiu
authored andcommitted
ci: disable sle-micro transactional-update
longhorn/longhorn#13149 Signed-off-by: Chris Chien <chris.chien@suse.com>
1 parent dd8001f commit 093a733

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

test_framework/terraform/aws/sle-micro/k3s_instaces.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ resource "null_resource" "package_install_controlplane_k3s" {
169169

170170
inline = [
171171
"sudo transactional-update pkg install -y open-iscsi nfs-client jq",
172+
"sudo systemctl disable --now transactional-update.timer",
173+
"sudo systemctl disable --now rebootmgr",
172174
"sudo shutdown -r now",
173175
]
174176

@@ -219,6 +221,8 @@ resource "null_resource" "package_install_worker_k3s" {
219221

220222
inline = [
221223
"sudo transactional-update pkg install -y open-iscsi nfs-client cryptsetup device-mapper jq",
224+
"sudo systemctl disable --now transactional-update.timer",
225+
"sudo systemctl disable --now rebootmgr",
222226
"sudo shutdown -r now",
223227
]
224228

test_framework/terraform/aws/sle-micro/rke2_instances.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,8 @@ resource "null_resource" "package_install_controlplane_rke2" {
169169

170170
inline = [
171171
"sudo transactional-update pkg install -y open-iscsi nfs-client jq",
172+
"sudo systemctl disable --now transactional-update.timer",
173+
"sudo systemctl disable --now rebootmgr",
172174
"sudo shutdown -r now",
173175
]
174176

@@ -219,6 +221,8 @@ resource "null_resource" "package_install_worker_rke2" {
219221

220222
inline = [
221223
"sudo transactional-update pkg install -y open-iscsi nfs-client cryptsetup device-mapper jq",
224+
"sudo systemctl disable --now transactional-update.timer",
225+
"sudo systemctl disable --now rebootmgr",
222226
"sudo shutdown -r now",
223227
]
224228

0 commit comments

Comments
 (0)