diff options
| author | John Estabrook <jestabro@vyos.io> | 2026-06-02 10:55:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-02 10:55:21 -0500 |
| commit | e6f189da269ca50cfe322daaa79ae0493119cf33 (patch) | |
| tree | 27068a82e03fc3e8fa5acc4b9abd32d4aeeb600c | |
| parent | e238afbd6bc272b02b426f1b16fe8d16f6069c05 (diff) | |
| parent | 5c11c47aba038773261b14e451c41e021de3a4f1 (diff) | |
| download | vyos-1x-e6f189da269ca50cfe322daaa79ae0493119cf33.tar.gz vyos-1x-e6f189da269ca50cfe322daaa79ae0493119cf33.zip | |
Merge pull request #5248 from vyos/ci/T8943-smoketest-config-rolling
ci: T8943: complete current->rolling branch-ref migration (rollout 1c follow-up)
| -rw-r--r-- | .github/PULL_REQUEST_TEMPLATE.md | 4 | ||||
| -rw-r--r-- | .github/config/smoketest-branches.json | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index fadbebdc9..37dda45bc 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -45,9 +45,9 @@ test_01_simple_options (__main__.TestFeature.test_01_simple_options) ... ok <!--- Go over all the following points, and put an `x` in all the boxes that apply. --> <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!--- The entire development process is outlined here: https://docs.vyos.io/en/latest/contributing/development.html --> -- [ ] I have read the [**CONTRIBUTING**](https://github.com/vyos/vyos-1x/blob/current/CONTRIBUTING.md) document +- [ ] I have read the [**CONTRIBUTING**](https://github.com/vyos/vyos-1x/blob/rolling/CONTRIBUTING.md) document - [ ] I have linked this PR to one or more Phabricator Task(s) -- [ ] I have run the components [**SMOKETESTS**](https://github.com/vyos/vyos-1x/tree/current/smoketest/scripts/cli) if applicable +- [ ] I have run the components [**SMOKETESTS**](https://github.com/vyos/vyos-1x/tree/rolling/smoketest/scripts/cli) if applicable - [ ] My commit headlines contain a valid Task id - [ ] My change requires a change to the documentation - [ ] I have updated the documentation accordingly diff --git a/.github/config/smoketest-branches.json b/.github/config/smoketest-branches.json index 710ba5207..1921375a8 100644 --- a/.github/config/smoketest-branches.json +++ b/.github/config/smoketest-branches.json @@ -1,8 +1,8 @@ { "branches": { - "current": { - "vyos_mirror": "https://packages.vyos.net/repositories/current/", - "container_image": "vyos/vyos-build:current", + "rolling": { + "vyos_mirror": "https://packages.vyos.net/repositories/rolling/", + "container_image": "vyos/vyos-build:rolling", "vyos_build_repo": "vyos/vyos-build", "use_pat": false, "build_runner": ["ubuntu-24.04"], |
