Conversation
|
One of the failures (with image artifact failing) might be addressed with #65268 |
doctoc v2.4.0 duplicates the "DON'T EDIT THIS SECTION" warning line on every run when a file has no title between the header comments and the TOC (thlorenz/doctoc#340). Three files in the repo used that pattern, so the hook was adding a stray comment line each time. Add an explicit **Table of contents** title to those three files, which is the shape the 46 other doctoc-managed files in the repo already use. doctoc now leaves them alone on re-run.
|
Pushed fix to doctoc upgrade |
|
Possibly unrelaated (but possibly releated?) timeouts in tests . Re-run it to see if they are flakes. |
|
Looks possibly like if it was specific Python 3.14 issues |
Backport failed to create: v3-2-test. View the failure log Run detailsNote: As of Merging PRs targeted for Airflow 3.X In matter of doubt please ask in #release-management Slack channel.
You can attempt to backport this manually by running: cherry_picker 206d9ac v3-2-testThis should apply the commit to the v3-2-test branch and leave the commit in conflict state marking After you have resolved the conflicts, you can continue the backport process by running: cherry_picker --continueIf you don't have cherry-picker installed, see the installation guide. |
|
No need to backport - it was alrady updated |
* [main] CI: Upgrade important CI environment * Fix doctoc v2.4.0 duplicate-warning regression doctoc v2.4.0 duplicates the "DON'T EDIT THIS SECTION" warning line on every run when a file has no title between the header comments and the TOC (thlorenz/doctoc#340). Three files in the repo used that pattern, so the hook was adding a stray comment line each time. Add an explicit **Table of contents** title to those three files, which is the shape the 46 other doctoc-managed files in the repo already use. doctoc now leaves them alone on re-run. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jarek Potiuk <jarek@potiuk.com>
This PR upgrades important dependencies of the CI environment.