-
Notifications
You must be signed in to change notification settings - Fork 14.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bring back Documentation publishing in Canary runs #41931
Labels
area:CI
Airflow's tests and continious integration
area:dev-env
CI, pre-commit, pylint and other changes that do not change the behavior of the final code
area:self-hosted-runners
kind:documentation
Comments
@kaxil - shall you apply the same fix to the workflow as you did in airlfow-site (trick with mounting another volume) - so that auto-publishing of docs and inventory works ? |
kaxil
added a commit
to astronomer/airflow
that referenced
this issue
Oct 19, 2024
This was referenced Oct 19, 2024
potiuk
added a commit
that referenced
this issue
Oct 30, 2024
We are using the same approach as in apache/airflow-site#1055 where we utilise /mnt directory to store checked out airflow-site. Fixes: #41931
potiuk
added a commit
that referenced
this issue
Oct 30, 2024
We are using the same approach as in apache/airflow-site#1055 where we utilise /mnt directory to store checked out airflow-site. Fixes: #41931
potiuk
added a commit
that referenced
this issue
Oct 31, 2024
We are using the same approach as in apache/airflow-site#1055 where we utilise /mnt directory to store checked out airflow-site. This requires to switch back to public runners for canary builds as public runners have space available in /mnt Fixes: #41931
potiuk
added a commit
that referenced
this issue
Oct 31, 2024
We are using the same approach as in apache/airflow-site#1055 where we utilise /mnt directory to store checked out airflow-site. This requires to switch back to public runners for canary builds as public runners have space available in /mnt Fixes: #41931
potiuk
added a commit
that referenced
this issue
Oct 31, 2024
We are using the same approach as in apache/airflow-site#1055 where we utilise /mnt directory to store checked out airflow-site. This requires to switch back to public runners for canary builds as public runners have space available in /mnt Fixes: #41931
ellisms
pushed a commit
to ellisms/airflow
that referenced
this issue
Nov 13, 2024
We are using the same approach as in apache/airflow-site#1055 where we utilise /mnt directory to store checked out airflow-site. This requires to switch back to public runners for canary builds as public runners have space available in /mnt Fixes: apache#41931
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area:CI
Airflow's tests and continious integration
area:dev-env
CI, pre-commit, pylint and other changes that do not change the behavior of the final code
area:self-hosted-runners
kind:documentation
Currently, documentation publishing in Canary runs is disabled. This caused several problems (that will get worse over time):
airflow/.github/workflows/static-checks-mypy-docs.yml
Line 246 in 7cf54a7
The reason is that public runners default "workspace" disk is too small to fit checked out documentation while being published - and "self-hosted ASF runners" were unstable even if they had bigger disk.
There are few ways we can address it:
It's been disabled in #40921
The text was updated successfully, but these errors were encountered: