Merge "CI: Enable fluentd in MariaDB jobs"
This commit is contained in:
commit
0718a1a90c
@ -98,7 +98,7 @@ enable_cells: "yes"
|
||||
|
||||
{% if scenario == "mariadb" %}
|
||||
enable_chrony: "no"
|
||||
enable_fluentd: "no"
|
||||
enable_fluentd: "yes"
|
||||
enable_mariadb: "yes"
|
||||
enable_memcached: "no"
|
||||
enable_rabbitmq: "no"
|
||||
|
@ -61,7 +61,7 @@ function setup_config {
|
||||
fi
|
||||
|
||||
if [[ $SCENARIO == "mariadb" ]]; then
|
||||
GATE_IMAGES="^cron,^haproxy,^keepalived,^kolla-toolbox,^mariadb"
|
||||
GATE_IMAGES="^cron,^fluentd,^haproxy,^keepalived,^kolla-toolbox,^mariadb"
|
||||
fi
|
||||
|
||||
# NOTE(yoctozepto): we cannot build and push at the same time on debian
|
||||
|
Loading…
Reference in New Issue
Block a user