diff --git a/scripts/integration/docker-compose.aws.yml b/scripts/integration/docker-compose.aws.yml index 12ebf07903b10..dae74e73c4971 100644 --- a/scripts/integration/docker-compose.aws.yml +++ b/scripts/integration/docker-compose.aws.yml @@ -39,8 +39,6 @@ services: - "aws-integration-tests" - "--lib" - "${FILTER:-::aws_}" - - "--" - - "--nocapture" depends_on: - mock-ec2-metadata - mock-localstack diff --git a/scripts/integration/docker-compose.azure.yml b/scripts/integration/docker-compose.azure.yml index 1d990c79b54a4..886273e521417 100644 --- a/scripts/integration/docker-compose.azure.yml +++ b/scripts/integration/docker-compose.azure.yml @@ -23,8 +23,6 @@ services: - "azure-integration-tests" - "--lib" - "::azure_" - - "--" - - "--nocapture" environment: - AZURE_ADDRESS=local-azure-blob - HEARTBEAT_ADDRESS=0.0.0.0:8080 diff --git a/scripts/integration/docker-compose.clickhouse.yml b/scripts/integration/docker-compose.clickhouse.yml index c1cf465655489..f520f7f9678f9 100644 --- a/scripts/integration/docker-compose.clickhouse.yml +++ b/scripts/integration/docker-compose.clickhouse.yml @@ -21,8 +21,6 @@ services: - "clickhouse-integration-tests" - "--lib" - "::clickhouse::" - - "--" - - "--nocapture" environment: - CLICKHOUSE_ADDRESS=http://clickhouse:8123 depends_on: diff --git a/scripts/integration/docker-compose.datadog-agent.yml b/scripts/integration/docker-compose.datadog-agent.yml index c7e7e1b3acdf6..dad9d8a527250 100644 --- a/scripts/integration/docker-compose.datadog-agent.yml +++ b/scripts/integration/docker-compose.datadog-agent.yml @@ -47,7 +47,6 @@ services: - "--no-default-features" - "--features" - "datadog-agent-integration-tests" - - "--no-capture" - "--lib" - "sources::datadog::agent::integration_tests::" environment: diff --git a/scripts/integration/docker-compose.datadog-logs.yml b/scripts/integration/docker-compose.datadog-logs.yml index d5129f7fcd84d..736d56b2157bb 100644 --- a/scripts/integration/docker-compose.datadog-logs.yml +++ b/scripts/integration/docker-compose.datadog-logs.yml @@ -18,8 +18,6 @@ services: - "datadog-logs-integration-tests" - "--lib" - "::datadog::logs::" - - "--" - - "--nocapture" environment: - TEST_DATADOG_API_KEY volumes: diff --git a/scripts/integration/docker-compose.datadog-metrics.yml b/scripts/integration/docker-compose.datadog-metrics.yml index a9fc8d80758f6..f3c293395b754 100644 --- a/scripts/integration/docker-compose.datadog-metrics.yml +++ b/scripts/integration/docker-compose.datadog-metrics.yml @@ -18,8 +18,6 @@ services: - "datadog-metrics-integration-tests" - "--lib" - "::datadog::metrics::" - - "--" - - "--nocapture" environment: - TEST_DATADOG_API_KEY volumes: diff --git a/scripts/integration/docker-compose.datadog-traces.yml b/scripts/integration/docker-compose.datadog-traces.yml index 883a16e1f0f76..5735038e61be1 100644 --- a/scripts/integration/docker-compose.datadog-traces.yml +++ b/scripts/integration/docker-compose.datadog-traces.yml @@ -18,8 +18,6 @@ services: - "datadog-traces-integration-tests" - "--lib" - "::datadog::traces::" - - "--" - - "--nocapture" environment: - TEST_DATADOG_API_KEY volumes: diff --git a/scripts/integration/docker-compose.dnstap.yml b/scripts/integration/docker-compose.dnstap.yml index 38f6cdfde4b38..3f19a0f6b55d8 100644 --- a/scripts/integration/docker-compose.dnstap.yml +++ b/scripts/integration/docker-compose.dnstap.yml @@ -27,8 +27,6 @@ services: - "dnstap-integration-tests" - "--lib" - "::dnstap::" - - "--" - - "--nocapture" depends_on: - dnstap environment: diff --git a/scripts/integration/docker-compose.docker-logs.yml b/scripts/integration/docker-compose.docker-logs.yml index 55189ca3c6276..7ff5624780e40 100644 --- a/scripts/integration/docker-compose.docker-logs.yml +++ b/scripts/integration/docker-compose.docker-logs.yml @@ -18,8 +18,6 @@ services: - "docker-logs-integration-tests" - "--lib" - "::docker_::" - - "--" - - "--nocapture" volumes: - /var/run/docker.sock:/var/run/docker.sock - ${PWD}:/code diff --git a/scripts/integration/docker-compose.elasticsearch.yml b/scripts/integration/docker-compose.elasticsearch.yml index 43f3073221cc1..ab6e9bd24b34e 100644 --- a/scripts/integration/docker-compose.elasticsearch.yml +++ b/scripts/integration/docker-compose.elasticsearch.yml @@ -48,8 +48,6 @@ services: - "es-integration-tests" - "--lib" - "::elasticsearch::integration_tests::" - - "--" - - "--nocapture" depends_on: - localstack - elasticsearch diff --git a/scripts/integration/docker-compose.eventstoredb.yml b/scripts/integration/docker-compose.eventstoredb.yml index 63d9dc7983faf..f7f26808b2d24 100644 --- a/scripts/integration/docker-compose.eventstoredb.yml +++ b/scripts/integration/docker-compose.eventstoredb.yml @@ -25,8 +25,6 @@ services: - "eventstoredb_metrics-integration-tests" - "--lib" - "::eventstoredb_metrics::" - - "--" - - "--nocapture" depends_on: - eventstoredb volumes: diff --git a/scripts/integration/docker-compose.fluent.yml b/scripts/integration/docker-compose.fluent.yml index 27ff5e5e52360..1ae233b8c5dc4 100644 --- a/scripts/integration/docker-compose.fluent.yml +++ b/scripts/integration/docker-compose.fluent.yml @@ -19,8 +19,6 @@ services: - "fluent-integration-tests" - "--lib" - "::fluent::" - - "--" - - "--nocapture" volumes: - ${PWD}:/code - target:/code/target diff --git a/scripts/integration/docker-compose.gcp.yml b/scripts/integration/docker-compose.gcp.yml index e2f3cf6ccf1cd..7cfd3f05ac099 100644 --- a/scripts/integration/docker-compose.gcp.yml +++ b/scripts/integration/docker-compose.gcp.yml @@ -23,8 +23,6 @@ services: - "gcp-integration-tests" - "--lib" - "::gcp::" - - "--" - - "--nocapture" environment: - EMULATOR_ADDRESS=http://gcloud-pubsub:8681 depends_on: diff --git a/scripts/integration/docker-compose.humio.yml b/scripts/integration/docker-compose.humio.yml index bd77baf383a44..2a8740077bc41 100644 --- a/scripts/integration/docker-compose.humio.yml +++ b/scripts/integration/docker-compose.humio.yml @@ -22,8 +22,6 @@ services: - "humio-integration-tests" - "--lib" - "sinks::humio::" - - "--" - - "--nocapture" environment: - HUMIO_ADDRESS=http://localhost:8080 depends_on: diff --git a/scripts/integration/docker-compose.influxdb.yml b/scripts/integration/docker-compose.influxdb.yml index b636f6e5884f1..10872fdfe3d06 100644 --- a/scripts/integration/docker-compose.influxdb.yml +++ b/scripts/integration/docker-compose.influxdb.yml @@ -36,8 +36,6 @@ services: - "influxdb-integration-tests" - "--lib" - "${FILTER:-::influxdb::}" - - "--" - - "--nocapture" depends_on: - influxdb-v1 - influxdb-v1-tls diff --git a/scripts/integration/docker-compose.kafka.yml b/scripts/integration/docker-compose.kafka.yml index 7b3970454e576..26621cd5d9443 100644 --- a/scripts/integration/docker-compose.kafka.yml +++ b/scripts/integration/docker-compose.kafka.yml @@ -48,8 +48,6 @@ services: - "kafka-integration-tests" - "--lib" - "${FILTER:-::kafka::}" - - "--" - - "--nocapture" depends_on: - kafka environment: diff --git a/scripts/integration/docker-compose.logstash.yml b/scripts/integration/docker-compose.logstash.yml index 5546f0ee1f040..52d27a4b8d34e 100644 --- a/scripts/integration/docker-compose.logstash.yml +++ b/scripts/integration/docker-compose.logstash.yml @@ -36,8 +36,6 @@ services: - "logstash-integration-tests" - "--lib" - "::logstash::integration_tests::" - - "--" - - "--nocapture" environment: - HEARTBEAT_ADDRESS=0.0.0.0:8080 - LOGSTASH_ADDRESS=0.0.0.0:8081 diff --git a/scripts/integration/docker-compose.loki.yml b/scripts/integration/docker-compose.loki.yml index 0606f65d50c6e..e928def4a91c7 100644 --- a/scripts/integration/docker-compose.loki.yml +++ b/scripts/integration/docker-compose.loki.yml @@ -21,8 +21,6 @@ services: - "loki-integration-tests" - "--lib" - "::loki::" - - "--" - - "--nocapture" depends_on: - loki environment: diff --git a/scripts/integration/docker-compose.mongodb.yml b/scripts/integration/docker-compose.mongodb.yml index 429308aee7459..7161859e29d4a 100644 --- a/scripts/integration/docker-compose.mongodb.yml +++ b/scripts/integration/docker-compose.mongodb.yml @@ -53,8 +53,6 @@ services: - "mongodb_metrics-integration-tests" - "--lib" - "::mongodb_metrics::" - - "--" - - "--nocapture" depends_on: - mongodb-primary - mongodb-secondary diff --git a/scripts/integration/docker-compose.nats.yml b/scripts/integration/docker-compose.nats.yml index e978b1c56dc66..6ecd3bb1561f5 100644 --- a/scripts/integration/docker-compose.nats.yml +++ b/scripts/integration/docker-compose.nats.yml @@ -62,8 +62,6 @@ services: - "nats-integration-tests" - "--lib" - "::nats::" - - "--" - - "--nocapture" depends_on: - nats - nats-userpass diff --git a/scripts/integration/docker-compose.nginx.yml b/scripts/integration/docker-compose.nginx.yml index bc4850b39a3d6..dd69a560733dd 100644 --- a/scripts/integration/docker-compose.nginx.yml +++ b/scripts/integration/docker-compose.nginx.yml @@ -37,8 +37,6 @@ services: - "nginx-integration-tests" - "--lib" - "::nginx_metrics::" - - "--" - - "--nocapture" depends_on: - nginx - squid diff --git a/scripts/integration/docker-compose.postgres.yml b/scripts/integration/docker-compose.postgres.yml index e5eb51bb0b9a4..681a8bcfc648d 100644 --- a/scripts/integration/docker-compose.postgres.yml +++ b/scripts/integration/docker-compose.postgres.yml @@ -28,8 +28,6 @@ services: - "postgresql_metrics-integration-tests" - "--lib" - "${FILTER:-::postgres}" - - "--" - - "--nocapture" depends_on: - postgres environment: diff --git a/scripts/integration/docker-compose.prometheus.yml b/scripts/integration/docker-compose.prometheus.yml index 341d4dda3422a..fa99da5f7dbe6 100644 --- a/scripts/integration/docker-compose.prometheus.yml +++ b/scripts/integration/docker-compose.prometheus.yml @@ -42,8 +42,6 @@ services: - "prometheus-integration-tests" - "--lib" - "${FILTER:-::prometheus::}" - - "--" - - "--nocapture" depends_on: - influxdb - influxdb-tls diff --git a/scripts/integration/docker-compose.pulsar.yml b/scripts/integration/docker-compose.pulsar.yml index 9871eb0e0b52e..f8f41a31d9339 100644 --- a/scripts/integration/docker-compose.pulsar.yml +++ b/scripts/integration/docker-compose.pulsar.yml @@ -23,8 +23,6 @@ services: - "pulsar-integration-tests" - "--lib" - "::pulsar::" - - "--" - - "--nocapture" depends_on: - pulsar environment: diff --git a/scripts/integration/docker-compose.redis.yml b/scripts/integration/docker-compose.redis.yml index 5228f7eb5cc1f..21992602dd7ed 100644 --- a/scripts/integration/docker-compose.redis.yml +++ b/scripts/integration/docker-compose.redis.yml @@ -22,8 +22,6 @@ services: - "redis-integration-tests" - "--lib" - "::redis::" - - "--" - - "--nocapture" depends_on: - redis environment: diff --git a/scripts/integration/docker-compose.splunk.yml b/scripts/integration/docker-compose.splunk.yml index 75361c298941d..060848ad7ac0d 100644 --- a/scripts/integration/docker-compose.splunk.yml +++ b/scripts/integration/docker-compose.splunk.yml @@ -30,8 +30,6 @@ services: - "splunk-integration-tests" - "--lib" - "${FILTER:-::splunk_hec::}" - - "--" - - "--nocapture" depends_on: - splunk-hec environment: