Skip to content

Commit 1aef618

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 8b61d2a commit 1aef618

File tree

1 file changed

+1
-0
lines changed
  • build/fbcode_builder/manifests

1 file changed

+1
-0
lines changed

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)