Skip to content

Commit

Permalink
Fossa: Exclude test directories from analysis
Browse files Browse the repository at this point in the history
Summary: Add test paths to exclusion lists in fossa configuration files.

Test Plan:
./build-support/fossa_analysis -- -o
Jenkins: skip

Reviewers: mbautin, sstelmakh

Reviewed By: mbautin, sstelmakh

Subscribers: devops

Differential Revision: https://phabricator.dev.yugabyte.com/D13315
  • Loading branch information
svarnau committed Oct 5, 2021
1 parent 18265e7 commit 4f38cae
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
17 changes: 15 additions & 2 deletions .fossa-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,18 @@ paths:
only:
- ./src
- ./java
# exclude:
# -
exclude:
- ./src/postgres/src/bin/pg_test_fsync
- ./src/postgres/src/bin/pg_test_timing
- ./src/postgres/src/interfaces/ecpg/test
- ./src/postgres/src/interfaces/libpq/test
- ./src/postgres/src/test
- ./src/yb/integration-tests
- ./src/yb/yql/cql/ql/test
- ./java/yb-client/src/test
- ./java/yb-cql-4x/src/test
- ./java/yb-cql/src/test
- ./java/yb-jedis-tests
- ./java/yb-loadtester/src/test
- ./java/yb-multiapi/src/test
- ./java/yb-pgsql/src/test
5 changes: 2 additions & 3 deletions .fossa-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ revision:
paths:
only:
- ./managed
# exclude:
# - ./managed/devops
# - ./managed/docker
exclude:
- ./managed/src/test

0 comments on commit 4f38cae

Please sign in to comment.