gocd: Remove timeouts for the pipelines
Meanwhile we have too many pipelines so it can happen that some checks wait longer than 30 minutes before they get scheduled - but the timeout affects this as well. So we need to monitor this
This commit is contained in:
parent
dacaa5c540
commit
a76441657c
@ -16,7 +16,6 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
timeout: 30
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
@ -37,7 +36,6 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
timeout: 30
|
||||
resources:
|
||||
- repo-checker
|
||||
tasks:
|
||||
@ -58,7 +56,6 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
timeout: 30
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
@ -80,7 +77,6 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
timeout: 30
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
@ -101,7 +97,6 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
timeout: 30
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
@ -122,7 +117,6 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
timeout: 30
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
@ -169,3 +163,42 @@ pipelines:
|
||||
ln -s $PWD/osclib $tempdir/.osc-plugins
|
||||
HOME=$tempdir osc -A https://api.opensuse.org origin update
|
||||
rm -rf $tempdir
|
||||
openSUSE.QA.Maint:
|
||||
group: openSUSE.Checkers
|
||||
lock_behavior: unlockWhenFinished
|
||||
environment_variables:
|
||||
OSC_CONFIG: /home/go/config/oscrc-openqa-maintenance
|
||||
materials:
|
||||
script:
|
||||
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||
timer:
|
||||
spec: 0 */10 * ? * *
|
||||
only_on_changes: false
|
||||
stages:
|
||||
- Run:
|
||||
approval: manual
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
- script: |-
|
||||
./openqa-maintenance.py --group qam-openqa --review-mode=accept-onpass --debug --openqa https://openqa.opensuse.org --apiurl https://api.opensuse.org review
|
||||
openSUSE.Devel.Reminder:
|
||||
group: openSUSE.Checkers
|
||||
lock_behavior: unlockWhenFinished
|
||||
timer:
|
||||
spec: 0 0 15 ? * *
|
||||
environment_variables:
|
||||
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||
materials:
|
||||
git:
|
||||
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||
stages:
|
||||
- Run:
|
||||
approval:
|
||||
type: manual
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
- script: ./devel-project.py reviews --min-age 3 --remind
|
||||
- script: ./devel-project.py requests --min-age 3 --remind
|
||||
|
||||
|
@ -16,7 +16,6 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
timeout: 30
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
@ -37,7 +36,6 @@ pipelines:
|
||||
approval: manual
|
||||
jobs:
|
||||
SLE_15_SP4:
|
||||
timeout: 30
|
||||
resources:
|
||||
- repo-checker
|
||||
tasks:
|
||||
@ -58,7 +56,6 @@ pipelines:
|
||||
approval: manual
|
||||
jobs:
|
||||
MicroOS:
|
||||
timeout: 30
|
||||
resources:
|
||||
- repo-checker
|
||||
tasks:
|
||||
@ -121,7 +118,6 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
timeout: 30
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
@ -156,7 +152,6 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
timeout: 30
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
@ -191,7 +186,6 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
timeout: 30
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
@ -212,7 +206,6 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
timeout: 30
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
@ -233,7 +226,6 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
timeout: 30
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
@ -254,7 +246,6 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
timeout: 30
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
@ -276,7 +267,6 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
timeout: 30
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
@ -298,7 +288,6 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
timeout: 30
|
||||
resources:
|
||||
- repo-checker
|
||||
tasks:
|
||||
@ -327,7 +316,6 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
timeout: 30
|
||||
resources:
|
||||
- repo-checker
|
||||
tasks:
|
||||
@ -356,7 +344,6 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
timeout: 30
|
||||
resources:
|
||||
- repo-checker
|
||||
tasks:
|
||||
|
@ -16,7 +16,6 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
timeout: 30
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
@ -37,7 +36,6 @@ pipelines:
|
||||
approval: manual
|
||||
jobs:
|
||||
SLE_15_SP4:
|
||||
timeout: 30
|
||||
resources:
|
||||
- repo-checker
|
||||
tasks:
|
||||
@ -58,7 +56,6 @@ pipelines:
|
||||
approval: manual
|
||||
jobs:
|
||||
MicroOS:
|
||||
timeout: 30
|
||||
resources:
|
||||
- repo-checker
|
||||
tasks:
|
||||
@ -121,7 +118,6 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
timeout: 30
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
@ -156,7 +152,6 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
timeout: 30
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
@ -191,7 +186,6 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
timeout: 30
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
@ -212,7 +206,6 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
timeout: 30
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
@ -233,7 +226,6 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
timeout: 30
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
@ -254,7 +246,6 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
timeout: 30
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
@ -276,7 +267,6 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
timeout: 30
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
@ -299,7 +289,6 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
timeout: 30
|
||||
resources:
|
||||
- repo-checker
|
||||
tasks:
|
||||
|
@ -1,22 +0,0 @@
|
||||
format_version: 3
|
||||
pipelines:
|
||||
openSUSE.QA.Maint:
|
||||
group: openSUSE.Checkers
|
||||
lock_behavior: unlockWhenFinished
|
||||
environment_variables:
|
||||
OSC_CONFIG: /home/go/config/oscrc-openqa-maintenance
|
||||
materials:
|
||||
script:
|
||||
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||
timer:
|
||||
spec: 0 */10 * ? * *
|
||||
only_on_changes: false
|
||||
stages:
|
||||
- Run:
|
||||
timeout: 30
|
||||
approval: manual
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
- script: |-
|
||||
./openqa-maintenance.py --group qam-openqa --review-mode=accept-onpass --debug --openqa https://openqa.opensuse.org --apiurl https://api.opensuse.org review
|
@ -1,22 +0,0 @@
|
||||
format_version: 3
|
||||
pipelines:
|
||||
openSUSE.Devel.Reminder:
|
||||
group: openSUSE.Checkers
|
||||
lock_behavior: unlockWhenFinished
|
||||
timer:
|
||||
spec: 0 0 15 ? * *
|
||||
environment_variables:
|
||||
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||
materials:
|
||||
git:
|
||||
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||
stages:
|
||||
- Run:
|
||||
approval:
|
||||
type: manual
|
||||
timeout: 30
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
- script: ./devel-project.py reviews --min-age 3 --remind
|
||||
- script: ./devel-project.py requests --min-age 3 --remind
|
@ -40,7 +40,6 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
timeout: 30
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
@ -97,7 +96,6 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
timeout: 30
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
|
@ -42,7 +42,6 @@ pipelines:
|
||||
type: manual
|
||||
jobs:
|
||||
Run:
|
||||
timeout: 30
|
||||
resources:
|
||||
- staging-bot
|
||||
tasks:
|
||||
|
Loading…
x
Reference in New Issue
Block a user