add deferred orion-report step support for changepoint detection#103
Open
mohit-sheth wants to merge 1 commit intoredhat-performance:mainfrom
Open
add deferred orion-report step support for changepoint detection#103mohit-sheth wants to merge 1 commit intoredhat-performance:mainfrom
mohit-sheth wants to merge 1 commit intoredhat-performance:mainfrom
Conversation
Support the upstream change where orion failures are reported through a consolidated orion-report step instead of individual orion steps. Adds fallback JSON discovery, per-test viz URL mapping from individual step artifacts, and multi-link Slack rendering. For full error logs, consumes orion-report-summary.txt directly from the report step when available, eliminating duplicated changepoint formatting. Removes jsonparser.py (extract_json_changepoints) in favor of a lightweight preview builder and the orion --report output. Refactors shared GCS folder-walking into a common helper (list_orion_step_dirs), extracts GCSWEB_BASE_URL constant, and adds gcs_basename/extract_gcs_path/strip_step_prefixes utilities to eliminate duplication. Caches step dir discovery in download_prow_logs to avoid redundant GCS API calls, and excludes report step from JSON downloads to prevent duplicate changepoint entries. Viz links now show warning/checkmark markers indicating which tests have regressions. Signed-off-by: Mohit Sheth <msheth@redhat.com>
1da34eb to
5857f20
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Support the upstream change where orion failures are reported through a consolidated orion-report step instead of individual orion steps. Adds fallback JSON discovery, scaffolding for per-test viz URL mapping, and multi-link Slack rendering. Refactors shared GCS folder-walking into a common helper.