Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/cluster_endtoend_xb_backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ env:
GITHUB_PR_HEAD_SHA: "${{ github.event.pull_request.head.sha }}"

# This is used if we need to pin the xtrabackup version used in tests.
# Doing so here because 2.4.25 crashes in our 5.7 tests. See:
# https://jira.percona.com/browse/PXB-2756
# If this is NOT set then the latest version available will be used.
XTRABACKUP_VERSION: "2.4.24-1"
#XTRABACKUP_VERSION: "2.4.24-1"

jobs:
build:
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/cluster_endtoend_xb_recovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@ env:
GITHUB_PR_HEAD_SHA: "${{ github.event.pull_request.head.sha }}"

# This is used if we need to pin the xtrabackup version used in tests.
# Doing so here because 2.4.25 crashes in our 5.7 tests. See:
# https://jira.percona.com/browse/PXB-2756
# If this is NOT set then the latest version available will be used.
XTRABACKUP_VERSION: "2.4.24-1"
#XTRABACKUP_VERSION: "2.4.24-1"

jobs:
build:
Expand Down
4 changes: 1 addition & 3 deletions test/templates/cluster_endtoend_test.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ env:
GITHUB_PR_HEAD_SHA: "${{`{{ github.event.pull_request.head.sha }}`}}"
{{if .InstallXtraBackup}}
# This is used if we need to pin the xtrabackup version used in tests.
# Doing so here because 2.4.25 crashes in our 5.7 tests. See:
# https://jira.percona.com/browse/PXB-2756
# If this is NOT set then the latest version available will be used.
XTRABACKUP_VERSION: "2.4.24-1"
#XTRABACKUP_VERSION: "2.4.24-1"
{{end}}

jobs:
Expand Down