Skip to content
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
75 changes: 75 additions & 0 deletions config/jobs/kubernetes-sigs/kro/kro-presubmits-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,78 @@ presubmits:
annotations:
testgrid-dashboards: sig-cloud-provider-kro-presubmits
testgrid-tab-name: presubmits-unit-tests
- name: presubmits-integration-tests
always_run: true
optional: false
decorate: true
decoration_config:
timeout: 3h
path_alias: "sigs.k8s.io/kro"
cluster: eks-prow-build-cluster
branches:
- ^main$
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251021-e2c2c9806f-1.33
command:
- scripts/ci/presubmits/integration-tests
Comment on lines +41 to +42
Copy link
Member Author

@a-hilaly a-hilaly Nov 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jakobmoellerdev happy to make all of these scripts one, or just use makefile rule. But also happy to go with this and rework it later on.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think were fine with this for now, we need test runs!

resources:
limits:
cpu: 8
memory: 16Gi
requests:
cpu: 8
memory: 16Gi
annotations:
testgrid-dashboards: sig-cloud-provider-kro-presubmits
testgrid-tab-name: presubmits-integration-tests
- name: presubmits-e2e-tests
always_run: true
optional: false
decorate: true
decoration_config:
timeout: 3h
path_alias: "sigs.k8s.io/kro"
cluster: eks-prow-build-cluster
branches:
- ^main$
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251021-e2c2c9806f-1.33
command:
- scripts/ci/presubmits/e2e-tests
resources:
limits:
cpu: 8
memory: 16Gi
requests:
cpu: 8
memory: 16Gi
annotations:
testgrid-dashboards: sig-cloud-provider-kro-presubmits
testgrid-tab-name: presubmits-e2e-tests
- name: presubmits-build-image
always_run: true
optional: false
decorate: true
decoration_config:
timeout: 2h
path_alias: "sigs.k8s.io/kro"
cluster: eks-prow-build-cluster
branches:
- ^main$
spec:
containers:
- image: gcr.io/k8s-staging-test-infra/kubekins-e2e:v20251021-e2c2c9806f-1.33
command:
- scripts/ci/presubmits/build-image
resources:
limits:
cpu: 4
memory: 8Gi
requests:
cpu: 4
memory: 8Gi
annotations:
testgrid-dashboards: sig-cloud-provider-kro-presubmits
testgrid-tab-name: presubmits-build-image