Conversation
c5affaa to
8af056a
Compare
8af056a to
4e8bb0e
Compare
|
@wznoinsk Here's the tool & config that I used to generate the multi-arch status table. I'm not sure if this repo is the best place for it or not, but it's only reading data from here, so proposing here. I know you mentioned something else that would look at Google Sheets. I'm not sure if that's needed with this, but if that part is still useful, note that this can output to CSV that could be imported into Google Sheets, or it could probably be updated to post to Google sheets directly or something like that. |
|
hi @grdryn, it's definitively a useful tool to visualize things my concerns would be:
I don't know the best place for these kind of QoL tools all in all, I'm trying to create tools and data sources only if they are part of a bigger system (e.g.: monitoring, used by one or more teams frequently) as that almost guarantees the data/tool will be kept up to date |
44fa18c to
1f4a793
Compare
Add a new tool to generate tables showing which CPU architectures each RHOAI component is built for, organized in script/multi-arch-tracking/: - generate-table.py: Main script with support for multiple output formats (markdown, CSV, Jira, text) and git branch reading - exceptions.toml: Configuration for architecture exceptions and accelerator incompatibility rules - README.md: Comprehensive documentation with usage examples Key features: - Auto-detects repository root and config location - Reads PipelineRun files from filesystem or git branches (--branch) - Applies exception rules and accelerator compatibility logic - Generates tables with Jira issue tracking for exceptions - Works from both repository root and script directory Assisted-By: Claude <noreply@anthropic.com>
7547879 to
57c1184
Compare
Summary
Adds new tooling to track and report which CPU architectures (amd64, arm64, ppc64le, s390x) each RHOAI component supports.
What's Added
New Directory:
script/multi-arch-tracking/Files:
generate-table.py- Main script for generating architecture support tablesexceptions.toml- Configuration for tracking exceptions and accelerator incompatibility rulesREADME.md- Comprehensive documentationKey Features
Multi-format output:
Git branch support:
./script/multi-arch-tracking/generate-table.py --branch rhoai-3.2Smart defaults:
Exception tracking:
Usage Examples
Test Plan
🤖 Generated with Claude Code