We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d25cd commit 242b319Copy full SHA for 242b319
scripts/test-system-test-flags.sh
@@ -266,9 +266,9 @@ run_tests_for_package() {
266
267
268
# Set variables depending on whether or not independent Elastic Agents are running
269
-DEFAULT_AGENT_CONTAINER_NAME="elastic-package-service-[0-9]{5}-docker-custom-agent"
+DEFAULT_AGENT_CONTAINER_NAME="elastic-package-service-[0-9]{6}-docker-custom-agent"
270
service_deployer_type="docker"
271
-service_prefix='elastic-package-service-[0-9]{5}'
+service_prefix='elastic-package-service-[0-9]{6}'
272
if [[ "${ELASTIC_PACKAGE_TEST_ENABLE_INDEPENDENT_AGENT:-"false"}" == "true" ]]; then
273
service_deployer_type="agent"
274
fi
0 commit comments