Looks like whatever script running for the homepage publishing available nightly releases is lagging 1 day behind vs whats actually being published on github:
https://vyos.net/get/nightly-builds/
Shows currently 1.4-rolling-202308240020 as the latest build.
Shows currently 1.4-rolling-202308250021 as being the latest build (since 15 hours as of writing).
1 Like
JoeN
August 25, 2023, 4:30pm
2
Hi @Apachez ,
Thank you for bringing this to our attention. Sometimes, due to various factors, there might be a slight delay in updating the website with the latest builds. We’ll look into it. Rest assured, we are committed to ensuring that the information on the website accurately reflects the latest developments in the GitHub repository.
Best regards,
Joe
Hi,
as it seems
https://vyos.net/get/nightly-builds/
lacks around 1 week behind:
Available builds
Current/Circinus (future 1.5.0)
1.5-rolling-202410180006 (sig)
Thats because thats the latest available over at: Releases · vyos/vyos-nightly-build · GitHub
It have been failing smoketests:
Latest attempt:
Fails:
FAIL: test_dual_stack_network (__main__.TestContainer.test_dual_stack_network)
FAIL: test_ipv4_network (__main__.TestContainer.test_ipv4_network)
FAIL: test_ipv6_network (__main__.TestContainer.test_ipv6_network)
FAIL: test_no_name_server (__main__.TestContainer.test_no_name_server)
FAIL: test_uid_gid (__main__.TestContainer.test_uid_gid)
FAIL: test_check_chains (__main__.TestLoadBalancingWan.test_check_chains)
FAIL: test_netns_create (__main__.NetNSTest.test_netns_create)
FAIL: test_netns_interface (__main__.NetNSTest.test_netns_interface)
FAIL: test_ospf_17_duplicate_area_network (__main__.TestProtocolsOSPF.test_ospf_17_duplicate_area_network)
FAIL: test_dhcp_relay_server (__main__.TestServiceDHCPServer.test_dhcp_relay_server)
FAIL: test_ip_is_symlink (__main__.TestIproute2.test_ip_is_symlink)
I would expect that something in the dual stack config is broken which makes the other tests (who depends on dual stack) fail aswell.
Now there is an update available since 26th Oct vs the previous which is from 18th Oct:
However Im not sure why it claims there is no changes since there are a couple of changes since 18th Oct when looking at the commits at:
2 Likes