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:
parent
49029a0ef0
commit
bc91b8c73a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user