Skip to content

Commit

Permalink
feat: add org.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Massimiliano Giovagnoli <[email protected]>
  • Loading branch information
maxgio92 committed Sep 22, 2022
1 parent 3f46c0d commit 9654d3a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .prow/peribolos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ presubmits:
falcosecurity/evolution:
- name: peribolos-pre-submit
branches:
- ^master$
- ^main$
decorate: true
max_concurrency: 1
skip_report: false
run_if_changed: '^people/org.yaml$|^.prow/peribolos.yaml$'
run_if_changed: '^org/org.yaml$|^.prow/peribolos.yaml$'
spec:
containers:
- image: gcr.io/k8s-prow/peribolos:v20220901-5db9cf5fa2
command:
- peribolos
args:
- --config-path=people/org.yaml
- --config-path=org/org.yaml
- --fix-org
- --fix-org-members
- --fix-repos
Expand All @@ -38,19 +38,19 @@ postsubmits:
falcosecurity/evolution:
- name: peribolos-post-submit
branches:
- ^master$
- ^main$
decorate: true
max_concurrency: 1
skip_report: false
run_if_changed: '^people/org.yaml$|^.prow/peribolos.yaml$'
run_if_changed: '^org/org.yaml$|^.prow/peribolos.yaml$'
spec:
containers:
- image: gcr.io/k8s-prow/peribolos:v20220901-5db9cf5fa2
command:
- peribolos
args:
- --confirm
- --config-path=people/org.yaml
- --config-path=org/org.yaml
- --fix-org
- --fix-org-members
- --fix-repos
Expand Down Expand Up @@ -81,15 +81,15 @@ periodics:
extra_refs:
- org: falcosecurity
repo: evolution
base_ref: master
base_ref: main
spec:
containers:
- image: gcr.io/k8s-prow/peribolos:v20220901-5db9cf5fa2
command:
- peribolos
args:
- --confirm
- --config-path=people/org.yaml
- --config-path=org/org.yaml
- --fix-org
- --fix-org-members
- --fix-repos
Expand Down
File renamed without changes.

0 comments on commit 9654d3a

Please sign in to comment.