Skip to content

Commit

Permalink
refactor(config/jobs): run peribolos against org.yaml in evolution repo
Browse files Browse the repository at this point in the history
Signed-off-by: Massimiliano Giovagnoli <[email protected]>
  • Loading branch information
maxgio92 committed Jun 21, 2023
1 parent 1698d24 commit ef1d917
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions config/jobs/peribolos/peribolos.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
presubmits:
falcosecurity/test-infra:
falcosecurity/evolution:
- name: peribolos-pre-submit
branches:
- ^master$
- ^main$
decorate: true
max_concurrency: 1
skip_report: false
run_if_changed: '^config/org.yaml$|^config/jobs/peribolos/.*'
run_if_changed: '^org/org.yaml$'
spec:
containers:
- image: gcr.io/k8s-prow/peribolos:v20230315-6d54c174f4
command:
- peribolos
args:
- --config-path=config/org.yaml
- --config-path=org/org.yaml
- --fix-org
- --fix-org-members
- --fix-repos
Expand All @@ -35,22 +35,22 @@ presubmits:
Archtype: "x86"

postsubmits:
falcosecurity/test-infra:
falcosecurity/evolution:
- name: peribolos-post-submit
branches:
- ^master$
- ^main$
decorate: true
max_concurrency: 1
skip_report: false
run_if_changed: '^config/org.yaml$|^config/jobs/peribolos/.*'
run_if_changed: '^org/org.yaml$'
spec:
containers:
- image: gcr.io/k8s-prow/peribolos:v20230315-6d54c174f4
command:
- peribolos
args:
- --confirm
- --config-path=config/org.yaml
- --config-path=org/org.yaml
- --fix-org
- --fix-org-members
- --fix-repos
Expand Down Expand Up @@ -80,16 +80,16 @@ periodics:
always_run: true
extra_refs:
- org: falcosecurity
repo: test-infra
base_ref: master
repo: evolution
base_ref: main
spec:
containers:
- image: gcr.io/k8s-prow/peribolos:v20230315-6d54c174f4
command:
- peribolos
args:
- --confirm
- --config-path=config/org.yaml
- --config-path=org/org.yaml
- --fix-org
- --fix-org-members
- --fix-repos
Expand Down

0 comments on commit ef1d917

Please sign in to comment.