CI: Use new Percona Server repo name#19214
Merged
arthurschreiber merged 1 commit intomainfrom Jan 25, 2026
Merged
Conversation
Signed-off-by: Matt Lord <mattalord@gmail.com>
Contributor
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Percona Server distribution name in CI workflows from the deprecated ps80 to the new pdps8.0 format, as required by changes in Percona's percona-release script. This change is necessary to fix failing CI workflows that use Percona XtraBackup for MySQL 8.0 backup and recovery tests.
Changes:
- Updated the template file that generates CI workflows to use the new Percona distro name
- Regenerated three workflow files from the template with the updated distro name
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| test/templates/cluster_endtoend_test.tpl | Template file updated to use pdps8.0 instead of ps80 for Percona Server 8.0 setup |
| .github/workflows/cluster_endtoend_xb_recovery.yml | Generated workflow updated with new Percona distro name for XtraBackup recovery tests |
| .github/workflows/cluster_endtoend_xb_backup.yml | Generated workflow updated with new Percona distro name for XtraBackup backup tests |
| .github/workflows/cluster_endtoend_backup_pitr_xtrabackup.yml | Generated workflow updated with new Percona distro name for PITR XtraBackup tests |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mhamza15
approved these changes
Jan 25, 2026
arthurschreiber
approved these changes
Jan 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Percona apparently changed the repo name in their
percona-releasescript fromps80:vitess/.github/workflows/cluster_endtoend_xb_backup.yml
Line 93 in 4c881ff
To
pdps8.0as you can see in the failures here: https://github.com/vitessio/vitess/actions/runs/21319915216/job/61369826966?pr=19201Note
We should backport this to v22. v23 already has it via this PR: #19201
Related Issue(s)
Checklist