From 60894d977874cf08394bb249a30442faab1b2231 Mon Sep 17 00:00:00 2001 From: James Page Date: Thu, 21 Mar 2024 11:48:54 +0000 Subject: [PATCH] Stick with 2023.2 of tempest snap for rock build. --- rocks/tempest/rockcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rocks/tempest/rockcraft.yaml b/rocks/tempest/rockcraft.yaml index b82b4ec..81ecc2e 100644 --- a/rocks/tempest/rockcraft.yaml +++ b/rocks/tempest/rockcraft.yaml @@ -42,7 +42,7 @@ parts: plugin: python # we need to use python plugin because we need a python interpreter to run tempest internally source: . stage-snaps: - - tempest/2024.1/stable + - tempest/2023.2/stable stage-packages: - cron - python3-venv # this is required for python plugin