add redis integration test for enterprise (#32617)

This commit is contained in:
Kevin Minehart
2021-04-06 08:50:54 -05:00
committed by GitHub
parent 823f0bc460
commit 5c1d4777b2
5 changed files with 126 additions and 33 deletions
+3 -1
View File
@@ -21,6 +21,7 @@ load(
'build_docker_images_step',
'postgres_integration_tests_step',
'mysql_integration_tests_step',
'redis_integration_tests_step',
'benchmark_ldap_step',
'ldap_service',
'integration_test_services',
@@ -29,7 +30,7 @@ load(
ver_mode = 'pr'
def pr_pipelines(edition):
services = integration_test_services()
services = integration_test_services(edition)
variants = ['linux-x64', 'linux-x64-musl', 'osx64', 'win64',]
include_enterprise2 = edition == 'enterprise'
steps = [
@@ -72,6 +73,7 @@ def pr_pipelines(edition):
if include_enterprise2:
steps.extend([
redis_integration_tests_step(),
package_step(edition=edition2, ver_mode=ver_mode, variants=['linux-x64']),
e2e_tests_server_step(edition=edition2, port=3002),
e2e_tests_step(edition=edition2, port=3002),