Update template and contribution guide - #8588
Open
stutiibm wants to merge 2 commits into
Open
Conversation
… validation rules - Make '# Tested on : UBI:<major>.<minor>' header mandatory; CI hard-blocks if missing - Add build_info.json version block key exact-match requirement and wildcard exemption - Document Stage 0 (check_changes) gating downstream jobs on relevant file changes - Rewrite Stage 1 (build_info): PACKAGE_VERSION tracking, key validation, per-UBI outputs - Replace single build stage with parallel build_ubi8/9/10 jobs - Document 10-job wheel matrix (UBI8 py311/312, UBI9 py310–314, UBI10 py312–314) - Note suffix addition skipped in PR builds when COS credentials are absent - Replace flat pipeline flow text with ASCII tree diagram
…clude, and key-match note - Add inline NOTE to 'version' field: version block keys must exactly match this value (e.g. 'v1.12.0' field → key must be 'v1.12.0', not '1.12.0') - Add 'auditwheel_exclude' field documenting the array of shared-library glob patterns excluded from auditwheel repair (e.g. libcuda.so*) - Rename version block descriptor key to state the exact-match rule and wildcard (*) exemption explicitly - Expand 'build_script' in version block to document array form: when multiple UBI targets are needed, provide one script per UBI major (UBI8, UBI9, UBI10); each script's '# Tested on' header determines which build job picks it up
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.
Checklist
set -eoption enabled and observe success ?