-
Notifications
You must be signed in to change notification settings - Fork 180
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
Conversation
f34451d
to
7af12c1
Compare
81ee0e4
to
32c5eb2
Compare
/azp run |
Azure Pipelines failed to run 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
.azure_pipelines/job_templates/olive-test-linux-gpu-template.yaml
Outdated
Show resolved
Hide resolved
39baa6b
to
2cd7cd3
Compare
/azp run |
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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
Describe your changes
Checklist before requesting a review
lintrunner -a
(Optional) Issue link