mirror of
https://github.com/archlinux-jerry/pkgbuilds
synced 2024-11-21 21:40:41 +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:
|
type:
|
||||||
auto
|
auto
|
||||||
|
priority:
|
||||||
|
10
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
type:
|
type:
|
||||||
auto
|
auto
|
||||||
|
priority:
|
||||||
|
10
|
||||||
|
|
|
@ -2,3 +2,9 @@ type:
|
||||||
auto
|
auto
|
||||||
timeout:
|
timeout:
|
||||||
720
|
720
|
||||||
|
priority:
|
||||||
|
-5
|
||||||
|
extra:
|
||||||
|
- failure:
|
||||||
|
- rm -rf 'src_fail'
|
||||||
|
- mv 'src' 'src_fail'
|
||||||
|
|
|
@ -2,6 +2,8 @@ type:
|
||||||
auto
|
auto
|
||||||
timeout:
|
timeout:
|
||||||
720
|
720
|
||||||
|
priority:
|
||||||
|
5
|
||||||
extra:
|
extra:
|
||||||
- update:
|
- update:
|
||||||
- rm -rf 'src'
|
- 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:
|
type:
|
||||||
auto
|
auto
|
||||||
|
priority:
|
||||||
|
5
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
type:
|
type:
|
||||||
auto
|
auto
|
||||||
|
priority:
|
||||||
|
10
|
||||||
|
|
|
@ -1,2 +1,4 @@
|
||||||
type:
|
type:
|
||||||
auto
|
auto
|
||||||
|
priority:
|
||||||
|
10
|
||||||
|
|
Loading…
Reference in a new issue