Skip to content
Snippets Groups Projects
Commit 0718a1a9 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "CI: Enable fluentd in MariaDB jobs"

parents 17404639 866a6ba1
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ enable_cells: "yes" ...@@ -98,7 +98,7 @@ enable_cells: "yes"
{% if scenario == "mariadb" %} {% if scenario == "mariadb" %}
enable_chrony: "no" enable_chrony: "no"
enable_fluentd: "no" enable_fluentd: "yes"
enable_mariadb: "yes" enable_mariadb: "yes"
enable_memcached: "no" enable_memcached: "no"
enable_rabbitmq: "no" enable_rabbitmq: "no"
......
...@@ -61,7 +61,7 @@ function setup_config { ...@@ -61,7 +61,7 @@ function setup_config {
fi fi
if [[ $SCENARIO == "mariadb" ]]; then if [[ $SCENARIO == "mariadb" ]]; then
GATE_IMAGES="^cron,^haproxy,^keepalived,^kolla-toolbox,^mariadb" GATE_IMAGES="^cron,^fluentd,^haproxy,^keepalived,^kolla-toolbox,^mariadb"
fi fi
# NOTE(yoctozepto): we cannot build and push at the same time on debian # NOTE(yoctozepto): we cannot build and push at the same time on debian
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment