onnxruntime/js/web/test/e2e
Yi Zhang 8e8840f1de
Enable Web CI on Linux (#16419)
### Description
1. Enable Web ci on Linux

### Motivation and Context
1. speed up web ci, the duration can be reduced from 160 minutes to 130
minutes, a time saving of 20% could be be achieved.
The total computation time is 455 minutes now. Moved to Linux, it could
be reduced to 336 minutes.
2. It's the first step to enable compilation cache for emscripten
3. per Yulong's request, build_web stages are still using windows pool


![image](https://github.com/microsoft/onnxruntime/assets/16190118/c9496408-74bd-45ea-b4ae-a4dd2a574d17)


https://dev.azure.com/onnxruntime/onnxruntime/_build/results?buildId=1038382&view=results
2023-06-22 15:42:58 +08:00
..
.gitignore
browser-test-wasm-image-tensor-image.js [js/common] refactor tensor type in onnxruntime-common (#15843) 2023-06-09 16:19:29 -07:00
browser-test-wasm-multi-session-create.js [js/web] allow multiple inference session creating concurrently (#10784) 2022-03-07 11:35:06 -08:00
browser-test-wasm-no-threads.js
browser-test-wasm-path-override-filename.js
browser-test-wasm-path-override-prefix.js
browser-test-wasm-proxy-no-threads.js
browser-test-wasm-proxy.js
browser-test-wasm.js
browser-test-webgl.js
common.js [js/web] allow multiple inference session creating concurrently (#10784) 2022-03-07 11:35:06 -08:00
karma.conf.js
model.onnx
node-test-main-no-threads.js
node-test-main.js
node-test-wasm-path-override-filename.js
node-test-wasm-path-override-prefix.js
package.json [js] upgrade packages in js/web/test/e2e (#14334) 2023-01-25 18:03:48 -08:00
run.js Enable Web CI on Linux (#16419) 2023-06-22 15:42:58 +08:00
simple-http-server.js