-
Notifications
You must be signed in to change notification settings - Fork 1k
Improving gha's to make them consistent #3099
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
Merged
google-oss-prow
merged 24 commits into
kubeflow:master
from
kunal-511:making-gha-consistent
Apr 17, 2025
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
321255f
Improving gha's to make them consistent
kunal-511 3d81fc7
Changed back the spark script file names
kunal-511 9055c06
fix the structure of the end to end integration to keep install part …
kunal-511 c27ef68
Fixed the pod timming issue
kunal-511 71de9e2
Added unauthorized test for model registry
kunal-511 9ab0a2c
corrected the message
kunal-511 df72738
Updated the title of gha's as suggested
kunal-511 686c088
Updated the titles of workflows as suggested
kunal-511 c1a47fd
Fixed the lint errors
kunal-511 fa1444e
Update kserve_m2m_test.yaml
juliusvonkohout 11276ec
Delete .github/workflows/notebook_controller_test.yaml
juliusvonkohout 42a4195
Update spark_test.yaml
juliusvonkohout c4994d4
Update ray_test.yaml
juliusvonkohout 835b02a
Update pipeline_test.yaml
juliusvonkohout cdfa0f9
Update pipeline_swfs_test.yaml
juliusvonkohout 1f3c4e0
Update pipeline_run_from_notebook.yaml
juliusvonkohout c37d0a3
Update notebook_controller_m2m_test.yaml
juliusvonkohout 8b613ae
Update model_registry_test.yaml
juliusvonkohout 80b2e6b
Update kserve_m2m_test.yaml
juliusvonkohout 4f94586
Rename notebook_controller_m2m_test.yaml to notebook_controller_test.…
juliusvonkohout 272fa99
Rename kserve_m2m_test.yaml to kserve_test.yaml
juliusvonkohout 4c39f4b
Update full_kubeflow_integration_test.yaml
juliusvonkohout 9198a10
Update pipeline_swfs_test.yaml
juliusvonkohout 76b709f
Update pipeline_swfs_test.yaml
juliusvonkohout File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| name: Build & Apply PodDefaults manifests in KinD | ||
| name: Test Admission Webhook in KinD | ||
| on: | ||
| pull_request: | ||
| paths: | ||
|
|
||
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| name: Build & Apply Dex manifests in KinD | ||
| name: Test Dex and OAuth2 Proxy in KinD | ||
| on: | ||
| pull_request: | ||
| paths: | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| name: Build & Apply JWA manifests in KinD | ||
| name: Test Jupyter Web Application in KinD | ||
| on: | ||
| pull_request: | ||
| paths: | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| name: Build & Apply Katib manifests in KinD | ||
| name: Deploy and Test Katib in KinD | ||
| on: | ||
| pull_request: | ||
| paths: | ||
|
|
||
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| name: Build & Apply Profiles manifests in KinD | ||
| name: Test Profiles in KinD | ||
| on: | ||
| pull_request: | ||
| paths: | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| name: Build & Apply Ray manifest in KinD | ||
| name: Deploy and Test Ray in KinD | ||
| on: | ||
| pull_request: | ||
| paths: | ||
|
|
||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| name: Build & Apply Spark manifest in KinD | ||
| name: Deploy and Test Spark in KinD | ||
| on: | ||
| pull_request: | ||
| paths: | ||
|
|
||
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.