Docker-driven tests with latest SDKs#180
Merged
Conversation
Signed-off-by: amitraj <quic_amitraj@quicinc.com>
ochougul
requested changes
Nov 20, 2024
Signed-off-by: amitraj <quic_amitraj@quicinc.com>
Signed-off-by: Onkar Chougule <quic_ochougul@quicinc.com>
ochougul
approved these changes
Nov 20, 2024
Contributor
ochougul
left a comment
There was a problem hiding this comment.
LGTM, will merge once CI passes
shubhagr-qc
pushed a commit
to shubhagr-qc/efficient-transformers
that referenced
this pull request
Nov 22, 2024
* Added Docker support to the Jenkins tests Signed-off-by: amitraj <quic_amitraj@quicinc.com> * Addressed comments Signed-off-by: amitraj <quic_amitraj@quicinc.com> * updated qaic tests time upper limit to 60 minutes Signed-off-by: Onkar Chougule <quic_ochougul@quicinc.com> --------- Signed-off-by: amitraj <quic_amitraj@quicinc.com> Signed-off-by: Onkar Chougule <quic_ochougul@quicinc.com> Co-authored-by: Onkar Chougule <quic_ochougul@quicinc.com>
quic-amitraj
added a commit
to quic-amitraj/efficient-transformers
that referenced
this pull request
Dec 9, 2024
* Added Docker support to the Jenkins tests Signed-off-by: amitraj <quic_amitraj@quicinc.com> * Addressed comments Signed-off-by: amitraj <quic_amitraj@quicinc.com> * updated qaic tests time upper limit to 60 minutes Signed-off-by: Onkar Chougule <quic_ochougul@quicinc.com> --------- Signed-off-by: amitraj <quic_amitraj@quicinc.com> * Added support for Embedding moodels
quic-amitraj
added a commit
to quic-amitraj/efficient-transformers
that referenced
this pull request
Dec 12, 2024
* Added Docker support to the Jenkins tests Signed-off-by: amitraj <quic_amitraj@quicinc.com> * Addressed comments Signed-off-by: amitraj <quic_amitraj@quicinc.com> * updated qaic tests time upper limit to 60 minutes Signed-off-by: Onkar Chougule <quic_ochougul@quicinc.com> --------- Signed-off-by: amitraj <quic_amitraj@quicinc.com> * Added support for Embedding moodels
ochougul
pushed a commit
that referenced
this pull request
Dec 18, 2024
* Docker-driven tests with latest SDKs (#180) * Added Docker support to the Jenkins tests Signed-off-by: amitraj <quic_amitraj@quicinc.com> * Addressed comments Signed-off-by: amitraj <quic_amitraj@quicinc.com> * updated qaic tests time upper limit to 60 minutes Signed-off-by: Onkar Chougule <quic_ochougul@quicinc.com> --------- Signed-off-by: amitraj <quic_amitraj@quicinc.com> * Added support for Embedding moodels * Added support for embedding models Signed-off-by: amitraj <quic_amitraj@quicinc.com> * Lint & Format Signed-off-by: amitraj <quic_amitraj@quicinc.com> * Added batch_size Signed-off-by: amitraj <quic_amitraj@quicinc.com> * Docstring added Signed-off-by: amitraj <quic_amitraj@quicinc.com> * Fix-1 Signed-off-by: amitraj <quic_amitraj@quicinc.com> * Comments Addressed-1 Signed-off-by: amitraj <quic_amitraj@quicinc.com> * Comments addressed-2 Signed-off-by: amitraj <quic_amitraj@quicinc.com> * Lint and formatted Signed-off-by: amitraj <quic_amitraj@quicinc.com> * Comments addressed-3 Signed-off-by: amitraj <quic_amitraj@quicinc.com> * Fix-2 Signed-off-by: amitraj <quic_amitraj@quicinc.com> * Comments addressed-4 Signed-off-by: amitraj <quic_amitraj@quicinc.com> * Minor fix-1 Signed-off-by: amitraj <quic_amitraj@quicinc.com> * fix-major Signed-off-by: amitraj <quic_amitraj@quicinc.com> * fix-minor-2 Signed-off-by: amitraj <quic_amitraj@quicinc.com> * fix-minor-3 Signed-off-by: amitraj <quic_amitraj@quicinc.com> * Update ONNX_EXPORT_OPSET to 13 Signed-off-by: amitraj <quic_amitraj@quicinc.com> --------- Signed-off-by: amitraj <quic_amitraj@quicinc.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migration to Docker: All tests are now executed within Docker containers, ensuring they utilize the
latest SDKs.Automated Container Management: For each PR, Jenkins will create a
dedicated Docker container, which will beremovedafter the tests are completed.Conflict Avoidance: To prevent conflicts, Docker containers will be named using the
branchorPRname.Post-Test Cleanup: Directories will be
cleanedup after test execution, regardless ofpassorfailstatus.