add memcached integration test steps in starlark (#32729)
* add memcached integration test steps to starlark * typo
This commit is contained in:
+2
-1
@@ -21,6 +21,7 @@ load(
|
||||
'postgres_integration_tests_step',
|
||||
'mysql_integration_tests_step',
|
||||
'redis_integration_tests_step',
|
||||
'memcached_integration_tests_step',
|
||||
'get_windows_steps',
|
||||
'benchmark_ldap_step',
|
||||
'ldap_service',
|
||||
@@ -81,7 +82,7 @@ def get_steps(edition, is_downstream=False):
|
||||
])
|
||||
|
||||
if include_enterprise2:
|
||||
steps.append(redis_integration_tests_step())
|
||||
steps.extend([redis_integration_tests_step(), memcached_integration_tests_step()])
|
||||
|
||||
steps.extend([
|
||||
release_canary_npm_packages_step(edition),
|
||||
|
||||
Reference in New Issue
Block a user