From c861d2f70a8afc84f8404dc0dffb32870365981c Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 16 Oct 2021 10:20:01 -0500 Subject: [PATCH] ci: homeassistant: Remove hassdb playbook The `hassdb.yml` playbook is no longer used; the new Home Assistant deployment uses the built-in database again, since it is stored on NVMe instead of an SD card. Further, the current deployment is hosted by a machine with a single filesystem, which thus cannot be remounted read-only after applying policy. --- ci/homeassistant.jenkinsfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ci/homeassistant.jenkinsfile b/ci/homeassistant.jenkinsfile index a9e03d0..65806e1 100644 --- a/ci/homeassistant.jenkinsfile +++ b/ci/homeassistant.jenkinsfile @@ -2,11 +2,8 @@ @Library('cfgpol')_ applyConfigPolicy( - 'home-assistant:hassdb', + null, [ - 'Home Assistant DB': [ - 'hassdb.yml' - ], 'Home Assistant': [ 'homeassistant.yml' ]