Skip to content

Save CI resources by running some jobs only for code changes #64

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 8, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions .prow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ presubmits:
cpu: 2

- name: pull-kcp-operator-build-image
always_run: true
decorate: true
run_if_changed: "(Dockerfile|Makefile|.prow.yaml|go.mod|go.sum|cmd|internal|sdk|hack)"
optional: false
clone_uri: "https://github.com/kcp-dev/kcp-operator"
labels:
preset-goproxy: "true"
Expand All @@ -56,8 +57,9 @@ presubmits:
cpu: 1

- name: pull-kcp-operator-test
always_run: true
decorate: true
run_if_changed: "(Dockerfile|Makefile|.prow.yaml|go.mod|go.sum|cmd|internal|sdk|hack|test)"
optional: false
clone_uri: "https://github.com/kcp-dev/kcp-operator"
labels:
preset-goproxy: "true"
Expand All @@ -76,8 +78,9 @@ presubmits:
cpu: 2

- name: pull-kcp-operator-test-e2e
always_run: true
decorate: true
run_if_changed: "(Dockerfile|Makefile|.prow.yaml|go.mod|go.sum|cmd|internal|sdk|hack|test)"
optional: false
clone_uri: "https://github.com/kcp-dev/kcp-operator"
labels:
preset-goproxy: "true"
Expand All @@ -95,8 +98,8 @@ presubmits:
privileged: true

- name: pull-kcp-operator-test-e2e-canary
always_run: true
decorate: true
run_if_changed: "(Dockerfile|Makefile|.prow.yaml|go.mod|go.sum|cmd|internal|sdk|hack|test)"
optional: true
clone_uri: "https://github.com/kcp-dev/kcp-operator"
labels:
Expand Down