From 48cc88b46d9c1e3c38f77e111dee0f19afda8b83 Mon Sep 17 00:00:00 2001 From: Manan Gupta Date: Mon, 9 Oct 2023 13:33:51 +0530 Subject: [PATCH] feat: use the v5 queue of buildkite Signed-off-by: Manan Gupta --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 4c7dbb7e..1e5787f0 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,5 +1,5 @@ agents: - queue: "public" + queue: "public-v5" # Mount the docker.sock as to the docker container, so that we are able to # run docker build command and kind is spawned as a sibling container.