From e9563a2850cab38f1de46680c76b447f0609f0a7 Mon Sep 17 00:00:00 2001 From: A1EF Date: Sun, 17 Jul 2022 01:31:55 +0300 Subject: [PATCH] Stub run `opensourcewebsite-gitautodeploy-8005` on test --- salt/top.sls | 4 ++-- test/salt/pillar/test/supervisor.sls | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/salt/top.sls b/salt/top.sls index 604bfbc..ed3d0dd 100644 --- a/salt/top.sls +++ b/salt/top.sls @@ -40,5 +40,5 @@ base: # - salt.minion 'osw-devops-ci': # Overrides for Kitchen testing - - states/setup-certs - - states/adjust-auditd-conf-for-container + - states.setup-certs + - states.adjust-auditd-conf-for-container diff --git a/test/salt/pillar/test/supervisor.sls b/test/salt/pillar/test/supervisor.sls index 7796080..25d058c 100644 --- a/test/salt/pillar/test/supervisor.sls +++ b/test/salt/pillar/test/supervisor.sls @@ -3,8 +3,11 @@ # THIS SHOULD NOT BE USED OUTSIDE OF KITCHEN TESTING # # Test pillar to prevent run -# "/usr/bin/php -q /www/opensourcewebsite.org/htdocs/yii cron" +# "/usr/bin/php -q /www/opensourcewebsite.org/htdocs/yii cron" and +# /usr/bin/git-auto-deploy --quiet --config /etc/git-auto-deploy-opensourcewebsite.org.conf.json --- supervisor: opensourcewebsite-cron: command: sleep infinity + opensourcewebsite-gitautodeploy-8005: + command: sleep infinity