Skip to content

Commit

Permalink
Move signature check and bias fuzzer to gha (facebookincubator#9191)
Browse files Browse the repository at this point in the history
Summary:
Move the signature check and bias fuzzer from CCI to GHA.

Pull Request resolved: facebookincubator#9191

Reviewed By: Yuhta

Differential Revision: D55599384

Pulled By: kgpai

fbshipit-source-id: b998a064319f451ebe2d3508f3dbca3d165a669a
  • Loading branch information
assignUser authored and facebook-github-bot committed Apr 1, 2024
1 parent 8aceb24 commit 8acb197
Show file tree
Hide file tree
Showing 13 changed files with 423 additions and 826 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 8acb197

Please sign in to comment.