Skip to content

Commit 68419c6

Browse files
committed
ci: Disable zincati
Signed-off-by: Colin Walters <[email protected]>
1 parent ec764d1 commit 68419c6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ci/run-kola.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ storage:
2525
- path: /etc/ostree/auth.json
2626
contents:
2727
local: auth.json
28+
systemd:
29+
units:
30+
- name: zincati.service
31+
dropins:
32+
- name: disabled.conf
33+
contents: |
34+
[Unit]
35+
ConditionPathExists=/enoent
36+
2837
EOF
2938
butane -d . < pull-secret.bu > pull-secret.ign
3039
kola_args+=("--append-ignition" "pull-secret.ign")

0 commit comments

Comments
 (0)