mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Pass FEATURE_FLAG as Docker environment variable
Some QA tests reads the FEATURE_FLAG environment variable, for example to test PQ functionality. This PR passthrough the environement variable inside the Docker instance. Fixes #11970
This commit is contained in:
parent
709602d9c0
commit
326b1c1ed1
1 changed files with 2 additions and 0 deletions
|
@ -1,2 +1,4 @@
|
|||
#!/bin/bash
|
||||
# we may pass "persistent_queues" to FEATURE_FLAG to enable PQ in the integration tests
|
||||
export DOCKER_ENV_OPTS="${DOCKER_ENV_OPTS} -e FEATURE_FLAG"
|
||||
ci/docker_run.sh logstash-integration-tests ci/integration_tests.sh $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue