Skip to content

Commit

Permalink
Update e2e presubmit jobs to also run in release branches
Browse files Browse the repository at this point in the history
  • Loading branch information
sp1999 committed Jun 12, 2024
1 parent 3c4936e commit 25c379b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jobs/aws/eks-anywhere/eks-anywhere-e2e-presubmits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ presubmits:
always_run: false
run_if_changed: "^Makefile|^cmd/.*|^go.mod$|^go.sum$|hack/.*|internal/.*|^pkg/.*|test/.*|controllers/.*"
branches:
- ^main$
- ^main|release-.*$
cluster: "prow-presubmits-cluster"
error_on_eviction: true
max_concurrency: 10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ presubmits:
always_run: false
run_if_changed: "test/e2e/TINKERBELL_HARDWARE_COUNT.yaml|test/e2e/tinkerbell_test.go"
branches:
- ^main$
- ^main|release-.*$
cluster: "prow-presubmits-cluster"
error_on_eviction: true
max_concurrency: 10
Expand Down

0 comments on commit 25c379b

Please sign in to comment.