From 68419c6ffaa7b07201af0a2566aaec5673b32bca Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sun, 22 Oct 2023 13:02:35 -0400 Subject: [PATCH] ci: Disable zincati Signed-off-by: Colin Walters --- ci/run-kola.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ci/run-kola.sh b/ci/run-kola.sh index 460a04b07..66df2bf5d 100755 --- a/ci/run-kola.sh +++ b/ci/run-kola.sh @@ -25,6 +25,15 @@ storage: - path: /etc/ostree/auth.json contents: local: auth.json +systemd: + units: + - name: zincati.service + dropins: + - name: disabled.conf + contents: | + [Unit] + ConditionPathExists=/enoent + EOF butane -d . < pull-secret.bu > pull-secret.ign kola_args+=("--append-ignition" "pull-secret.ign")