blob: aead37a884332fc82835f45d95e9ff506aa87753 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
---
# GLOBAL jenkins defaults
- defaults:
name: global
build-days-to-keep: 30
# Timeout in minutes
build-timeout: 360
build-perf-timeout: 5760
failure-notification: "releng+fdio@linuxfoundation.org"
failure-notification-prefix: "[releng]"
# global-jjb
gerrit-server-name: Primary
jenkins-ssh-credential: jenkins-gerrit-credentials
lftools-version: <1.0.0
# fd.io branch defaults
branch: master
# voting
skip-vote: false
# build
make-parallel-jobs: 4
# CSIT
csit-perf-trial-duration: 1.0
csit-perf-trial-multiplicity: 1
# Config for PackageCloud.IO archive of DEB/RPM packages
packagecloud-account: fdio
packagecloud-repo: staging
# Release config
jenkins-ssh-release-credential: jenkins-release
# Sonarcloud
sonarcloud_project_organization: fdio
sonarcloud_api_token: 9ea26e0b0bbe1f436a0df06d61d1e97dc5a3d6e3
|