summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2026-03-27 12:09:06 +0200
committerGitHub <noreply@github.com>2026-03-27 12:09:06 +0200
commit3b0ba0ef4a742a3182479c879e48fb7fc12b97ec (patch)
tree317b242c1bd1a98da02b9d2bc4b9063035887064 /.github
parent3823523c01e07ca010d035db7311b3c7f0e4e511 (diff)
parent622a9a4b206ff48d35999b0c51e86a5305fce87f (diff)
downloadvyos-1x-3b0ba0ef4a742a3182479c879e48fb7fc12b97ec.tar.gz
vyos-1x-3b0ba0ef4a742a3182479c879e48fb7fc12b97ec.zip
Merge pull request #5091 from vyos/T8437-smoke-runners
T8437: Use self-hosted runners for smoketests
Diffstat (limited to '.github')
-rw-r--r--.github/config/smoketest-branches.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/config/smoketest-branches.json b/.github/config/smoketest-branches.json
index 7675f3088..710ba5207 100644
--- a/.github/config/smoketest-branches.json
+++ b/.github/config/smoketest-branches.json
@@ -26,6 +26,7 @@
"test_tpm_tests": true,
"test_vpp": true,
"test_vpp_runner": ["self-hosted", "vpp"],
+ "smoketests_runner": ["self-hosted", "smoketests"],
"mirror_enabled": false
},
"sagitta": {
@@ -34,6 +35,7 @@
"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",