File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -162,10 +162,6 @@ Use the generation script to create a new version from the template:
162162# Include PYTHON_VERSION and PYTHON_VERSION_NODOT
163163```
164164
165- After adding a new version, also update ` .github/workflows/ci.yml ` :
166- - Add the version to the ` matrix.version ` array in the corresponding test job
167- - Add a version-specific path filter if desired (e.g., ` cuda-13-2 ` )
168-
169165## Build Arguments
170166
171167Build arguments are defined in ` <type>/<version>/app.conf ` files. The build script passes these directly via ` --build-arg-file ` .
Original file line number Diff line number Diff line change @@ -159,6 +159,9 @@ The `ci-status` job always runs and fails if any required job fails or is cancel
159159Conditional jobs (like ` lint-containerfiles ` and ` test-cuda-image ` ) may be skipped
160160when changes do not apply.
161161
162+ Version matrices are built dynamically from the directory structure (` cuda/*/ ` , ` python/*/ ` ).
163+ No manual CI updates are needed when adding new versions.
164+
162165### Before Submitting a PR
163166
164167Ensure your changes pass locally:
You can’t perform that action at this time.
0 commit comments