From fd769e239766ab8ae96a572600ba0c8b7deba307 Mon Sep 17 00:00:00 2001 From: Sam Lurye Date: Fri, 3 Oct 2025 14:03:30 -0700 Subject: [PATCH 1/2] Github CI run on master Differential Revision: [D83871989](https://our.internmc.facebook.com/intern/diff/D83871989/) [ghstack-poisoned] --- hello.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 hello.txt diff --git a/hello.txt b/hello.txt new file mode 100644 index 000000000..e69de29bb From 9737b8d9617765f5c9d34eba872f0bbeb961175f Mon Sep 17 00:00:00 2001 From: Sam Lurye Date: Fri, 3 Oct 2025 15:46:56 -0700 Subject: [PATCH 2/2] Update on "Github CI run on master" Differential Revision: [D83871989](https://our.internmc.facebook.com/intern/diff/D83871989/) [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..e9740c37c 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 and not test_controller.py" # TODO(meriksen): temporarily disabled to unblock lands while debugging # mock CUDA issues on the OSS setup # python python/tests/test_mock_cuda.py