@@ -130,40 +130,40 @@ subprojects:
130130 checks :
131131 - " fabric-cpu-guardian" # aggregated check for all cases
132132
133- - id : " lightning_fabric: lit GPU"
134- paths :
135- - " .actions/*"
136- - " .lightning/workflows/fabric.yml"
137- - " examples/fabric/**"
138- - " examples/run_fabric_examples.sh"
139- - " requirements/fabric/**"
140- - " src/lightning/__init__.py"
141- - " src/lightning/__setup__.py"
142- - " src/lightning/__version__.py"
143- - " src/lightning/fabric/**"
144- - " src/lightning_fabric/*"
145- - " tests/tests_fabric/**"
146- - " tests/run_standalone_*.sh"
147- - " pyproject.toml" # includes pytest config
148- - " !requirements/*/docs.txt"
149- - " !*.md"
150- - " !**/*.md"
151- checks :
152- - " fabric.yml / Lit Job (nvidia/cuda:12.1.1-devel-ubuntu22.04, fabric, 3.10)"
153- - " fabric.yml / Lit Job (fabric, 3.12)"
154- - " fabric.yml / Lit Job (lightning, 3.12)"
155-
156- # Temporarily disabled
157- # - id: "lightning_fabric: TPU workflow"
158- # paths:
159- # # tpu CI availability is very limited, so we only require tpu tests
160- # # to pass when their configurations are modified
161- # - ".github/workflows/tpu-tests.yml.disabled"
162- # - "tests/tests_fabric/run_tpu_tests.sh"
163- # checks:
164- # - "test-on-tpus (pytorch, pjrt, v4-8)"
165-
166- # SECTION: common
133+ # - id: "lightning_fabric: lit GPU"
134+ # paths:
135+ # - ".actions/*"
136+ # - ".lightning/workflows/fabric.yml"
137+ # - "examples/fabric/**"
138+ # - "examples/run_fabric_examples.sh"
139+ # - "requirements/fabric/**"
140+ # - "src/lightning/__init__.py"
141+ # - "src/lightning/__setup__.py"
142+ # - "src/lightning/__version__.py"
143+ # - "src/lightning/fabric/**"
144+ # - "src/lightning_fabric/*"
145+ # - "tests/tests_fabric/**"
146+ # - "tests/run_standalone_*.sh"
147+ # - "pyproject.toml" # includes pytest config
148+ # - "!requirements/*/docs.txt"
149+ # - "!*.md"
150+ # - "!**/*.md"
151+ # checks:
152+ # - "fabric.yml / Lit Job (nvidia/cuda:12.1.1-devel-ubuntu22.04, fabric, 3.10)"
153+ # - "fabric.yml / Lit Job (fabric, 3.12)"
154+ # - "fabric.yml / Lit Job (lightning, 3.12)"
155+ #
156+ # # Temporarily disabled
157+ # # - id: "lightning_fabric: TPU workflow"
158+ # # paths:
159+ # # # tpu CI availability is very limited, so we only require tpu tests
160+ # # # to pass when their configurations are modified
161+ # # - ".github/workflows/tpu-tests.yml.disabled"
162+ # # - "tests/tests_fabric/run_tpu_tests.sh"
163+ # # checks:
164+ # # - "test-on-tpus (pytorch, pjrt, v4-8)"
165+ #
166+ # # SECTION: common
167167
168168 - id : " mypy"
169169 paths :
0 commit comments