summaryrefslogtreecommitdiff
path: root/ci/data/etc/snow/options.lisp
blob: 290ba004e1a85d7be921b2cb709793e2d6470dea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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))))