From 7cb930a1dcc3f84f70a41a0ea6ab35f0a80e99f0 Mon Sep 17 00:00:00 2001 From: Liam Young Date: Mon, 29 Nov 2021 08:55:55 +0000 Subject: [PATCH] Remove sync AZ test from queens The sync_compute_availability_zones test was incorrectly enabled for bionic queens in commit e0a38a63 . This looks to have been a simple typo while working on thee tests.yaml. The sync_compute_availability_zones action is only supported on stein or greater. Change-Id: I64df5b4e9742d2a8c17042a7909277c5e9aa46a4 --- tests/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.yaml b/tests/tests.yaml index b83d0571..e511a958 100644 --- a/tests/tests.yaml +++ b/tests/tests.yaml @@ -4,7 +4,7 @@ smoke_bundles: - vault: focal-ussuri gate_bundles: -- sync_az: bionic-queens +- bionic-queens - sync_az: bionic-stein - sync_az: bionic-ussuri - vault: focal-ussuri