Skip to content

Expose job artifact search from the job runs table#3346

Open
stbenjam wants to merge 1 commit intoopenshift:mainfrom
stbenjam:symptom-screener
Open

Expose job artifact search from the job runs table#3346
stbenjam wants to merge 1 commit intoopenshift:mainfrom
stbenjam:symptom-screener

Conversation

@stbenjam
Copy link
Member

Summary

  • Adds checkbox selection and a "Search Artifacts" button to the job runs table, allowing users to open the Job Artifact Query dialog for multiple selected runs
  • Adds a per-row magnifying glass icon to search artifacts for a single job run
  • Extracts prow run IDs from the job URL string to avoid JavaScript number precision loss for large prow build IDs

Test plan

  • Navigate to /jobs/<release>/runs and verify checkboxes appear on each row
  • Select multiple rows and verify the "Search Artifacts" button appears
  • Click "Search Artifacts" and verify the Job Artifact Query dialog opens with the selected runs
  • Click the magnifying glass icon on a single row and verify JAQ opens for that run
  • Verify artifact searches return results (not "record not found")

🤖 Generated with Claude Code

Add the ability to search job artifacts directly from the "All job runs"
page. Users can now select multiple job runs via checkboxes and click
"Search Artifacts" to open the Job Artifact Query dialog, or use a
per-row magnifying glass icon to search artifacts for a single run.

The job run ID is extracted from the prow URL rather than the JSON
numeric id field to avoid JavaScript number precision loss for large
prow build IDs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@openshift-ci-robot
Copy link

Pipeline controller notification
This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: automatic mode

@openshift-ci openshift-ci bot requested review from deads2k and sosiouxme March 18, 2026 18:19
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 18, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: stbenjam

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

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 18, 2026
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Mar 18, 2026

Important

Review skipped

Auto reviews are limited based on label configuration.

🚫 Review skipped — only excluded labels are configured. (1)
  • do-not-merge/work-in-progress

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository YAML (base), Organization UI (inherited)

Review profile: CHILL

Plan: Pro

Run ID: 077ff363-79d8-4d11-bea7-d5f7ed061ad8

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
📝 Coding Plan
  • Generate coding plan for human review comments

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci-robot
Copy link

Scheduling required tests:
/test e2e

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Mar 18, 2026

@stbenjam: all tests passed!

Full PR test history. Your PR dashboard.

Details

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-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants