yiyione
|
cbb99345d7
|
[CI] Fix quick start script & test scripts for nightly-deploy in azure pipeline (#5293)
* Fix quick-start script for deploy in azure pipeline
* fix azure pipeline proxy apt update failure
* fix azure pipeline proxy apt update failure
* set .jobStatus.appId nullable in get jobAttempt schema
|
2021-02-08 17:34:11 +08:00 |
Binyang2014
|
7c180f0b42
|
New get Pod logs API (#5048)
Add new API to get pod logs:
GET /jobs/{job-name}/pods/{podUid}/logs
RESP:
{
"locations": [
{"name": "stdout", "uri": "https://nodeIP/podUid/stdout.0?token=string"},
{"name": "stderr"," uri": "https://nodeIP/podUid/stderr?token=string"}
]
}
|
2020-11-11 18:58:05 +08:00 |
Yifan Xiong
|
5fec45c527
|
[Rest Server] Remove YARN code (#4635)
* Remove YARN code
Remove Hadoop YARN related code.
* Fix CI
Fix CI.
* Add coveralls
Add coveralls.
|
2020-06-30 11:05:08 +08:00 |
yiyione
|
e4a12008a4
|
Add JS SDK tests to CI (#4631)
* add test_rest_server_js_sdk.sh
* update test_rest_server_js_sdk.sh
* add to stage_test.sh
* fix
* fix
* update
* update
* update
* update
* test
* test
* test
* test
* test
* update
* test
* test
* test
* update
* update
* update
* update swagger
* update
* update
* update
* update
* update
* update
* update
* fix timeout
* update swagger version
|
2020-06-23 16:51:40 +08:00 |
YundongYe
|
db46dc0e2e
|
[Jenkins]Remove Yarn Verion's Test (#4440)
|
2020-04-24 10:37:13 +08:00 |
Yifan Xiong
|
8063bf6509
|
[Rest Server] Update job and virtual cluster api (#4381)
* Add bearer auth for job and vc api
* Migrate sku types api in vc
* Add auth token in webportal
|
2020-04-17 13:08:06 +08:00 |
Zhiyuan He
|
51a6e1fa16
|
Add a notice if user still wants to use yarn version (#4340)
* init
* fix
* fix
|
2020-03-31 10:10:40 +08:00 |
Yifan Xiong
|
985cd4ef14
|
[CI/CD] Fix Jenkins issue caused by downloading MNIST 403 (#4257)
* Fix Jenkins issue caused by downloading MNIST 403
Fix Jenkins test job failed issue caused by
upstream pytorch and torchvision.
* Fix autoremove issue
Fix autoremove issue.
|
2020-03-05 20:43:29 +08:00 |
YundongYe
|
7aa68d5dff
|
[paictl] Notify user to deploy k8s with kubespray. (#4180)
|
2020-02-24 20:25:25 +08:00 |
Yifan Xiong
|
93a586e4a8
|
Update kube-runtime dependencies (#4143)
Update kube-runtime dependencies.
Closes #4078.
|
2020-01-16 17:22:18 +08:00 |
Yifan Xiong
|
1d050e585f
|
[CI/CD] Add Jenkins stages for pure k8s version (#4059)
* Add Jenkins stages for pure k8s version
Add Jenkins stages for pure k8s version.
* Add protocol test case
Add protocol test case.
|
2019-12-25 17:59:10 +08:00 |
Yifan Xiong
|
927cda4886
|
[CI/CD] Update Jenkins (#4035)
Update Jenkins.
|
2019-12-23 16:50:52 +08:00 |