From 3c4c55df310fb458037ff369665df7cf6d000fcd Mon Sep 17 00:00:00 2001 From: Matt Lord Date: Mon, 9 Oct 2023 14:54:32 -0400 Subject: [PATCH] Remove mysql57 image usage in backup tests And use the latest buildkite bundle Signed-off-by: Matt Lord --- .buildkite/pipeline.yml | 2 +- .../operator/101_initial_cluster_backup.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 908a14fa..ade86458 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -1,5 +1,5 @@ agents: - queue: "public-v5" + queue: "public" # 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. diff --git a/test/endtoend/operator/101_initial_cluster_backup.yaml b/test/endtoend/operator/101_initial_cluster_backup.yaml index aee495b0..e16a04c8 100644 --- a/test/endtoend/operator/101_initial_cluster_backup.yaml +++ b/test/endtoend/operator/101_initial_cluster_backup.yaml @@ -15,13 +15,13 @@ spec: path: /backup type: Directory images: - vtctld: vitess/lite:v17.0.3-mysql57 - vtgate: vitess/lite:v17.0.3-mysql57 - vttablet: vitess/lite:v17.0.3-mysql57 - vtorc: vitess/lite:v17.0.3-mysql57 - vtbackup: vitess/lite:v17.0.3-mysql57 + vtctld: vitess/lite:v17.0.3 + vtgate: vitess/lite:v17.0.3 + vttablet: vitess/lite:v17.0.3 + vtorc: vitess/lite:v17.0.3 + vtbackup: vitess/lite:v17.0.3 mysqld: - mysql56Compatible: vitess/lite:v17.0.3-mysql57 + mysql56Compatible: vitess/lite:v17.0.3 mysqldExporter: prom/mysqld-exporter:v0.11.0 cells: - name: zone1