From 5c1a1b387b36fd5c32df01cae811f088f6123922 Mon Sep 17 00:00:00 2001 From: Sam Lurye Date: Fri, 3 Oct 2025 14:49:56 -0700 Subject: [PATCH 1/2] Github CI no v1 Differential Revision: [D83876711](https://our.internmc.facebook.com/intern/diff/D83876711/) **NOTE FOR REVIEWERS**: This PR has internal Meta-specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D83876711/)! [ghstack-poisoned] --- .github/workflows/test-gpu-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-gpu-python.yml b/.github/workflows/test-gpu-python.yml index 2ef02057e..10d945b8d 100644 --- a/.github/workflows/test-gpu-python.yml +++ b/.github/workflows/test-gpu-python.yml @@ -53,7 +53,7 @@ jobs: pyright python/tests/test_python_actors.py # Run GPU Python tests - LC_ALL=C pytest python/tests/ -s -v -m "not oss_skip" + LC_ALL=C pytest python/tests/ -s -v -m "not oss_skip" -k "not (test_python_actors.py and [True]) and not test_host_mesh.py and not test_proc_mesh.py and not (test_actor_mesh.py and [True]) and not (test_actor_error.py and [True])" # TODO(meriksen): temporarily disabled to unblock lands while debugging # mock CUDA issues on the OSS setup # python python/tests/test_mock_cuda.py From b623882da8a2938d93527912a750d7ae94d9bb91 Mon Sep 17 00:00:00 2001 From: Sam Lurye Date: Fri, 3 Oct 2025 15:35:44 -0700 Subject: [PATCH 2/2] Update on "Github CI no v1" Differential Revision: [D83876711](https://our.internmc.facebook.com/intern/diff/D83876711/) **NOTE FOR REVIEWERS**: This PR has internal Meta-specific changes or comments, please review them on [Phabricator](https://our.internmc.facebook.com/intern/diff/D83876711/)! [ghstack-poisoned] --- .github/workflows/test-gpu-python.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-gpu-python.yml b/.github/workflows/test-gpu-python.yml index 10d945b8d..99be31fac 100644 --- a/.github/workflows/test-gpu-python.yml +++ b/.github/workflows/test-gpu-python.yml @@ -53,6 +53,7 @@ jobs: pyright python/tests/test_python_actors.py # Run GPU Python tests + # LC_ALL=C pytest python/tests/ -s -v -m "not oss_skip" -k "not (test_python_actors.py and [True]) and not test_host_mesh.py and not test_proc_mesh.py and not (test_actor_mesh.py and [True]) and not (test_actor_error.py and [True])" # TODO(meriksen): temporarily disabled to unblock lands while debugging # mock CUDA issues on the OSS setup