You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DISTMYSQL-140: Create dev Jenkins pipeline for Orchestrator
https://jira.percona.com/browse/DISTMYSQL-140
Adjusted Orchestrator's files to support parametrized Jenkins build.
1. MySql tarball passed as the parameter via env variable TARBALL_URL.
This allows testing the Orchestrator against the requested version
of MySql. If env variable not specified, fallback to the original,
hard coded 5.7.26 version.
2. Allow tests continuation even if the test fails. (controlled via env
variable ALLOW_TESTS_FAILURES).
Originally the test suite was immediately finished on the 1st error.
3. Added convenience scripts test-system.sh and test-integration.sh
4. Use dbdeployer-1.64.0. This can be changed on Dockerfile level
5. Allow automatic start of system tests after container start
(controlled via env variable RUN_TESTS)
6. Allow use of custom Orchestrator's ci-env (controlled via env
variables CI_ENV_REPO and CI_ENV_BRANCH)
0 commit comments