Skip to content

Commit cb236bf

Browse files
Merge pull request #80 from shifa-khan/64
docs: remove outdated CI manual update instructions
2 parents ac4df02 + 32b0a7e commit cb236bf

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

171167
Build arguments are defined in `<type>/<version>/app.conf` files. The build script passes these directly via `--build-arg-file`.

docs/DEVELOPMENT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,9 @@ The `ci-status` job always runs and fails if any required job fails or is cancel
159159
Conditional jobs (like `lint-containerfiles` and `test-cuda-image`) may be skipped
160160
when 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

164167
Ensure your changes pass locally:

0 commit comments

Comments
 (0)