Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

[v1.x] Move majority of ONNX model tests to nightly, only test a few models in PR pipeline #19848

Merged
merged 15 commits into from
Feb 12, 2021

Commits on Feb 10, 2021

  1. Enable end-to-end tests for all models we currently support exporting…

    … to onnx.
    Joe Evans committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    b9aa365 View commit details
    Browse the repository at this point in the history
  2. Replace deprecated ConstantFill onnx operator with Identity, add comm…

    …ented out models that work with onnx export but fail with onnxruntime.
    Joe Evans committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    e066217 View commit details
    Browse the repository at this point in the history
  3. Enable xception end-to-end test.

    Joe Evans committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    752ce9e View commit details
    Browse the repository at this point in the history
  4. Add inceptionv3 to object classification model tests and adapt to sup…

    …port different image sizes.
    Joe Evans committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    9976f76 View commit details
    Browse the repository at this point in the history
  5. Add supported models to end-to-end tests.

    Joe Evans committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    4f13946 View commit details
    Browse the repository at this point in the history
  6. Split onnx tests into different pipelines for now.

    Joe Evans committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    b93fe78 View commit details
    Browse the repository at this point in the history
  7. Split onnx test stage into 4 different stages to reduce load and pipe…

    …line duration.
    Joe Evans committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    0d425da View commit details
    Browse the repository at this point in the history
  8. Further divide onnx runtime tests to prevent a stage from taking too …

    …long.
    Joe Evans committed Feb 10, 2021
    Configuration menu
    Copy the full SHA
    752745e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ed7e4ea View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bc2f2b2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    12559ea View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Configuration menu
    Copy the full SHA
    c92191b View commit details
    Browse the repository at this point in the history
  2. Move all onnxruntime tests to nightly test pipeline, only test a few …

    …CV models for active pipeline due to resource and time limits.
    Joe Evans committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    659c0c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c292c7d View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Just run all tests in test_onnxruntime.py.

    Joe Evans committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    cc4da39 View commit details
    Browse the repository at this point in the history