|
|
|
@ -37,6 +37,8 @@
|
|
|
|
|
# be obtained with a single string and a global timeout, but when
|
|
|
|
|
# there are multiple commands to execute, one of them might have
|
|
|
|
|
# a different timeout than the others.
|
|
|
|
|
#
|
|
|
|
|
# To change the description of the job, set the *name* entries in *i18n*.
|
|
|
|
|
---
|
|
|
|
|
dontChroot: false
|
|
|
|
|
timeout: 10
|
|
|
|
@ -63,3 +65,15 @@ script:
|
|
|
|
|
- "/usr/bin/true"
|
|
|
|
|
- command: "/usr/local/bin/slowloris"
|
|
|
|
|
timeout: 3600
|
|
|
|
|
|
|
|
|
|
# You can change the description of the job (as it is displayed in the
|
|
|
|
|
# progress bar during installation) by defining an *i18n* key, which
|
|
|
|
|
# has a *name* field and optionally, translations as *name[lang]*.
|
|
|
|
|
#
|
|
|
|
|
# Without a translation here, the default name from the source code
|
|
|
|
|
# is used, "Shell Processes Job".
|
|
|
|
|
#
|
|
|
|
|
# i18n:
|
|
|
|
|
# name: "Shell process"
|
|
|
|
|
# name[nl]: "Schelpenpad"
|
|
|
|
|
# name[en_GB]: "Just a moment"
|
|
|
|
|