forked from ALHP/ALHP.GO
69 lines
1.4 KiB
YAML
69 lines
1.4 KiB
YAML
arch: x86_64
|
|
repos:
|
|
- core
|
|
- extra
|
|
- community
|
|
|
|
svn2git:
|
|
upstream-core-extra: "https://github.com/archlinux/svntogit-packages.git"
|
|
upstream-community: "https://github.com/archlinux/svntogit-community.git"
|
|
|
|
kernel_to_patch:
|
|
- linux
|
|
- linux-lts
|
|
- linux-zen
|
|
- linux-hardened
|
|
|
|
kernel_patches:
|
|
4.19: "https://raw.githubusercontent.com/graysky2/kernel_compiler_patch/master/more-uarches-for-kernel-4.19-5.4.patch"
|
|
5.5: "none"
|
|
5.8: "https://raw.githubusercontent.com/graysky2/kernel_compiler_patch/master/more-uarches-for-kernel-5.8-5.14.patch"
|
|
5.15: "https://raw.githubusercontent.com/graysky2/kernel_compiler_patch/master/more-uarches-for-kernel-5.15%2B.patch"
|
|
linux-zen: "skip"
|
|
|
|
db:
|
|
driver: pgx
|
|
connect_to: "postgres://username:password@localhost:5432/database_name"
|
|
|
|
basedir:
|
|
repo: /var/lib/alhp/repo/
|
|
work: /var/lib/alhp/workspace/
|
|
debug: /var/lib/alhp/debug/
|
|
|
|
march:
|
|
- x86-64-v3
|
|
|
|
blacklist:
|
|
packages:
|
|
- tensorflow
|
|
- tensorflow-cuda
|
|
- gcc
|
|
repo:
|
|
- testing
|
|
- i686
|
|
- staging
|
|
- unstable
|
|
lto:
|
|
- llvm
|
|
- rust
|
|
|
|
status:
|
|
class:
|
|
skipped: "secondary"
|
|
queued: "warning"
|
|
latest: "primary"
|
|
failed: "danger"
|
|
signing: "success"
|
|
building: "info"
|
|
unknown: "dark"
|
|
|
|
build:
|
|
# number of workers total
|
|
worker: 4
|
|
makej: 8
|
|
checks: true
|
|
# builds over this threshold are considered slow (in cpu-time-seconds)
|
|
slow_queue_threshold: 14400.0
|
|
|
|
logging:
|
|
level: INFO |