-
Notifications
You must be signed in to change notification settings - Fork 248
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
Improvements to Container CI #397
Closed
Closed
Conversation
This file contains 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
Signed-off-by: tylertitsworth <[email protected]> add chatqna support Signed-off-by: tylertitsworth <[email protected]> update tests and repo path Signed-off-by: tylertitsworth <[email protected]> add actions.json file for ci configuration Signed-off-by: tylertitsworth <[email protected]> add codegen Signed-off-by: tylertitsworth <[email protected]> add weekly test Signed-off-by: tylertitsworth <[email protected]> remove ref Signed-off-by: tylertitsworth <[email protected]> change runner label Signed-off-by: tylertitsworth <[email protected]> do the rest of them Signed-off-by: tylertitsworth <[email protected]> copy workflow call into repo due to gha bug #2877542 Signed-off-by: tylertitsworth <[email protected]> configure no start Signed-off-by: tylertitsworth <[email protected]> patch scan and test wfs Signed-off-by: tylertitsworth <[email protected]> change to more descriptive name for reusable workflow Signed-off-by: tylertitsworth <[email protected]> additional bugfix Signed-off-by: tylertitsworth <[email protected]> update scan workflow Signed-off-by: tylertitsworth <[email protected]> see help menus Signed-off-by: tylertitsworth <[email protected]> add missing env Signed-off-by: tylertitsworth <[email protected]> use downcase method Signed-off-by: tylertitsworth <[email protected]> remove test Signed-off-by: tylertitsworth <[email protected]> use valid group dir for rest of scan workflow Signed-off-by: tylertitsworth <[email protected]> return import step Signed-off-by: tylertitsworth <[email protected]> add and validate smoke tests Signed-off-by: tylertitsworth <[email protected]>
Signed-off-by: tylertitsworth <[email protected]>
Signed-off-by: tylertitsworth <[email protected]>
Signed-off-by: tylertitsworth <[email protected]>
Signed-off-by: tylertitsworth <[email protected]>
Signed-off-by: tylertitsworth <[email protected]>
Signed-off-by: tylertitsworth <[email protected]>
Signed-off-by: tylertitsworth <[email protected]>
Signed-off-by: tylertitsworth <[email protected]>
Signed-off-by: tylertitsworth <[email protected]>
Signed-off-by: tylertitsworth <[email protected]>
Signed-off-by: tylertitsworth <[email protected]>
Signed-off-by: tylertitsworth <[email protected]>
Signed-off-by: tylertitsworth <[email protected]>
Signed-off-by: Tyler Titsworth <[email protected]>
Signed-off-by: tylertitsworth <[email protected]>
Signed-off-by: tylertitsworth <[email protected]>
Signed-off-by: tylertitsworth <[email protected]>
JakubLedworowski
pushed a commit
to JakubLedworowski/GenAIExamples
that referenced
this pull request
Jan 28, 2025
* helm: remove unused values Signed-off-by: Lianhao Lu <[email protected]> * change GenAIExamples to download models by iteself Changes the default example for K8S manifests for GenAIExamples to always download the model to avoid extra setup requirements for the end users. Signed-off-by: Lianhao Lu <[email protected]> --------- Signed-off-by: Lianhao Lu <[email protected]>
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.
Description
Update CI to follow DevOps and DevSecOps best practices.
How it works
Given an example(s) (AudioQnA), this workflow creates jobs that perform container CI on that example on a pull request based on whether or not those examples were modified in that PR.
Issues
n/a
Type of change
List the type of change like below. Please delete options that are not relevant.
Dependencies
n/a
Tests
I don't have the runners required to do the validation portion, however when previously testing with
ubuntu-latest
I was able to launch the test script from the correct directory on that runner before it ran out of space.https://github.com/tylertitsworth/GenAIExamples/actions/runs/9896085740?pr=3