Skip to content

Commit e9563a2

Browse files
committed
Stub run opensourcewebsite-gitautodeploy-8005 on test
1 parent 847738c commit e9563a2

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

salt/top.sls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ base:
4040
# - salt.minion
4141
'osw-devops-ci':
4242
# Overrides for Kitchen testing
43-
- states/setup-certs
44-
- states/adjust-auditd-conf-for-container
43+
- states.setup-certs
44+
- states.adjust-auditd-conf-for-container

test/salt/pillar/test/supervisor.sls

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
# THIS SHOULD NOT BE USED OUTSIDE OF KITCHEN TESTING
44
#
55
# Test pillar to prevent run
6-
# "/usr/bin/php -q /www/opensourcewebsite.org/htdocs/yii cron"
6+
# "/usr/bin/php -q /www/opensourcewebsite.org/htdocs/yii cron" and
7+
# /usr/bin/git-auto-deploy --quiet --config /etc/git-auto-deploy-opensourcewebsite.org.conf.json
78
---
89
supervisor:
910
opensourcewebsite-cron:
1011
command: sleep infinity
12+
opensourcewebsite-gitautodeploy-8005:
13+
command: sleep infinity

0 commit comments

Comments
 (0)