diff options
| author | Bret Koppel <bret@olo.com> | 2025-10-07 09:00:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-07 09:00:37 -0400 |
| commit | 910d7fd656b9e957181732b36761449de5a970d1 (patch) | |
| tree | 0f8ee46af3e93aa489785d64d54c5e155ef0057b /ci/data/etc/snow/options.lisp | |
| parent | 9adba239b937df2830a5110adaa1dae17b7dd7d7 (diff) | |
| parent | 0ad86ba37be273ee1fe4d9bdd5f7bb15c5701abf (diff) | |
Merge pull request #1 from ololabs/initial-commit
initial commit
Diffstat (limited to 'ci/data/etc/snow/options.lisp')
| -rw-r--r-- | ci/data/etc/snow/options.lisp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ci/data/etc/snow/options.lisp b/ci/data/etc/snow/options.lisp new file mode 100644 index 0000000..290ba00 --- /dev/null +++ b/ci/data/etc/snow/options.lisp @@ -0,0 +1,20 @@ +((:name "snow" + :url "http://localhost:3013" + :document-root "snow" + :title "Super Nifty Olo Webapp" + :meta-description "Super Nifty Olo Webapp" + :region "us-east-1" + :queue (:sleep-interval 15 + :git (:num-process-threads 10 + :wait-interval 0 + :exclude-dirs (".vscode" "frodomat" "frodomat-ci" "frodomat-teamcity" "ssh-tunnel" "ssl-cert" "datamat" "datamat-ci")) + :aws (:num-process-threads 30 + :wait-interval 90) + :octopus-slow (:num-process-threads 1 + :wait-interval 0) + :octopus-fast (:num-process-threads 10 + :wait-interval 0) + :tfcloud (:num-process-threads 1 + :wait-interval 0) + :awx (:num-process-threads 10 + :wait-interval 0)))) |
