File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 build_type : pull-request
5959 test-conda-numba-cuda :
6060 name : Test Conda Python (Numba-CUDA)
61- # Temporarily disabled while the MLIR CI path is being stabilized.
62- if : false
61+ if : needs.detect-changes.outputs.run_numba_cuda_tests == 'true'
6362 needs :
6463 - build-conda
6564 - detect-changes
8988 build_type : pull-request
9089 test-wheels-numba-cuda :
9190 name : Test Wheels (Numba-CUDA)
92- # Temporarily disabled while the MLIR CI path is being stabilized.
93- if : false
91+ if : needs.detect-changes.outputs.run_numba_cuda_tests == 'true'
9492 needs :
9593 - build-wheels
9694 - detect-changes
Original file line number Diff line number Diff line change 1111
1212MLIR_PREFIX = "numbast/src/numbast/experimental/mlir/"
1313
14- BOTH_TEST_PATHS = {
14+ RELEASE_METADATA_PATHS = {
15+ "VERSION" ,
16+ "docs/versions.json" ,
17+ "docs/nv-versions.json" ,
18+ }
19+
20+ BOTH_TEST_PATHS = RELEASE_METADATA_PATHS | {
1521 "numbast/src/numbast/__init__.py" ,
1622 "numbast/src/numbast/tools/static_binding_generator.py" ,
1723 "numbast/src/numbast/tools/static_binding_generator.schema.yaml" ,
You can’t perform that action at this time.
0 commit comments