mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-22 05:50:40 +08:00
change priority in autobuild.yaml
This commit is contained in:
parent
16f457f3d2
commit
2878015ec3
8 changed files with 22 additions and 0 deletions
|
@ -1,2 +1,4 @@
|
|||
type:
|
||||
auto
|
||||
priority:
|
||||
10
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
type:
|
||||
auto
|
||||
priority:
|
||||
10
|
||||
|
|
|
@ -2,3 +2,9 @@ type:
|
|||
auto
|
||||
timeout:
|
||||
720
|
||||
priority:
|
||||
-5
|
||||
extra:
|
||||
- failure:
|
||||
- rm -rf 'src_fail'
|
||||
- mv 'src' 'src_fail'
|
||||
|
|
|
@ -2,6 +2,8 @@ type:
|
|||
auto
|
||||
timeout:
|
||||
720
|
||||
priority:
|
||||
5
|
||||
extra:
|
||||
- update:
|
||||
- rm -rf 'src'
|
||||
|
|
4
overture/autobuild.yaml
Normal file
4
overture/autobuild.yaml
Normal file
|
@ -0,0 +1,4 @@
|
|||
type:
|
||||
auto
|
||||
priority:
|
||||
10
|
|
@ -1,2 +1,4 @@
|
|||
type:
|
||||
auto
|
||||
priority:
|
||||
5
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
type:
|
||||
auto
|
||||
priority:
|
||||
10
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
type:
|
||||
auto
|
||||
priority:
|
||||
10
|
||||
|
|
Loading…
Reference in a new issue