Skip to content

Commit 3ee29ee

Browse files
KevinYakarfacebook-github-bot
authored andcommitted
Prevent on-diff from running for docs changes
Summary: When making changes to docs, target determinator still spawns the on-diff jobs which makes getting changes in take hours. This adds a shipit.strip section to the fboss manifest so that the determinator will ignore changes made in the docs directory. Reviewed By: shiva-menta Differential Revision: D81794034 fbshipit-source-id: 1bdb068a665f93f33800044248f161b9e0fcd2d5
1 parent eba195e commit 3ee29ee

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

build/fbcode_builder/manifests/fboss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,8 @@ fbcode/fboss/github = .
4949
fbcode/fboss/common = common
5050
fbcode/fboss = fboss
5151

52+
[shipit.strip]
53+
^fbcode/fboss/github/docs/.*
54+
5255
[sandcastle]
5356
run_tests = off

0 commit comments

Comments
 (0)