From 8e78f613ec1d87b74d0b4c02245aac7e0a1ba732 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 1 Feb 2025 11:36:20 +0300 Subject: [PATCH] chore(ops/pipelines): flip anchor step over to nevsky Change-Id: Ifea931779fab4309ce468a8f14bf6e9222cc3604 Reviewed-on: https://cl.tvl.fyi/c/depot/+/13058 Autosubmit: tazjin Tested-by: BuildkiteCI Reviewed-by: sterni --- ops/pipelines/depot.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/pipelines/depot.nix b/ops/pipelines/depot.nix index 05e3ca0d8..18cb8a709 100644 --- a/ops/pipelines/depot.nix +++ b/ops/pipelines/depot.nix @@ -31,7 +31,7 @@ let # Ensure that anchoring happens on whitby, so that cache.tvl.su always # has the full cache. Unanchored machines may garbage collect live # paths. - agents.hostname = "whitby"; # TODO(tazjin): b/433 + agents.hostname = "nevsky"; } ]; };