diff --git a/gocd/checkers.opensuse.gocd.yaml b/gocd/checkers.opensuse.gocd.yaml index 51f767cc..bb74eade 100644 --- a/gocd/checkers.opensuse.gocd.yaml +++ b/gocd/checkers.opensuse.gocd.yaml @@ -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 + diff --git a/gocd/checkers.suse.gocd.yaml b/gocd/checkers.suse.gocd.yaml index 640155b9..4067c9bc 100644 --- a/gocd/checkers.suse.gocd.yaml +++ b/gocd/checkers.suse.gocd.yaml @@ -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: diff --git a/gocd/checkers.suse.gocd.yaml.erb b/gocd/checkers.suse.gocd.yaml.erb index 4e17277e..f5154847 100644 --- a/gocd/checkers.suse.gocd.yaml.erb +++ b/gocd/checkers.suse.gocd.yaml.erb @@ -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: diff --git a/gocd/openqa.gocd.yaml b/gocd/openqa.gocd.yaml deleted file mode 100644 index 4a6d0e7a..00000000 --- a/gocd/openqa.gocd.yaml +++ /dev/null @@ -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 diff --git a/gocd/staging-bot-reminder.gocd.yaml b/gocd/staging-bot-reminder.gocd.yaml deleted file mode 100644 index 65e35f14..00000000 --- a/gocd/staging-bot-reminder.gocd.yaml +++ /dev/null @@ -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 diff --git a/gocd/staging.bot.gocd.yaml b/gocd/staging.bot.gocd.yaml index 3316cb3c..67c527ed 100644 --- a/gocd/staging.bot.gocd.yaml +++ b/gocd/staging.bot.gocd.yaml @@ -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: diff --git a/gocd/staging.bot.gocd.yaml.erb b/gocd/staging.bot.gocd.yaml.erb index 8db1a976..47712b4c 100644 --- a/gocd/staging.bot.gocd.yaml.erb +++ b/gocd/staging.bot.gocd.yaml.erb @@ -42,7 +42,6 @@ pipelines: type: manual jobs: Run: - timeout: 30 resources: - staging-bot tasks: