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