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

Head commit for run:
ea8eabc1e7fc3c5f602a42d567772567b4be05ac / Jarek Potiuk <[email protected]>
Remove "post-tests" steps for Helm Unit tests in CI (#35437)

The "Helm Unit Tests" are special case of tests - they do not
run airflow code, they are merely runnig `helm` to process the
chart templates with various combinations of parameters. As such,
they do not contribute to coverage of Airflow Python code, and they
do not generate warnings when the code is run so there is no point
in attempting to upload coverage and warnings after the tests
complete. This even generates warnings currently in Job summary:

> Unit tests Helm: other
> No files were found with the provided path: ./files/warnings-*.txt. No
> artifacts will be uploaded.

There is no real cleanup we need after those tests because we are
not running containers during those tests, so we can safely just
remove cleanup steps - not even fix-ownership that helps to deal
with files that are created with root owner during container
based jobs.

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

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to