Skip to content
Merged
Show file tree
Hide file tree
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 Apr 15, 2025
3d81fc7
Changed back the spark script file names
kunal-511 Apr 15, 2025
9055c06
fix the structure of the end to end integration to keep install part …
kunal-511 Apr 16, 2025
c27ef68
Fixed the pod timming issue
kunal-511 Apr 16, 2025
71de9e2
Added unauthorized test for model registry
kunal-511 Apr 16, 2025
9ab0a2c
corrected the message
kunal-511 Apr 16, 2025
df72738
Updated the title of gha's as suggested
kunal-511 Apr 16, 2025
686c088
Updated the titles of workflows as suggested
kunal-511 Apr 17, 2025
c1a47fd
Fixed the lint errors
kunal-511 Apr 17, 2025
fa1444e
Update kserve_m2m_test.yaml
juliusvonkohout Apr 17, 2025
11276ec
Delete .github/workflows/notebook_controller_test.yaml
juliusvonkohout Apr 17, 2025
42a4195
Update spark_test.yaml
juliusvonkohout Apr 17, 2025
c4994d4
Update ray_test.yaml
juliusvonkohout Apr 17, 2025
835b02a
Update pipeline_test.yaml
juliusvonkohout Apr 17, 2025
cdfa0f9
Update pipeline_swfs_test.yaml
juliusvonkohout Apr 17, 2025
1f3c4e0
Update pipeline_run_from_notebook.yaml
juliusvonkohout Apr 17, 2025
c37d0a3
Update notebook_controller_m2m_test.yaml
juliusvonkohout Apr 17, 2025
8b613ae
Update model_registry_test.yaml
juliusvonkohout Apr 17, 2025
80b2e6b
Update kserve_m2m_test.yaml
juliusvonkohout Apr 17, 2025
4f94586
Rename notebook_controller_m2m_test.yaml to notebook_controller_test.…
juliusvonkohout Apr 17, 2025
272fa99
Rename kserve_m2m_test.yaml to kserve_test.yaml
juliusvonkohout Apr 17, 2025
4c39f4b
Update full_kubeflow_integration_test.yaml
juliusvonkohout Apr 17, 2025
9198a10
Update pipeline_swfs_test.yaml
juliusvonkohout Apr 17, 2025
76b709f
Update pipeline_swfs_test.yaml
juliusvonkohout Apr 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/admission_webhook_test.yaml
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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/centraldashboard_test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Apply CentralDashboard manifests in KinD
name: Test Central Dashboard in KinD
on:
pull_request:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dex_oauth2-proxy_test.yaml
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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jupyter_web_application_test.yaml
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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/katib_test.yaml
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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notebook_controller_test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Apply Notebook Controller manifests in KinD
name: Test Notebook Controller in KinD
on:
pull_request:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profiles_test.yaml
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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ray_test.yaml
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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spark_test.yaml
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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tensorboard_controller_test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Apply Tensorboard Controller manifests in KinD
name: Test Tensorboard Controller in KinD
on:
pull_request:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tensorboards_web_application_test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Apply TWA manifests in KinD
name: Test Tensorboards Web Application in KinD
on:
pull_request:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/training_operator_test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Apply Training Operator manifests in KinD
name: Deploy and Test Training Operator in KinD
on:
pull_request:
paths:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/volumes_web_application_test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Apply Volumes Web Application manifests in KinD
name: Deploy and Test Volumes Web Application in KinD
on:
pull_request:
paths:
Expand Down
Loading