文件历史

提交图

100 次代码提交

作者 SHA1 备注 提交日期
Hongzhi (Steve), Chen ed0d641666 Add mfbalin to Jenkins. (#5994)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-07-13 09:58:34 +08:00
Rhett Ying e6e5430419 [CI]upgrade pytorch to 1.13+cpu_cu116 (#5977) 2023-07-11 22:18:28 +08:00
Hongzhi (Steve), Chen e2c7dd32ef [Misc] increase timeout for Win unittest to 50 mins. (#5973)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-07-10 15:31:45 +08:00
Rhett Ying ca36441bfe [CI] disable distributed test stage (#5961) 2023-07-07 08:38:09 +08:00
Ramon Zhou 2857813760 [CI] Add intern name into devs list (#5940) 2023-07-03 18:01:10 +08:00
Rhett Ying fa3fbbfb8f [CI] update CI docker images (#5796) 2023-06-06 19:39:32 +08:00
Hongzhi (Steve), Chen 0be0330106 [Misc] Update Jenkins. (#5794)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-06-06 13:21:24 +08:00
caojy1998 041f78ba1f [CI] authorize new contributor (#5788)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-22-182.ap-northeast-1.compute.internal>
2023-06-05 23:22:52 +08:00
keli-wen 154b93c7bd [Doc] Update Jenkinsfile (#5715) 2023-05-19 16:58:41 +08:00
peizhou001 cc5c237965 [GraphBolt]CI patch (#5707)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-25-242.ap-northeast-1.compute.internal>
2023-05-19 10:18:15 +08:00
Tingyu Wang 665c379871 update cugraph docker image for CI (#5614) 2023-04-28 09:54:07 +08:00
Rhett Ying d4ded8fa5e [CI] authorize more contibutors (#5582) 2023-04-23 09:09:29 +08:00
Hongzhi (Steve), Chen 0dd4f76745 Update Jenkinsfile (#5494) 2023-03-24 12:40:33 +08:00
Hongzhi (Steve), Chen 64a0c32d50 Authorize daniil-sizov, itaraban to trigger CI. (#5482) 2023-03-23 10:37:14 +08:00
Hongzhi (Steve), Chen 4785fc7565 Authorize bgawrych to trigger CI. 2023-03-23 09:02:07 +08:00
Rhett Ying 1313067e9a [CI] add new into authorized user group 2023-03-07 14:01:48 +08:00
Hongzhi (Steve), Chen 5bfa813761 [Misc] All overrun on master CI. (#5360)
* exclude_master

* fix

---------

Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-02-21 20:08:01 +08:00
Hongzhi (Steve), Chen e41ce0c66a [Misc] Update Jenkins status. (#5356)
* test

* blabla

* add

* reformat

* balbla

* rollback

* remove

---------

Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-02-21 18:45:00 +08:00
Rhett Ying 197f1d25ed [CI] use more light-weight node for lint check (#5358) 2023-02-21 18:44:30 +08:00
Hongzhi (Steve), Chen 71f7e96aeb [Misc] Abort previous CI. (#5346)
* Abort previous CI

* script

* newtry

* more

* fix

* comment

* add notes

---------

Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-02-21 15:09:30 +08:00
Quan (Andy) Gan f62669b05c enable sparse on windows and mac (#5277)
* enable sparse on windows and mac

* that was stupid

* let's see what's going on..

* [Sparse] Fix the import error on Mac OS.

When using template functions that are defined in source files from DGL,
the loader of MacOS somehow cannot find their definitions. This fix simply
avoids depending on template functions from DGL headers.

With this fix, the sparse tests all pass on the MAC environment.

* ok this is the problem

* make errors clearer

* uh

* test

* Update __init__.py

* disabling ddp on windows

---------

Co-authored-by: czkkkkkk <zekucai@gmail.com>
2023-02-13 13:16:17 +08:00
Rhett Ying 465828cdbc [CI] pre-install required py packages in image for unit/tutorial test (#5276) 2023-02-10 19:11:30 +08:00
Rhett Ying 46a3fc2b5f [CI] updgrade pytorch version for benchmark CI (#5102)
* [CI] updgrade pytorch version for benchmark CI

* update build arguments

* updage

* updage

* upgrade torch to 1.13

* updage docker image

* update cmake args

* try with cu116_torch112

* update build

* update

* update

* update

* update docker image

* update

* update

* update

* update

* final update

* fix continue running

* update

* update

* update
2023-01-06 14:35:36 +08:00
Quan (Andy) Gan 00f2099934 [CI] upgrade CI pytorch version (#5047)
* upgrade CI pytorch version

* update

* revert tensorflow image

* old image (220816) backup

* Update Dockerfile.ci_gpu
2022-12-19 17:29:03 +08:00
Rhett Ying 4d641aba51 [CI] Enlarge timeout limit for dist test (#4927)
Recently we find dist test often fails due to timeout. Root cause is not found yet.
2022-11-21 17:10:01 +08:00
Rhett Ying 2caef17eb8 [CI] deprecate CI tests for MXNet (#4915) 2022-11-17 17:53:01 +08:00
czkkkkkk 7c059e86c7 [Sparse] Add sparse matrix C++ implementation (#4773)
* [Sparse] Add sparse matrix C++ implementation

* Add documentation

* Update

* Minor fix

* Move Python code to dgl/mock_sparse2

* Move headers to include

* lint

* Update

* Add dgl_sparse directory

* Move src code to dgl_sparse

* Add __init__.py in tests to avoid naming conflict

* Add dgl sparse so in Jenkinsfile

* Complete docstring & SparseMatrix basic op

* lint

* Disable win tests
2022-11-07 18:01:19 +08:00
Vibhu Jawa 5833efe0e0 Update cugraph_nightly_torch (#4757) 2022-11-01 08:33:12 +08:00
Rhett Ying b3ae13ab31 Update Jenkinsfile 2022-09-27 16:41:00 +08:00
Rhett Ying be11409312 [CI] Enable DGL cugaph nightly CI (#4573)
* [CI] Enable DGL cugaph nightly CI

* fix build issue

* remove runtime
2022-09-22 15:26:29 +08:00
Rhett Ying dc258603df update dev list 2022-09-22 14:58:50 +08:00
Rhett Ying a3e00c4453 [CI] refine stage logic (#4565)
* [CI] refine stage logic

* refine

* refine
2022-09-16 16:28:04 +08:00
Rhett Ying 7f984b64b2 Revert "[Feature][REVIEW] Enable DGL cugaph nightly CI (#4525)" (#4563)
This reverts commit ec171c648a.
2022-09-16 13:57:50 +08:00
Vibhu Jawa ec171c648a [Feature][REVIEW] Enable DGL cugaph nightly CI (#4525)
* Added cugraph nightly scripts

* Removed nvcr.io//nvidia/pytorch:22.04-py3 reference

Co-authored-by: Rhett Ying <85214957+Rhett-Ying@users.noreply.github.com>
2022-09-16 11:28:30 +08:00
Rhett Ying 11532198b6 [CI] only known devs are authorized to trigger CI (#4518)
* [CI] only known devs are authorized to trigger CI

* fix if author is null

* add comments
2022-09-08 15:37:01 +08:00
Rhett Ying 86656a6b34 [CI] use https instead of http (#4488) 2022-08-31 14:59:40 +08:00
Rhett Ying d248e7686f [CI] enable ssh in docker image for dist test (#4432) 2022-08-18 15:23:51 +08:00
Rhett Ying cf4727a9d9 [CI] upgrade python version to 3.7.0 (#4406)
* [CI] upgrade python version to 3.7.0

* do not upgrade for mxnet cpu due to seg fault

* fix test failure for mxnet
2022-08-17 15:28:34 +08:00
Rhett Ying b3242e90b8 [CI] separate distributed tests from torch cpu tests (#4313)
* [CI] separate distributed tests from torch cpu tests

* remove TF related env
2022-07-30 16:32:35 +08:00
Rhett Ying 85f281170f [CI] Add new CI stage for testing cugraph (#4171)
* [CI] add new stage specific forcuda related features based on nvidia+pytorch

* build and test for gpu_nv

* fix build failure

* fix unit tests

* make -j

* install cython beforehand

* copy cython lib

* test cugraph tests only

* fix typo

* separate test script for cugraph

* refactor build dgl shell
2022-07-05 10:57:07 +08:00
Minjie Wang f7dae4533a [CI] Reduce CI workload (#4196)
* try optimize CI

* fix go test; adjust timing report

* disable certain tests for mx/tf backends

* fix ut

* add pydantic
2022-06-30 20:01:16 +08:00
Rhett Ying 5640b12969 [CI] Upgrade software version of CI docker image (#4189)
Co-authored-by: Minjie Wang <wmjlyjemaine@gmail.com>
2022-06-29 13:34:13 +08:00
Rhett Ying 7936e2eda1 [CI] loose time liimit for unit tests on Win64 (#4119) 2022-06-14 20:13:03 +08:00
Mufei Li 6056ed62c2 Update Jenkinsfile (#3985) 2022-05-09 16:58:07 +08:00
Mufei Li 334e6434d2 [DGL-Go] CI for DGL-Go (#3959)
* Update

* Update

* Fix

* Update

* CI

* Update

* Update

* Update

* Update

* Update

* Update

* Update

* Update

* Update

* Update

* Update

* Update
2022-05-06 12:26:50 +08:00
Rhett Ying 44dba197d1 [CI] fetch status and generate report in separate node/machine (#3973) 2022-05-05 19:31:32 +08:00
Rhett Ying 56614f320f [BugFix] fix job status in master CI (#3962)
* [BugFix] fix job status in master CI

* finalize
2022-04-29 12:54:13 +08:00
Rhett Ying 529fd1075d [CI] fix job status (#3954)
* [CI] fix job status

* fetch from master
2022-04-28 15:49:29 +08:00
Jinjing Zhou 338db32d21 [Feature] Try upload report to s3 (#3891)
refactor CI report and log
2022-04-22 16:02:12 +08:00
Jinjing Zhou a3fd059537 Fix jenkins (#3875)
* try fix

* try fix

* try fix

* try fix

* Revert "try fix"

This reverts commit a3fa0b1e9c0ab892cc3a22acf3770903db8b14a7.

* try fix shared memory

* try fix shared memory

* try fix image version

* fix
2022-03-23 14:13:45 +08:00