[model server] Fix 2.16 tests#191
Closed
rnetser wants to merge 15 commits intoopendatahub-io:2.16from
Closed
Conversation
* Add fixture to set managementState for components Signed-off-by: lugi0 <lgiorgi@redhat.com> * Address PR comments Signed-off-by: lugi0 <lgiorgi@redhat.com> * return dsc instead of yield Signed-off-by: lugi0 <lgiorgi@redhat.com> --------- Signed-off-by: lugi0 <lgiorgi@redhat.com>
* Create size-labeler.yml * Delete .github/workflows/size-labeler.yml * add grpcurl to dockerfile
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…b-io#103) * [TrustyAI] Add test to verify scheduling of drift metrics This PR adds a test to verify the scheduling of TrustyAI drift metrics, and improves related util functions * Create common function to validate TrustyAI requests * Replace tenacity retry with TimeoutWatch retry decorator
…h test (opendatahub-io#102) * Create size-labeler.yml * Delete .github/workflows/size-labeler.yml * add model mesh tests * add model mesh tests * add model mesh tests * update code * increase timeout * add fixtures to enabe kserve modelmesh * add fixtures to enabe kserve modelmesh * add fixtures to enabe kserve modelmesh * add fixtures to enabe kserve modelmesh * update scope * update scope * add service mesh * remove unused xitures * update model registry type in dsc * fix kserve type and remove check
* Create size-labeler.yml * Delete .github/workflows/size-labeler.yml * Add review labels
add issue write permission
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.3](astral-sh/ruff-pre-commit@v0.9.2...v0.9.3) - [github.com/gitleaks/gitleaks: v8.23.1 → v8.23.2](gitleaks/gitleaks@v8.23.1...v8.23.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Ruth Netser <rnetser@redhat.com>
* [WIP] add test for Raw kserve auth Signed-off-by: Milind Waykole <mwaykole@mwaykole-thinkpadp1gen4i.bengluru.csb> * [WIP] add test for Raw kserve auth Signed-off-by: Milind Waykole <mwaykole@mwaykole-thinkpadp1gen4i.bengluru.csb> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * [WIP] add test for Raw kserve auth Signed-off-by: Milind Waykole <mwaykole@mwaykole-thinkpadp1gen4i.bengluru.csb> * [WIP] add test for Raw kserve auth Signed-off-by: Milind Waykole <mwaykole@mwaykole-thinkpadp1gen4i.bengluru.csb> * [WIP] add test for Raw kserve auth Signed-off-by: Milind Waykole <mwaykole@mwaykole-thinkpadp1gen4i.bengluru.csb> * [WIP] add test for Raw kserve auth Signed-off-by: Milind Waykole <mwaykole@mwaykole-thinkpadp1gen4i.bengluru.csb> * [WIP] add test for Raw kserve auth Signed-off-by: Milind Waykole <mwaykole@mwaykole-thinkpadp1gen4i.bengluru.csb> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * addressed comments Signed-off-by: Milind Waykole <mwaykole@mwaykole-thinkpadp1gen4i.bengluru.csb> * addressed comments Signed-off-by: Milind Waykole <mwaykole@mwaykole-thinkpadp1gen4i.bengluru.csb> * addressed comments Signed-off-by: Milind Waykole <mwaykole@mwaykole-thinkpadp1gen4i.bengluru.csb> * addressed comments Signed-off-by: Milind Waykole <mwaykole@mwaykole-thinkpadp1gen4i.bengluru.csb> * addressed comments Signed-off-by: Milind Waykole <mwaykole@mwaykole-thinkpadp1gen4i.bengluru.csb> --------- Signed-off-by: Milind Waykole <mwaykole@mwaykole-thinkpadp1gen4i.bengluru.csb> Co-authored-by: Milind Waykole <mwaykole@mwaykole-thinkpadp1gen4i.bengluru.csb> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…namespace` to suport model-mesh label (opendatahub-io#107) * Create size-labeler.yml * Delete .github/workflows/size-labeler.yml * add model mesh tests * add model mesh tests * add model mesh tests * update code * increase timeout * add fixtures to enabe kserve modelmesh * add fixtures to enabe kserve modelmesh * add fixtures to enabe kserve modelmesh * add fixtures to enabe kserve modelmesh * update scope * update scope * add service mesh * remove unused xitures * update model registry type in dsc * fix kserve type and remove check * model mesh serverless * model mesh serverless * model mesh serverless * address comments * model mesh serverless * model mesh serverless * model mesh serverless * model mesh serverless * model mesh serverless * model mesh serverless * model mesh serverless * model mesh serverless * add saniy marker * delete isvc only if other exists in ns * delete isvc only if other exists in ns * add missing default valu * fix rt instance access * add type to label creator * add type to label creator * add jira skip * fix annotation typos * update condition * update based on new code * collect containers failures * fix tox
… ready (opendatahub-io#89) * Create size-labeler.yml * Delete .github/workflows/size-labeler.yml * automate isvc model status * resolve conflicts * increae timeout * add dependency * add tier marker * add slow marker
|
The following are automatically added/executed:
Available user actions:
Supported labels{'/lgtm', '/verified', '/hold', '/wip'} |
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.
Description
How Has This Been Tested?
Merge criteria: