Skip to content

Commit

Permalink
Merge pull request #22844 from codenrhoden/enable-ova-ci
Browse files Browse the repository at this point in the history
Enable OVA CI for image-builder
  • Loading branch information
k8s-ci-robot authored Jul 12, 2021
2 parents 7c109d9 + 20890d4 commit 3e0d778
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ presubmits:
preset-kind-volume-mounts: "true"
preset-cluster-api-provider-vsphere-e2e-config: "true"
preset-cloud-provider-vsphere-e2e-config: "true"
always_run: false
optional: true
decorate: true
decoration_config:
timeout: 1h
run_if_changed: 'images/capi/(Makefile|ansible\.cfg)|images/capi/ansible/.*|images/capi/scripts/ci-ova\.sh|images/capi/packer/(config|goss|ova)/.*|images/capi/hack/ensure-(ansible|packer|goss).*'
path_alias: sigs.k8s.io/image-builder
max_concurrency: 5
max_concurrency: 3
spec:
containers:
- image: gcr.io/k8s-testimages/kubekins-e2e:v20210709-09116fb-master
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ presubmits:
labels:
preset-azure-cred: "true"
decorate: true
run_if_changed: 'images/capi/.*'
run_if_changed: 'images/capi/(Makefile|ansible\.cfg)|images/capi/ansible/.*|images/capi/scripts/ci-azure-e2e\.sh|images/capi/packer/(config|goss|azure)/.*|images/capi/hack/ensure-(ansible|packer|jq|azure-cli|goss).*'
decoration_config:
timeout: 1h
max_concurrency: 5
Expand Down

0 comments on commit 3e0d778

Please sign in to comment.