Skip to content

Commit 9b7a838

Browse files
authored
Merge pull request vyos#4914 from kumvijaya/current
T8100: Refactor smoke test workflows for GitHub's pull_request_target policy change`
2 parents 2efe3e5 + aa03c2e commit 9b7a838

File tree

2 files changed

+204
-68
lines changed

2 files changed

+204
-68
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
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

Comments
 (0)