ccurme
d3ff9c5d6a
infra: turn off fail-fast for standard tests ( #21541 )
2024-05-10 18:28:57 +00:00
ccurme
5a3c65a756
standard tests: add xfails ( #20659 )
2024-04-23 17:14:16 -04:00
ccurme
22da9f5f3f
update scheduled tests ( #20526 )
...
repurpose scheduled tests to test over provider packages
2024-04-16 16:49:46 -04:00
Bagatur
35c1bf339d
infra: rm boto3, gcaip from pyproject ( #17270 )
2024-02-08 15:28:22 -08:00
purificant
3606c5d5e9
infra: update poetry 1.6.1 -> 1.7.1 ( #15027 )
2024-01-17 08:51:20 -08:00
purificant
619cd3ce54
ci: upgrade actions ( #15114 )
...
This PR upgrades CI actions
[actions/setup-python](https://github.com/actions/setup-python/releases/tag/v5.0.0 )
and
[google-github-actions/auth](https://github.com/google-github-actions/auth/releases/tag/v2.0.0 )
2024-01-01 14:02:43 -08:00
Erick Friis
477b274a62
langchain[patch]: fix scheduled testing ci dep install ( #14460 )
2023-12-08 10:37:44 -08:00
Erick Friis
ff0d5514c1
langchain[patch]: fix scheduled testing ci variables ( #14459 )
2023-12-08 10:27:21 -08:00
Erick Friis
1d725327eb
langchain[patch]: Fix scheduled testing ( #14428 )
...
- integration tests in pyproject
- integration test fixes
2023-12-08 10:23:02 -08:00
Bagatur
76230d2c08
fireworks scheduled integration tests ( #12373 )
2023-10-26 14:24:42 -07:00
Predrag Gruevski
95a1b598fe
Update to actions/checkout@v4
. ( #11951 )
...
We don't use any of the new functionality at the moment. Just making
sure we don't fall back on versions and fail to benefit from new
patches. This is an easy upgrade and it's always harder to upgrade
across multiple major versions at once.
2023-10-23 10:01:33 -04:00
Bagatur
bd74eba152
add azure openai sched tests ( #11723 )
2023-10-12 10:48:45 -07:00
Predrag Gruevski
88c5349196
Revert "Rm additional file check for scheduled tests ( #11192 )" ( #11297 )
...
This reverts commit ff90bb59bf
.
Requires #11296 to merge first.
2023-10-04 11:35:55 -04:00
Predrag Gruevski
d21dd72d64
Upgrade CI workflows to poetry 1.6.1. ( #11344 )
2023-10-03 19:23:54 -04:00
Bagatur
38d5b63a10
Bedrock scheduled tests ( #11194 )
2023-10-02 15:21:54 -04:00
Bagatur
ff90bb59bf
Rm additional file check for scheduled tests ( #11192 )
...
cc @obi1kenobi Causing issues with GHA creds
https://github.com/langchain-ai/langchain/actions/runs/6342674950/job/17228926776
2023-09-28 11:49:26 -07:00
Bagatur
3508e582f1
add anthropic scheduled tests and unit tests ( #11188 )
2023-09-28 11:47:29 -07:00
Bagatur
040d436b3f
Add vertex scheduled test ( #10958 )
2023-09-23 15:51:59 -07:00
Predrag Gruevski
82d5d4d0ae
Deny creating files as a result of test runs. ( #10253 )
...
A test file was accidentally dropping a `results.json` file in the
current working directory as a result of running `make test`.
This is undesirable, since we don't want to risk accidentally adding
stray files into the repo if we run tests locally and then do `git add
.` without inspecting the file list very closely.
2023-09-06 11:15:16 -04:00
Predrag Gruevski
c06f34fa35
Use new Python setup approach for scheduled tests. ( #9626 )
...
Using the same new unified Python setup as the regular tests and the
lint job, as set up in #9625 .
2023-08-22 16:07:53 -04:00
Predrag Gruevski
a03003f5fd
Upgrade CI poetry version to 1.5.1. ( #9479 )
...
Poetry v1.5.1 was released on May 29, almost 3 months ago. Probably a
safe upgrade.
2023-08-21 10:35:56 -04:00
Bagatur
206f809366
fix sched ci (more) ( #9056 )
2023-08-10 10:39:29 -07:00
Bagatur
e5db8a16c0
Bagatur/fix sched ( #9054 )
2023-08-10 09:34:44 -07:00
Bagatur
e162fd418a
fix sched ci ( #9053 )
2023-08-10 09:29:46 -07:00
Bagatur
269f85b7b7
scheduled gha fix ( #8977 )
2023-08-09 09:44:25 -07:00
Bagatur
95cf7de112
scheduled tests GHA ( #8879 )
...
Adding scheduled daily GHA that runs marked integration tests. To start
just marking some tests in test_openai
2023-08-08 14:55:25 -07:00