Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate pipeline linux test to docker image #1529

Merged
merged 17 commits into from
Jan 9, 2025
Merged

Migrate pipeline linux test to docker image #1529

merged 17 commits into from
Jan 9, 2025

Conversation

xiaoyu-work
Copy link
Contributor

@xiaoyu-work xiaoyu-work commented Dec 19, 2024

Describe your changes

  • Migrate pipeline linux test to docker image.
  • Skip failed tests for further investigation. Potential fail reasons:
    • python 3.10
    • onnxruntime 1.20
    • docker in docker

Checklist before requesting a review

  • Add unit tests for this change.
  • Make sure all tests can pass.
  • Update documents if necessary.
  • Lint and apply fixes to your code by running lintrunner -a
  • Is this a user-facing change? If yes, give a description of this change to be included in the release notes.
  • Is this PR including examples changes? If yes, please remember to update example documentation in a follow-up PR.

(Optional) Issue link

@xiaoyu-work
Copy link
Contributor Author

/azp run

Copy link

Azure Pipelines failed to run 1 pipeline(s).

@xiaoyu-work
Copy link
Contributor Author

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@xiaoyu-work
Copy link
Contributor Author

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@xiaoyu-work
Copy link
Contributor Author

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

parameters:
name: Linux_CI_Unit_Test_Olive
pool: $(OLIVE_POOL_UBUNTU2004)
device: 'cpu'
windows: False
test_type: 'unit_test'
onnxruntime: ort-nightly
onnxruntime: onnxruntime
onnxruntime_nightly: true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like this parameter is not used yet? the setup template is still looking for ort-nightly in the package name

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah i just added this here to prepare the future nightly pipeline fix.

@xiaoyu-work xiaoyu-work merged commit dcc0cb9 into main Jan 9, 2025
24 checks passed
@xiaoyu-work xiaoyu-work deleted the xiaoyu/ppl branch January 9, 2025 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants