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
Yifan Xiong
5d565a8465
Add end-to-end test docker image src
...
Add end-to-end test docker image src
2018-04-15 16:49:00 +08:00
Yifan Xiong
c9db215634
fix bugs
2018-03-01 22:21:27 +08:00
Yifan Xiong
cc5a39ae52
Add jobs cleanup in end to end test
...
Add jobs cleanup in end to end test.
2018-02-07 21:10:58 +08:00
Yifan Xiong
8660991054
Merge pull request #273 from Microsoft/xiongyf/config-dev
...
[Rest Server] Make codeDir optional in job config file
2018-02-01 19:12:28 +08:00
Yifan Xiong
fa863138c1
update cntk job config files
2018-02-01 19:06:37 +08:00
Yifan Xiong
bda80a12c9
Fix token parsing bug in tests
...
Fix token parsing bug in end to end tests.
2018-01-29 19:56:57 +08:00
Yifan Xiong
87a85b4979
Merge pull request #260 from Microsoft/xiongyf/e2e-test-dev
...
[Tests] Comment CNTK test job log redirection
2018-01-25 19:32:42 +08:00
abuccts
e2957ae5b1
Comment CNTK test job log redirect
2018-01-24 20:57:15 +08:00
Yifan Xiong
a81ffd961c
fix bugs
2018-01-19 21:54:47 +08:00
abuccts
7bc8729866
Fix bug
2018-01-10 22:42:12 +08:00
abuccts
0f32256f92
Store test account in config file
...
Store test account in config file.
2018-01-10 22:29:05 +08:00
abuccts
c2802fb8f5
Shorten CNTK job duration
...
Shorten CNTK g2p job duration. Run one epoch only.
2018-01-10 22:11:15 +08:00
abuccts
0e51aa8980
Update end to end test
...
Update end to end test:
- Add CNTK job script
- Submit a CNTK test job through rest server
2018-01-09 19:52:10 +08:00
Yifan Xiong
31ff2743de
Merge branch 'xiongyf/e2e-test-dev' of https://github.com/Microsoft/aii into xiongyf/e2e-test-dev
2018-01-08 22:05:56 +08:00
Yifan Xiong
ab05c5c8ae
Update end to end test
...
Update end to end test:
- Install pai-fs
- Prepare CNTK job code and data
- Check hdfs root path through pai-fs
- Make Test dir on hdfs through pai-fs
- Upload job data to hdfs through pai-fs
- Submit a test job through framework launcher
2018-01-08 22:01:08 +08:00
Yifan Xiong
82533113ef
bug fix
2018-01-08 21:57:23 +08:00
Yifan Xiong
8b5bb3596a
Add readme for end to end test
...
Add README.md for end to end test.
2018-01-05 13:53:10 +08:00
Yifan Xiong
ac30aafe52
Setup end to end test
...
Setup end to end test:
- Check pods status
- Check hdfs root path
- Check launcher webservice
- Check rest api
2018-01-04 17:49:31 +08:00