Skip to content

Commit

Permalink
Remove mysql57 image usage in backup tests
Browse files Browse the repository at this point in the history
And use the latest buildkite bundle

Signed-off-by: Matt Lord <[email protected]>
  • Loading branch information
mattlord committed Oct 9, 2023
1 parent f4393d3 commit 3c4c55d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
12 changes: 6 additions & 6 deletions test/endtoend/operator/101_initial_cluster_backup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3c4c55d

Please sign in to comment.