Skip to content

Commit 3959ca9

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] [Nova] Disable CircleCI Linux CPU Unittests (#6968)
Summary: * [Nova] Disable CircleCI Linux Unittests * add back linux gpu jobs Reviewed By: YosuaMichael Differential Revision: D41648539 fbshipit-source-id: d865e38327d5132392db3e87fd62f8b9790b0c5a
1 parent ea61dd8 commit 3959ca9

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

.circleci/config.yml

Lines changed: 0 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.circleci/regenerate.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,8 @@ def unittest_workflows(indentation=6):
250250
for device_type in ["cpu", "gpu"]:
251251
if os_type == "macos" and device_type == "gpu":
252252
continue
253+
if os_type == "linux" and device_type == "cpu":
254+
continue
253255
for i, python_version in enumerate(PYTHON_VERSIONS):
254256
job = {
255257
"name": f"unittest_{os_type}_{device_type}_py{python_version}",

0 commit comments

Comments
 (0)