ashb commented on a change in pull request #9230:
URL: https://github.com/apache/airflow/pull/9230#discussion_r438720305
##########
File path: .github/workflows/ci.yml
##########
@@ -210,6 +210,11 @@ jobs:
run: ./scripts/ci/ci_perform_kind_cluster_operation.sh start
- name: "Deploy app to cluster"
run: ./scripts/ci/ci_deploy_app_to_kubernetes.sh
+ - uses: actions/upload-artifact@v2
+ if: failure()
Review comment:
(There are some limits on artifacts, 5gb for the whole repo across all
builds I think I read somewhere, but if we're only storing compressed text logs
it's probably not even close to an issue)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]