Introduce new openSUSE|SUSE.Legal group and move pipelines into them

This commit is contained in:
Richard Brown 2024-02-22 14:41:40 +01:00
parent 84b76ec7b9
commit db4bd757d4
4 changed files with 7 additions and 7 deletions

View File

@ -41,7 +41,7 @@ pipelines:
tasks:
- script: ./maintenance-installcheck.py -A https://api.opensuse.org --user=maintenance-installcheck --debug review
openSUSE.Legal.Check:
group: openSUSE.Checkers
group: openSUSE.Legal
lock_behavior: unlockWhenFinished
timer:
spec: 0 */5 * ? * *
@ -62,7 +62,7 @@ pipelines:
- script: ./legal-auto.py -A https://api.opensuse.org --debug --legaldb https://legaldb.suse.de --group=legal-auto review
- script: ./legal-auto.py -A https://api.opensuse.org --debug --legaldb https://legaldb.suse.de --user=licensedigger review
openSUSE.Legal.Import:
group: openSUSE.Checkers
group: openSUSE.Legal
lock_behavior: unlockWhenFinished
timer:
spec: 0 0 */3 ? * *

View File

@ -233,7 +233,7 @@ pipelines:
tasks:
- script: ./check_source.py -A https://api.suse.de --verbose --skip-add-reviews --group factory-auto --user factory-auto review
SLE.Legal.Check:
group: SLE.Checkers
group: SUSE.Legal
lock_behavior: unlockWhenFinished
timer:
spec: 0 */5 * ? * *
@ -255,7 +255,7 @@ pipelines:
- script: ./legal-auto.py -A https://api.suse.de --debug --legaldb https://legaldb.suse.de --group=legal-auto review
- script: ./legal-auto.py -A https://api.suse.de --debug --legaldb https://legaldb.suse.de --user=licensedigger review
SLE.Legal.Import:
group: SLE.Checkers
group: SUSE.Legal
lock_behavior: unlockWhenFinished
timer:
spec: 0 0 0 ? * *

View File

@ -233,7 +233,7 @@ pipelines:
tasks:
- script: ./check_source.py -A https://api.suse.de --verbose --skip-add-reviews --group factory-auto --user factory-auto review
SLE.Legal.Check:
group: SLE.Checkers
group: SUSE.Legal
lock_behavior: unlockWhenFinished
timer:
spec: 0 */5 * ? * *
@ -255,7 +255,7 @@ pipelines:
- script: ./legal-auto.py -A https://api.suse.de --debug --legaldb https://legaldb.suse.de --group=legal-auto review
- script: ./legal-auto.py -A https://api.suse.de --debug --legaldb https://legaldb.suse.de --user=licensedigger review
SLE.Legal.Import:
group: SLE.Checkers
group: SUSE.Legal
lock_behavior: unlockWhenFinished
timer:
spec: 0 0 0 ? * *

View File

@ -14,7 +14,7 @@ done
grep group: *.yaml | cut -d: -f3 | sort -u | while read group; do
case $group in
BCI|Factory|Leap|Admin|MicroOS|Monitors|openSUSE.Checkers|SLE15.Stagings|SLE15.Target|SLE.Checkers|ALP.Stagings|ALP.Target|ALP.Checkers)
BCI|Factory|Leap|Admin|MicroOS|Monitors|openSUSE.Checkers|SLE15.Stagings|SLE15.Target|SLE.Checkers|ALP.Stagings|ALP.Target|ALP.Checkers|openSUSE.Legal|SUSE.Legal)
;;
*)
echo "Do not create new groups without being admin and knowing the consequences - found $group"