From 12a9597968f701ba29165e368be54971f575f645 Mon Sep 17 00:00:00 2001 From: Vallari Agrawal Date: Sat, 12 Jul 2025 22:03:04 +0530 Subject: [PATCH] config.toml: change teuthology image tag to "main" Because new teuthology-dev images are pushed to "main" tag by teuthology dev_container GA workflow: https://github.com/ceph/teuthology/blob/e14d4550c474ba80474d8dbfb1221d9e4633ad5f/.github/workflows/dev_container.yml#L29 Signed-off-by: Vallari Agrawal --- ceph_devstack/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph_devstack/config.toml b/ceph_devstack/config.toml index af07ab67..af465c37 100644 --- a/ceph_devstack/config.toml +++ b/ceph_devstack/config.toml @@ -20,4 +20,4 @@ count = 3 image = "quay.io/ceph-infra/teuthology-testnode:latest" [containers.teuthology] -image = "quay.io/ceph-infra/teuthology-dev:latest" +image = "quay.io/ceph-infra/teuthology-dev:main"