|
| 1 | +{ |
| 2 | + "branches": { |
| 3 | + "current": { |
| 4 | + "vyos_mirror": "https://packages.vyos.net/repositories/current/", |
| 5 | + "container_image": "vyos/vyos-build:current", |
| 6 | + "vyos_build_repo": "vyos/vyos-build", |
| 7 | + "use_pat": false, |
| 8 | + "build_runner": ["ubuntu-24.04"], |
| 9 | + "build_version_format": "%Y.%m.%d-%H%M-integration", |
| 10 | + "install_build_deps": false, |
| 11 | + "test_cli_command": "test-no-interfaces-no-vpp", |
| 12 | + "test_tpm_tests": true, |
| 13 | + "test_vpp": true, |
| 14 | + "test_vpp_runner": ["ubuntu-24.04"] |
| 15 | + }, |
| 16 | + "circinus": { |
| 17 | + "vyos_mirror": "https://packages.vyos.net/repositories/circinus/", |
| 18 | + "container_image": "vyos/vyos-build:circinus", |
| 19 | + "vyos_build_repo": "VyOS-Networks/vyos-build", |
| 20 | + "use_pat": true, |
| 21 | + "build_runner": ["self-hosted", "azure"], |
| 22 | + "build_version_format": "1.5-integration-%Y%m%d%H%M", |
| 23 | + "install_build_deps": true, |
| 24 | + "test_cli_command": "test-no-interfaces-no-vpp", |
| 25 | + "test_tpm_tests": true, |
| 26 | + "test_vpp": true, |
| 27 | + "test_vpp_runner": ["self-hosted", "vpp"] |
| 28 | + }, |
| 29 | + "sagitta": { |
| 30 | + "vyos_mirror": "https://packages.vyos.net/repositories/sagitta/", |
| 31 | + "container_image": "vyos/vyos-build:sagitta", |
| 32 | + "vyos_build_repo": "VyOS-Networks/vyos-build", |
| 33 | + "use_pat": true, |
| 34 | + "build_runner": ["self-hosted", "azure"], |
| 35 | + "build_version_format": "1.4-integration-%Y%m%d%H%M", |
| 36 | + "install_build_deps": true, |
| 37 | + "test_cli_command": "test-no-interfaces", |
| 38 | + "test_tpm_tests": false, |
| 39 | + "test_vpp": false |
| 40 | + } |
| 41 | + } |
| 42 | +} |
0 commit comments