You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jobs@airflow.apache.org by GitBox <gi...@apache.org> on 2022/11/01 02:04:13 UTC

[GitHub] [airflow]: Workflow run "Tests" failed!

The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user ashb (triggered by ashb).

Head commit for run:
b29ca4e77d4d80fb1f4d6d4b497a3a14979dd244 / Jarek Potiuk <ja...@potiuk.com>
Move static checks to single-line ones (#27424)

Suddenly github stopped liking 3-years old (otherwise perfectly fine)
double-quoted mutli-line strings indented in the way that they
lacked spaces (even it is perfectly valid yaml). Seems they
changed parser to be a lot more picky (and rather wrong because such
multi-line entries when ended with \ are perfectly fine according to
yaml specification.

This change fixes the problem by making those keys single line and
telling yamlling to ignore their length (yammlint was the main
reason why they were converted into multi-line keys).

Report URL: https://github.com/apache/airflow/actions/runs/3365858476

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: jobs-unsubscribe@airflow.apache.org
For additional commands, e-mail: jobs-help@airflow.apache.org