Skip to content

Commit

Permalink
Always run all tests (#811)
Browse files Browse the repository at this point in the history
There were some build fails that slipped trough tests resulting in
broken build. Enabling 'always_run' as those are not long-running, just
to be on safe side.
  • Loading branch information
radoslawc authored Sep 18, 2024
1 parent 7098236 commit 4b974b3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .prow.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
presubmits:
- name: presubmit-nephio-go-test
decorate: true
run_if_changed: "(\\.go|Makefile)$"
always_run: true
spec:
containers:
- image: nephio/gotests:1817817865340850176
Expand All @@ -11,7 +11,7 @@ presubmits:
- unit
- name: presubmit-nephio-golangci-lint
decorate: true
run_if_changed: "(\\.go|Makefile)$"
always_run: true
spec:
containers:
- image: nephio/gotests:1817817865340850176
Expand All @@ -21,7 +21,7 @@ presubmits:
- lint
- name: presubmit-nephio-gosec
decorate: true
run_if_changed: "(\\.go|Makefile)$"
always_run: true
spec:
containers:
- image: nephio/gotests:1817817865340850176
Expand Down Expand Up @@ -71,7 +71,7 @@ presubmits:
cp -R results ${ARTIFACTS}/
- name: presubmit-nephio-lichen
decorate: true
run_if_changed: "^.*.go$"
always_run: true
spec:
containers:
- image: nephio/gotests:1817817865340850176
Expand Down Expand Up @@ -479,4 +479,4 @@ postsubmits:
secretName: regcred
items:
- key: .dockerconfigjson
path: config.json
path: config.json

0 comments on commit 4b974b3

Please sign in to comment.