Skip to content

chore: align GHA job IDs with workflow filenames#3439

Merged
google-oss-prow[bot] merged 1 commit into
masterfrom
copilot/update-gha-file-names
Apr 4, 2026
Merged

chore: align GHA job IDs with workflow filenames#3439
google-oss-prow[bot] merged 1 commit into
masterfrom
copilot/update-gha-file-names

Conversation

Copilot AI commented Apr 4, 2026

Copy link
Copy Markdown
Contributor

GHA job IDs were inconsistently named — most used the generic build, others used arbitrary identifiers like test-kserve, build-kfmr, or kubeflow-integration — making it hard to correlate CI failures back to source files.

Changes

  • 18 files: renamed build job ID to match the workflow filename (e.g. admission_webhook_test, pipeline_test, volumes_web_application_test)
  • 7 files: renamed non-build but still mismatched job IDs:
    • full_kubeflow_integration_test: kubeflow-integrationfull_kubeflow_integration_test
    • kserve_test: test-kservekserve_test
    • model_catalog_test: build-kfmcmodel_catalog_test
    • model_registry_test: build-kfmrmodel_registry_test
    • istio_validation: test-istioistio_validation
    • trivy: image-extraction-and-security-scantrivy
    • welcome-new-contributors: welcomewelcome-new-contributors
  • Unchanged: stale (already matches), linting_bash_python_yaml_files (two distinct jobs — format_python_files / format_bash_files — cannot both match the filename)

Copilot AI review requested due to automatic review settings April 4, 2026 11:16
Copilot AI removed the request for review from Copilot April 4, 2026 11:16
@juliusvonkohout juliusvonkohout marked this pull request as ready for review April 4, 2026 11:17
Copilot AI review requested due to automatic review settings April 4, 2026 11:17
@google-oss-prow google-oss-prow Bot requested a review from kimwnasptd April 4, 2026 11:17
@juliusvonkohout

Copy link
Copy Markdown
Member

thank you
/lgtm
/approve

@google-oss-prow google-oss-prow Bot added the lgtm label Apr 4, 2026
@github-actions

github-actions Bot commented Apr 4, 2026

Copy link
Copy Markdown

Welcome to the Kubeflow Manifests Repository

Thanks for opening your first PR. Your contribution means a lot to the Kubeflow community.

Before making more PRs:
Please ensure your PR follows our Contributing Guide.
Please also be aware that many components are synchronizes from upstream via the scripts in /scripts.
So in some cases you have to fix the problem in the upstream repositories first, but you can use a PR against kubeflow/manifests to test the platform integration.

Community Resources:

Thanks again for helping to improve Kubeflow.

@google-oss-prow

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: juliusvonkohout

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Aligns GitHub Actions job IDs with their workflow filenames to make CI results easier to correlate back to the owning workflow file.

Changes:

  • Renamed per-workflow job IDs from generic build to the workflow’s filename (without extension).
  • Renamed several non-build but mismatched job IDs (e.g., kubeflow-integrationfull_kubeflow_integration_test, test-kservekserve_test, image-extraction-and-security-scantrivy).
  • Standardized job ID naming across the workflows changed in this PR.

Reviewed changes

Copilot reviewed 25 out of 25 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/admission_webhook_test.yaml Rename job ID to admission_webhook_test.
.github/workflows/centraldashboard_test.yaml Rename job ID to centraldashboard_test.
.github/workflows/dex_oauth2-proxy_test.yaml Rename job ID to dex_oauth2-proxy_test.
.github/workflows/full_kubeflow_integration_test.yaml Rename job ID to full_kubeflow_integration_test.
.github/workflows/istio_validation.yaml Rename job ID to istio_validation.
.github/workflows/jupyter_web_application_test.yaml Rename job ID to jupyter_web_application_test.
.github/workflows/katib_test.yaml Rename job ID to katib_test.
.github/workflows/kserve_models_web_application_test.yaml Rename job ID to kserve_models_web_application_test.
.github/workflows/kserve_test.yaml Rename job ID to kserve_test.
.github/workflows/manifests_example_test.yaml Rename job ID to manifests_example_test.
.github/workflows/model_catalog_test.yaml Rename job ID to model_catalog_test.
.github/workflows/model_registry_test.yaml Rename job ID to model_registry_test.
.github/workflows/notebook_controller_test.yaml Rename job ID to notebook_controller_test.
.github/workflows/pipeline_run_from_notebook.yaml Rename job ID to pipeline_run_from_notebook.
.github/workflows/pipeline_test.yaml Rename job ID to pipeline_test.
.github/workflows/profiles_test.yaml Rename job ID to profiles_test.
.github/workflows/ray_test.yaml Rename job ID to ray_test.
.github/workflows/spark_test.yaml Rename job ID to spark_test.
.github/workflows/tensorboard_controller_test.yaml Rename job ID to tensorboard_controller_test.
.github/workflows/tensorboards_web_application_test.yaml Rename job ID to tensorboards_web_application_test.
.github/workflows/trainer_test.yaml Rename job ID to trainer_test.
.github/workflows/training_operator_test.yaml Rename job ID to training_operator_test.
.github/workflows/trivy.yaml Rename job ID to trivy.
.github/workflows/volumes_web_application_test.yaml Rename job ID to volumes_web_application_test.
.github/workflows/welcome-new-contributors.yaml Rename job ID to welcome-new-contributors.

@juliusvonkohout

Copy link
Copy Markdown
Member

/reopen

@google-oss-prow google-oss-prow Bot reopened this Apr 4, 2026
@google-oss-prow

Copy link
Copy Markdown

@juliusvonkohout: Reopened this PR.

Details

In response to this:

/reopen

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@google-oss-prow google-oss-prow Bot merged commit fadffc0 into master Apr 4, 2026
63 checks passed
@google-oss-prow google-oss-prow Bot deleted the copilot/update-gha-file-names branch April 4, 2026 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants