Skip to content

Commit

Permalink
Run gke-external-registry with changes on resources/serverless (kyma-…
Browse files Browse the repository at this point in the history
  • Loading branch information
magicmatatjahu authored Sep 11, 2020
1 parent 5b8a747 commit b3faf3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prow/jobs/kyma/kyma-gke-external-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ presubmits: # runs on PRs
- ^master$
<<: *gke_job_template
# following regexp won't start build if only Markdown files were changed
run_if_changed: "^((resources\\\\serverless\\S+|installation\\S+|tools/kyma-installer\\S+)(\\.[^.][^.][^.]+$|\\.[^.][^dD]$|\\.[^mM][^.]$|\\.[^.]$|/[^.]+$))"
run_if_changed: "^((resources/serverless\\S+|installation\\S+|tools/kyma-installer\\S+)(\\.[^.][^.][^.]+$|\\.[^.][^dD]$|\\.[^mM][^.]$|\\.[^.]$|/[^.]+$))"
labels:
preset-build-pr: "true"
<<: *gke_job_labels_template
Expand Down
2 changes: 1 addition & 1 deletion templates/templates/kyma-gke-external-registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ presubmits: # runs on PRs
- ^master$
<<: *gke_job_template
# following regexp won't start build if only Markdown files were changed
run_if_changed: "^((resources\\\\serverless\\S+|installation\\S+|tools/kyma-installer\\S+)(\\.[^.][^.][^.]+$|\\.[^.][^dD]$|\\.[^mM][^.]$|\\.[^.]$|/[^.]+$))"
run_if_changed: "^((resources/serverless\\S+|installation\\S+|tools/kyma-installer\\S+)(\\.[^.][^.][^.]+$|\\.[^.][^dD]$|\\.[^mM][^.]$|\\.[^.]$|/[^.]+$))"
labels:
preset-build-pr: "true"
<<: *gke_job_labels_template
Expand Down

0 comments on commit b3faf3a

Please sign in to comment.