forked from facebookincubator/velox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'facebookincubator:main' into main
- Loading branch information
Showing
2,886 changed files
with
345,363 additions
and
432,315 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
Oops, something went wrong.