Ivan Cheung and GitHub
4fca7d98b2
Increases notebook concurrency and linted CI files ( #512 )
...
* Fixed private pool issues
* Ran linter
* Added worker timeouts
* Tweaked timeout
* Removed gcloud requirement
* Removed unneeded file
2022-05-18 18:58:54 -04:00
sudarshan-SpringML and GitHub
f0a9e4b9fe
added mlops folder to tested_folders file ( #418 )
2022-03-28 10:37:21 -05:00
Ivan Cheung and GitHub
ad6b5e5830
Update test_notebook_vm.txt
2022-02-15 18:17:11 -05:00
Ivan Cheung and GitHub
d441eb9d7a
Update test_notebook_vm.txt
2022-02-15 18:14:37 -05:00
Ivan Cheung and GitHub
4ab2cfb713
feat: Added test_notebook_vm.txt to only test fast-running notebooks. Also fix private_pool not being used for tests. ( #248 )
...
* feat: Added test_notebook_vm.txt
* Propagate private pool to child builds
* Fixed workerpool issue
* Removed private pool requirement
* Added default pool
* Fixed private pool region issue
* Added comment
* Made private_pool_id arg optionally present
* Fixed when private pool is optional
* Fix regional issue bug
* Fixed pandas requirement
* Removed flaky notebook
2022-02-03 15:48:40 -05:00
ivanmkc
b35cd42015
Added exception check for deletion method
2022-01-27 11:54:29 -05:00
Ivan Cheung and GitHub
5e323993db
[WIP] Relax requirements for DLVM's ( #238 )
...
* Update requirements.txt
* Relax all CI requirements
2022-01-26 16:47:09 -05:00
e0f6c66351
chore(deps): update dependency pandas to v1.4.0 ( #233 )
...
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com >
2022-01-24 13:58:50 -06:00
Ivan Cheung and GitHub
3733b28772
Updated requirements ( #235 )
2022-01-24 14:54:31 -05:00
WhiteSource Renovate and GitHub
cdc8847f9b
chore(deps): update dependency papermill to v2.3.4 ( #234 )
2022-01-24 10:46:31 -06:00
5378d38a05
chore(deps): update dependency ipython to v8.0.1 ( #222 )
...
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com >
2022-01-21 11:15:14 -06:00
Ivan Cheung and GitHub
92bb40349f
Cleaned up cloud build by renaming files and moving methods around ( #219 )
...
* Cleaned up cloud build
* Fixed bug
* More renaming and comment cleanup
* Added helper file
* Fixed missing return
2022-01-20 15:55:38 -05:00
7a6763ca33
chore(deps): update dependency numpy to v1.22.1 ( #214 )
...
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com >
2022-01-14 17:10:52 -06:00
9f9526b722
Delete Dockerfile ( #198 )
...
Co-authored-by: Andrew Ferlitsch <aferlitsch@google.com >
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com >
2022-01-14 14:28:30 -05:00
Ivan Cheung and GitHub
267684b7c3
Added private pool to cloud build config ( #211 )
2022-01-14 14:27:34 -05:00
6bace666e4
chore(deps): update dependency ipython to v8 ( #209 )
...
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com >
2022-01-13 15:24:51 -06:00
cadbc733b8
chore(deps): update dependency numpy to v1.22.0 ( #207 )
...
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com >
2022-01-13 14:19:43 -06:00
31e4985480
chore(deps): update dependency nbconvert to v6.4.0 ( #197 )
...
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com >
2022-01-11 13:32:39 -06:00
672b8bd262
chore(deps): update dependency numpy to v1.21.5 ( #191 )
...
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com >
2022-01-11 13:28:22 -06:00
a942a63959
chore(deps): update dependency ipython to v7.31.0 ( #199 )
...
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com >
2022-01-05 19:22:15 -06:00
3e955d0b83
chore(deps): update dependency pandas to v1.3.5 ( #189 )
...
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com >
2021-12-16 17:20:10 -06:00
WhiteSource Renovate and GitHub
ae058696eb
chore(deps): update dependency matplotlib to v3.5.1 ( #188 )
2021-12-16 17:14:30 -06:00
fa62eef2d1
chore(deps): pin dependencies ( #8 )
...
Co-authored-by: Karl Weinmeister <11586922+kweinmeister@users.noreply.github.com >
2021-12-16 17:06:22 -06:00
Karl Weinmeister and GitHub
a79a283a77
build: Add step to upgrade pip ( #159 )
...
* build: Add step to upgrade pip
* Changed location for running pip upgrade
* Removed whitespace
2021-11-19 15:02:48 -06:00
Ivan Cheung and GitHub
a2ae130378
Fixed edge case where no notebooks are detected ( #152 )
2021-11-15 13:11:17 -06:00
Karl Weinmeister and GitHub
dddd43c191
Revert "Temporary CI change to exempt failed notebooks ( #148 )" ( #150 )
...
This reverts commit 3632c5b849 .
2021-11-15 13:03:46 -06:00
Ivan Cheung and GitHub
740958005a
Parallel custom job notebook execution ( #120 )
...
* Initial commit
* Added parallel execution
2021-11-12 18:31:36 -05:00
Karl Weinmeister and GitHub
3632c5b849
Temporary CI change to exempt failed notebooks ( #148 )
...
#120 is failing due to existing notebooks failing. This change will temporarily reduce the number of folders checked, to enable this PR to be merged, which enables weekly regression tests. Then, we will address the issues with the notebooks and remove these exemptions.
2021-11-12 09:11:09 -08:00
Morgan Du and GitHub
e54cd9c495
sync with ai-platform-samples ( #25 )
...
* sync with ai-platform-samples
* fix: update links
2021-08-16 12:26:14 -07:00
Morgan Du and GitHub
64d51657bf
Copy PR template from ai-platform-samples ( #5 )
...
* Copy Cloudbuild and GithubActions setup from ai-platform-samples for notebook testing (#1 )
* copy github actions
* copy Cloud Build
* add Dockerfile for cloud build
* add notebook test_folders.txt to .cloud-build and update the file path
* copy PR teamplate from ai-platform-samples
2021-07-25 15:55:31 -07:00
Morgan Du and GitHub
ec63327372
Clear up .cloud-build/test_folders.txt ( #6 )
...
* copy github actions
* copy Cloud Build
* add Dockerfile for cloud build
* add notebook test_folders.txt to .cloud-build and update the file path
2021-07-25 15:51:20 -07:00
Morgan Du and GitHub
64a778c5e7
Copy Cloudbuild and GithubActions setup from ai-platform-samples for notebook testing ( #1 )
...
* copy github actions
* copy Cloud Build
* add Dockerfile for cloud build
* add notebook test_folders.txt to .cloud-build and update the file path
2021-07-20 10:37:18 -07:00