langchain/.github/workflows
Predrag Gruevski acb54d8b9d
Reduce cache timeouts to ensure faster builds on timeout. (#9619)
The current timeouts are too long, and mean that if the GitHub cache
decides to act up, jobs get bogged down for 15min at a time. This has
happened 2-3 times already this week -- a tiny fraction of our total
workflows but really annoying when it happens to you. We can do better.

Installing deps on cache miss takes about ~4min, so it's not worth
waiting more than 4min for the deps cache. The black and mypy caches
save 1 and 2min, respectively, so wait only up to that long to download
them.
2023-08-22 12:11:38 -04:00
..
_lint.yml Reduce cache timeouts to ensure faster builds on timeout. (#9619) 2023-08-22 12:11:38 -04:00
_pydantic_compatibility.yml Eliminate special-casing from test CI workflows. (#9562) 2023-08-22 11:36:52 -04:00
_release.yml Explicitly add the contents: write permission for publishing releases. (#9617) 2023-08-22 08:38:18 -07:00
_test.yml Eliminate special-casing from test CI workflows. (#9562) 2023-08-22 11:36:52 -04:00
codespell.yml Add api cross ref linking (#8275) 2023-07-26 12:38:58 -07:00
langchain_ci.yml Eliminate special-casing from test CI workflows. (#9562) 2023-08-22 11:36:52 -04:00
langchain_experimental_ci.yml Eliminate special-casing from test CI workflows. (#9562) 2023-08-22 11:36:52 -04:00
langchain_experimental_release.yml Require manually triggering release workflows. (#9552) 2023-08-21 13:54:44 -04:00
langchain_release.yml Require manually triggering release workflows. (#9552) 2023-08-21 13:54:44 -04:00
scheduled_test.yml Upgrade CI poetry version to 1.5.1. (#9479) 2023-08-21 10:35:56 -04:00