Merge "mysql: remove grep filter workaround for logs"

This commit is contained in:
Zuul 2019-08-16 12:24:08 +00:00 committed by Gerrit Code Review
commit c646acff64
1 changed files with 1 additions and 2 deletions

View File

@ -268,8 +268,7 @@ outputs:
str_replace:
# Use a Jinja template below to force str_replace
# to quote the resulting string
# TODO: remove the grep filter once #1811384 is fixed
template: &mysql_template '{{ "paunch" }} list --default-runtime RUNTIME -f json -c container -c image | grep -v "isn''t supported by" | jq -r ''.[] | select(.container=="mysql") + {"cli":"RUNTIME"}'''
template: &mysql_template '{{ "paunch" }} list --default-runtime RUNTIME -f json -c container -c image | jq -r ''.[] | select(.container=="mysql") + {"cli":"RUNTIME"}'''
params:
RUNTIME: "{{ container_cli }}"
register: mysql_paunch