diff options
Diffstat (limited to '.github/config')
| -rw-r--r-- | .github/config/smoketest-branches.json | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/.github/config/smoketest-branches.json b/.github/config/smoketest-branches.json new file mode 100644 index 000000000..79b519221 --- /dev/null +++ b/.github/config/smoketest-branches.json @@ -0,0 +1,42 @@ +{ + "branches": { + "current": { + "vyos_mirror": "https://packages.vyos.net/repositories/current/", + "container_image": "vyos/vyos-build:current", + "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"] + }, + "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"] + }, + "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"], + "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 + } + } +} |
