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
43
44
45
46
47
|
{
"branches": {
"rolling": {
"vyos_mirror": "https://packages.vyos.net/repositories/rolling/",
"container_image": "vyos/vyos-build:rolling",
"vyos_build_repo": "vyos/vyos-build",
"use_pat": false,
"build_runner": ["ubuntu-24.04"],
"build_version_format": "%Y.%m.%d-%H%M-integration",
"install_build_deps": false,
"test_cli_command": "test-no-interfaces-no-vpp",
"test_tpm_tests": true,
"test_vpp": true,
"test_vpp_runner": ["ubuntu-24.04"],
"mirror_enabled": true
},
"circinus": {
"vyos_mirror": "https://packages.vyos.net/repositories/circinus/",
"container_image": "vyos/vyos-build:circinus",
"vyos_build_repo": "VyOS-Networks/vyos-build",
"use_pat": true,
"build_runner": ["self-hosted", "azure"],
"build_version_format": "1.5-integration-%Y%m%d%H%M",
"install_build_deps": true,
"test_cli_command": "test-no-interfaces-no-vpp",
"test_tpm_tests": true,
"test_vpp": true,
"test_vpp_runner": ["self-hosted", "vpp"],
"smoketests_runner": ["self-hosted", "smoketests"],
"mirror_enabled": false
},
"sagitta": {
"vyos_mirror": "https://packages.vyos.net/repositories/sagitta/",
"container_image": "vyos/vyos-build:sagitta",
"vyos_build_repo": "VyOS-Networks/vyos-build",
"use_pat": true,
"build_runner": ["self-hosted", "azure"],
"smoketests_runner": ["self-hosted", "smoketests"],
"build_version_format": "1.4-integration-%Y%m%d%H%M",
"install_build_deps": true,
"test_cli_command": "test-no-interfaces",
"test_tpm_tests": false,
"test_vpp": false,
"mirror_enabled": false
}
}
}
|