Skip to content

Commit 3e93a1e

Browse files
KevinYakarfacebook-github-bot
authored andcommitted
Prevent on-diff getdeps jobs from running when files in fboss/oss change
Summary: The files in `fboss/oss` are mainly just config files, docker files, and other things that our on diff jobs don't test anyway. By preventing them from running on changes made in this directory, we can save hours of test time on each relevant diff, as the on-diff jobs always have to wait in long queues. Reviewed By: joseph5wu Differential Revision: D81816095 fbshipit-source-id: d3c7e9dee96328c9364e69bc9111c610890fd7f2
1 parent 09eb1e7 commit 3e93a1e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • build/fbcode_builder/manifests

build/fbcode_builder/manifests/fboss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ fbcode/fboss = fboss
5151

5252
[shipit.strip]
5353
^fbcode/fboss/github/docs/.*
54+
^fbcode/fboss/oss/.*
5455

5556
[sandcastle]
5657
run_tests = off

0 commit comments

Comments
 (0)