Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PXC 57 EOL support #2650

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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: 2 additions & 2 deletions pxc/jenkins/pxc-package-testing-parallel.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void runNodeBuild(String node_to_test) {
string(name: "node_to_test", value: node_to_test),
string(name: "test_repo", value: params.test_repo),
string(name: "test_type", value: "${test_type}"),
string(name: "pxc57_repo", value: params.pxc57_repo)
string(name: "pxc57_repo", value: params.pxc57_repo)
],
propagate: true,
wait: true
Expand Down Expand Up @@ -77,7 +77,7 @@ pipeline {

choice(
name: "pxc57_repo",
choices: ["original","pxc57" ],
choices: ["original","pxc57","EOL"],
description: "PXC-5.7 packages are located in 2 repos: pxc-57 and original and both should be tested. Choose which repo to use for test."
)

Expand Down
1 change: 1 addition & 0 deletions pxc/jenkins/pxc-package-testing-parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@
choices:
- "original"
- "pxc57"
- "EOL"
description: "PXC-5.7 packages are located in 2 repos: pxc-57 and original and both should be tested. Choose which repo to use for test."
Loading