Skip to content

feat: display job name for multi-node executions#1873

Merged
maxy-shpfy merged 1 commit intomasterfrom
02-27-feat_display_job_name_for_multi-node_executions
Mar 2, 2026
Merged

feat: display job name for multi-node executions#1873
maxy-shpfy merged 1 commit intomasterfrom
02-27-feat_display_job_name_for_multi-node_executions

Conversation

@maxy-shpfy
Copy link
Collaborator

@maxy-shpfy maxy-shpfy commented Feb 27, 2026

Description

Added job name display to the ExecutionDetails component. The component now extracts and shows the Kubernetes job name from the container state's debug information when available, displaying it alongside existing execution details like pod name.

Related Issue and Pull requests

Type of Change

  • Bug fix
  • New feature
  • Improvement
  • Cleanup/Refactor
  • Breaking change
  • Documentation update

Checklist

  • I have tested this does not break current pipelines / runs functionality
  • I have tested the changes on staging

Screenshots (if applicable)

Use tophat header to test on staging. Run ID = 019c9ca16184fc0bc5de

image.png

Test Instructions

  1. Navigate to a task execution details page
  2. Verify that the job name appears in the execution details section when Kubernetes job information is available
  3. Confirm that the job name is displayed with the label "Job name"
  4. Test with executions that may not have job information to ensure graceful handling

Additional Comments

The implementation includes proper null checking and type validation to safely extract the job name from the debug_info.kubernetes_job.job_name path in the container state response.

@github-actions
Copy link

github-actions bot commented Feb 27, 2026

🎩 To tophat this PR:

You can add the following URL parameter to your browser to tophat this PR:

`?tophat_location=02-27-feat_display_job_name_for_multi-node_executions/25a79e1`

Copy link
Collaborator Author

maxy-shpfy commented Feb 27, 2026

@maxy-shpfy maxy-shpfy marked this pull request as ready for review February 27, 2026 20:03
@maxy-shpfy maxy-shpfy requested a review from a team as a code owner February 27, 2026 20:03
Copy link
Collaborator Author

maxy-shpfy commented Mar 2, 2026

Merge activity

  • Mar 2, 10:23 PM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Mar 2, 10:24 PM UTC: Graphite rebased this pull request as part of a merge.
  • Mar 2, 10:26 PM UTC: @maxy-shpfy merged this pull request with Graphite.

@maxy-shpfy maxy-shpfy force-pushed the 02-27-feat_display_job_name_for_multi-node_executions branch from ec17106 to 25a79e1 Compare March 2, 2026 22:24
@maxy-shpfy maxy-shpfy merged commit 9df6883 into master Mar 2, 2026
15 checks passed
@maxy-shpfy maxy-shpfy deleted the 02-27-feat_display_job_name_for_multi-node_executions branch March 2, 2026 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants