Skip to content

Commit

Permalink
Merge branch 'facebookincubator:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
ericyuliu authored Sep 23, 2024
2 parents f99942f + 4e45bc5 commit e182316
Show file tree
Hide file tree
Showing 2,886 changed files with 345,363 additions and 432,315 deletions.
89 changes: 0 additions & 89 deletions .circleci/README.md

This file was deleted.

25 changes: 7 additions & 18 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,17 @@ version: 2.1
# This allows us to use CircleCI's dynamic configuration feature
setup: true


# Path-filtering orb is required to continue a pipeline based on
# the path of an updated fileset
orbs:
path-filtering: circleci/[email protected]
jobs:
noop-build:
docker:
- image: cimg/base:2024.02
steps:
- run: circleci-agent step halt

workflows:
version: 2

path-filtering-workflow:
jobs:
- noop-build

- path-filtering/filter:
name: check-sensitive-paths

# Format is: <regex path-to-test> <parameter-to-set> <value-of-pipeline-parameter>
# Regex below will filter out paths with test in them.
mapping: |
velox/expression/((?!.*test).*).* run-longer-expression-fuzzer true
velox/exec/((?!.*test).*).* run-longer-expression-fuzzer true
velox/common/((?!.*test).*).* run-longer-expression-fuzzer true
velox/core/((?!.*test).*).* run-longer-expression-fuzzer true
velox/vector/((?!.*test).*).* run-longer-expression-fuzzer true
config-path: .circleci/dist_compile.yml
Loading

0 comments on commit e182316

Please sign in to comment.