Move the monitors to a agent type of their own

I enabled 6 of those and disabled 2 staging-bot resources
This commit is contained in:
Stephan Kulow 2019-09-12 12:59:47 +02:00
parent 49029a0ef0
commit bc91b8c73a

View File

@ -20,7 +20,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot
- monitor
tasks:
- script: |-
export PYTHONPATH=$PWD/scripts
@ -45,7 +45,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot
- monitor
tasks:
# endless loop
- script: |-
@ -71,7 +71,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot
- monitor
tasks:
# endless loop
- script: |-
@ -101,7 +101,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot
- monitor
tasks:
# endless loop
- script: |-
@ -129,7 +129,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot
- monitor
tasks:
- script: |-
tempdir=$(mktemp -d)
@ -156,7 +156,7 @@ pipelines:
Run:
timeout: 0
resources:
- staging-bot
- monitor
tasks:
- script: |-
tempdir=$(mktemp -d)