diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-01-01 20:58:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-01 20:58:19 +0100 |
| commit | 76830afc8703a3f9f6be7500cb92aa9b6e255425 (patch) | |
| tree | cc6e3736e8c8f9f8b688bc2fe85ac5ff4f36d478 /.github/config | |
| parent | 9b7a838d71c15afbf91c584e7017e1c44ef191d5 (diff) | |
| parent | 6bae9d4707e61d600283c07ac26114185775b606 (diff) | |
| download | vyos-1x-76830afc8703a3f9f6be7500cb92aa9b6e255425.tar.gz vyos-1x-76830afc8703a3f9f6be7500cb92aa9b6e255425.zip | |
Merge pull request #4926 from kumvijaya/current
T8100: smoke test workflow fixed whitespace handling with json
Diffstat (limited to '.github/config')
| -rw-r--r-- | .github/config/smoketest-branches.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/config/smoketest-branches.json b/.github/config/smoketest-branches.json index 79b519221..7675f3088 100644 --- a/.github/config/smoketest-branches.json +++ b/.github/config/smoketest-branches.json @@ -11,7 +11,8 @@ "test_cli_command": "test-no-interfaces-no-vpp", "test_tpm_tests": true, "test_vpp": true, - "test_vpp_runner": ["ubuntu-24.04"] + "test_vpp_runner": ["ubuntu-24.04"], + "mirror_enabled": true }, "circinus": { "vyos_mirror": "https://packages.vyos.net/repositories/circinus/", @@ -24,7 +25,8 @@ "test_cli_command": "test-no-interfaces-no-vpp", "test_tpm_tests": true, "test_vpp": true, - "test_vpp_runner": ["self-hosted", "vpp"] + "test_vpp_runner": ["self-hosted", "vpp"], + "mirror_enabled": false }, "sagitta": { "vyos_mirror": "https://packages.vyos.net/repositories/sagitta/", @@ -36,7 +38,8 @@ "install_build_deps": true, "test_cli_command": "test-no-interfaces", "test_tpm_tests": false, - "test_vpp": false + "test_vpp": false, + "mirror_enabled": false } } } |
