Skip to content

Commit

Permalink
Make the 1.29 kubevirtci presubmit required (#3130)
Browse files Browse the repository at this point in the history
With the introduction of the 1.29 provider[1] - the presubmit should
become required.

The 1.26 presubmit is no longer required as this provider will be
removed shortly.

[1] kubevirt/kubevirtci#1094

Signed-off-by: Brian Carey <[email protected]>
  • Loading branch information
brianmcarey authored Dec 16, 2023
1 parent 0bd8be1 commit d77b896
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ presubmits:
path: /dev
type: Directory
name: devices
- always_run: true
- always_run: false
cluster: kubevirt-prow-workloads
decorate: true
decoration_config:
Expand Down Expand Up @@ -332,7 +332,7 @@ presubmits:
memory: 1Gi
securityContext:
privileged: true
- always_run: false
- always_run: true
cluster: kubevirt-prow-workloads
decorate: true
decoration_config:
Expand Down

0 comments on commit d77b896

Please sign in to comment.