Skip to content

Commit

Permalink
Update README.md (#2666)
Browse files Browse the repository at this point in the history
  • Loading branch information
msaroufim committed Oct 3, 2023
1 parent 68f795a commit c84cdb8
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions test/README.md
@@ -1,18 +1,8 @@
# TorchServe Regression Tests

This folder contains nightly regression tests executed against TorchServe master.These tests use [POSTMAN](https://www.postman.com/downloads/) for exercising all the Management & Inference APIs.

### Latest Test Run Status

* CPU : ![Build Status](https://codebuild.us-east-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiS1QvY3lIUEdUb3hZVWNnbmJ2SEZCdExRNmNkNW9EVk1ZaFNldEk4Q0h3TU1qemwzQ29GNW0xMGFhZkxpOFpiMjUrZVVRVDUrSkh2ZDhBeFprdW5iNjRRPSIsIml2UGFyYW1ldGVyU3BlYyI6IjlvcjRqSTNMTmNhcExZbUwiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master)
* GPU : ![Build Status](https://codebuild.us-east-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiazI0eDNKZElyMjZDU1QweThPV1A2UmlXaVFmM3g4N0M0NGQ0aHdTQ09aR2pkNFJRUmNsd1A4aFk0K1Q3MmJKMG9oR1c0aHpYWlVRbWlGYS9mVmdIUW84PSIsIml2UGFyYW1ldGVyU3BlYyI6IjJxenJYam1lYXNZTFVvMjQiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master)
* Windows : ![Build Status](https://codebuild.us-east-1.amazonaws.com/badges?uuid=eyJlbmNyeXB0ZWREYXRhIjoiWVdOV3RLSU1qZ1pEL3A4b0VoSHlWVmd2T0RWOHF3SGF5T292ZkxJdkk4SmRsQnFTL2k3Z2IwZzU3VnUyV2tqWWNBMVdmb0R5dU4xVzlUaXhLWVlkbjNFPSIsIml2UGFyYW1ldGVyU3BlYyI6Inl1a3NiWDVwYzdXLzhvTVEiLCJtYXRlcmlhbFNldFNlcmlhbCI6MX0%3D&branch=master)

Latest Test Logs : [CPU](https://torchserve-regression-test.s3.amazonaws.com/public/latest/test_exec.log) / [GPU](https://torchserve-regression-test-gpu.s3.amazonaws.com/public/latest/test_exec.log) / [Windows](https://torchserve-regression-test-win.s3.amazonaws.com/public/latest/test_exec.log)

Test Logs By Date - **Update Date in URL PATH of these links** : [CPU](https://torchserve-regression-test.s3.amazonaws.com/public/TS-NIGHTLY-REGRESSION-2020-12-11/tmp/test_exec.log) / [GPU](https://torchserve-regression-test-gpu.s3.amazonaws.com/public/TS-NIGHTLY-REGRESSION-2020-12-11/tmp/test_exec.log) / [Windows](https://torchserve-regression-test-win.s3.amazonaws.com/public/TS-NIGHTLY-REGRESSION-2020-12-11/test_exec.log)

For example update 2020-05-20 in https://torchserve-regression-test.s3.amazonaws.com/public/TS-NIGHTLY-REGRESSION-2020-05-20/tmp/test_exec.log with current date.
This folder contains nightly regression tests executed against TorchServe master.These tests include
* [POSTMAN](https://www.postman.com/downloads/) for exercising all the Management & Inference APIs
* [pytest](https://docs.pytest.org/) to run backend worker regression tests

### Running the test manually.

Expand Down

0 comments on commit c84cdb8

Please sign in to comment.