Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
fixed requests/resources,volumes, always_run fields
  • Loading branch information
asim-reza committed Sep 6, 2022
commit f94ffebb84adba3417c69cfcf49ce66f74d38683
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ periodics:
secretKeyRef:
name: cluster-lifecycle-github-token
key: cluster-lifecycle-github-token
volumes:
- name: cluster-lifecycle-github-token
secret:
secretName: cluster-lifecycle-github-token
items:
- key: cluster-lifecycle-github-token
path: cluster-lifecycle-github-token
volumes:
- name: cluster-lifecycle-github-token
secret:
secretName: cluster-lifecycle-github-token
items:
- key: cluster-lifecycle-github-token
path: cluster-lifecycle-github-token
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-0.3
testgrid-tab-name: capi-verify-book-links-release-0-3
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,13 @@ periodics:
secretKeyRef:
name: cluster-lifecycle-github-token
key: cluster-lifecycle-github-token
volumes:
- name: cluster-lifecycle-github-token
secret:
secretName: cluster-lifecycle-github-token
items:
- key: cluster-lifecycle-github-token
path: cluster-lifecycle-github-token
volumes:
- name: cluster-lifecycle-github-token
secret:
secretName: cluster-lifecycle-github-token
items:
- key: cluster-lifecycle-github-token
path: cluster-lifecycle-github-token
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-0.4
testgrid-tab-name: capi-verify-book-links-release-0-4
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,13 @@ periodics:
secretKeyRef:
name: cluster-lifecycle-github-token
key: cluster-lifecycle-github-token
volumes:
- name: cluster-lifecycle-github-token
secret:
secretName: cluster-lifecycle-github-token
items:
- key: cluster-lifecycle-github-token
path: cluster-lifecycle-github-token
volumes:
- name: cluster-lifecycle-github-token
secret:
secretName: cluster-lifecycle-github-token
items:
- key: cluster-lifecycle-github-token
path: cluster-lifecycle-github-token
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-1.0
testgrid-tab-name: capi-verify-book-links-release-1-0
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,13 @@ periodics:
# docker-in-docker needs privileged mode
securityContext:
privileged: true
requests:
# these are both a bit below peak usage during build
# this is mostly for building kubernetes
memory: "9000Mi"
# during the tests more like 3-20m is used
cpu: 2000m
resources:
requests:
# these are both a bit below peak usage during build
# this is mostly for building kubernetes
memory: "9000Mi"
# during the tests more like 3-20m is used
cpu: 2000m
annotations:
testgrid-dashboards: provider-gcp-compute-persistent-disk-csi-driver
testgrid-tab-name: Kubernetes Master Driver Latest Release
Expand Down Expand Up @@ -60,12 +61,13 @@ periodics:
# docker-in-docker needs privileged mode
securityContext:
privileged: true
requests:
# these are both a bit below peak usage during build
# this is mostly for building kubernetes
memory: "9000Mi"
# during the tests more like 3-20m is used
cpu: 2000m
resources:
requests:
# these are both a bit below peak usage during build
# this is mostly for building kubernetes
memory: "9000Mi"
# during the tests more like 3-20m is used
cpu: 2000m
annotations:
testgrid-dashboards: provider-gcp-compute-persistent-disk-csi-driver
testgrid-tab-name: Kubernetes Master Driver Latest Release Candidate
Expand Down Expand Up @@ -96,12 +98,13 @@ periodics:
# docker-in-docker needs privileged mode
securityContext:
privileged: true
requests:
# these are both a bit below peak usage during build
# this is mostly for building kubernetes
memory: "9000Mi"
# during the tests more like 3-20m is used
cpu: 2000m
resources:
requests:
# these are both a bit below peak usage during build
# this is mostly for building kubernetes
memory: "9000Mi"
# during the tests more like 3-20m is used
cpu: 2000m
annotations:
testgrid-dashboards: provider-gcp-compute-persistent-disk-csi-driver
testgrid-tab-name: Kubernetes Master Driver Latest
Expand Down Expand Up @@ -132,12 +135,13 @@ periodics:
# docker-in-docker needs privileged mode
securityContext:
privileged: true
requests:
# these are both a bit below peak usage during build
# this is mostly for building kubernetes
memory: "9000Mi"
# during the tests more like 3-20m is used
cpu: 2000m
resources:
requests:
# these are both a bit below peak usage during build
# this is mostly for building kubernetes
memory: "9000Mi"
# during the tests more like 3-20m is used
cpu: 2000m
annotations:
testgrid-dashboards: provider-gcp-compute-persistent-disk-csi-driver
testgrid-tab-name: Kubernetes Master Driver Latest Canary Sidecars
Expand Down Expand Up @@ -168,13 +172,13 @@ periodics:
# docker-in-docker needs privileged mode
securityContext:
privileged: true
resources:
requests:
# these are both a bit below peak usage during build
# this is mostly for building kubernetes
memory: "9000Mi"
# during the tests more like 3-20m is used
cpu: 2000m
resources:
requests:
# these are both a bit below peak usage during build
# this is mostly for building kubernetes
memory: "9000Mi"
# during the tests more like 3-20m is used
cpu: 2000m
annotations:
testgrid-dashboards: provider-gcp-compute-persistent-disk-csi-driver
testgrid-tab-name: Migration Kubernetes Master Driver Stable
Expand Down Expand Up @@ -205,13 +209,13 @@ periodics:
# docker-in-docker needs privileged mode
securityContext:
privileged: true
resources:
requests:
# these are both a bit below peak usage during build
# this is mostly for building kubernetes
memory: "9000Mi"
# during the tests more like 3-20m is used
cpu: 2000m
resources:
requests:
# these are both a bit below peak usage during build
# this is mostly for building kubernetes
memory: "9000Mi"
# during the tests more like 3-20m is used
cpu: 2000m
annotations:
testgrid-dashboards: provider-gcp-compute-persistent-disk-csi-driver
testgrid-tab-name: Migration Kubernetes Master Driver Latest
Expand Down
3 changes: 2 additions & 1 deletion config/jobs/kubernetes-sigs/kind/kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ periodics:
repo: kind
base_ref: main
path_alias: sigs.k8s.io/kind
always_run: true
# periodics does not have an "always_run field"
# always_run: true
labels:
preset-dind-enabled: "true"
spec:
Expand Down
3 changes: 2 additions & 1 deletion config/jobs/kubernetes-sigs/sig-windows/soak-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ periodics:
- interval: 24h
name: periodic-soak-tests-capz-windows-2019
decorate: true
always_run: false
# periodics does not have an "always_run field"
# always_run: false
optional: true
decoration_config:
timeout: 8h
Expand Down
3 changes: 2 additions & 1 deletion config/jobs/kubernetes-sigs/wg-multi-tenancy/hnc-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ periodics:
testgrid-alert-email: [email protected]
testgrid-num-failures-to-alert: "1"
interval: 24h
always_run: true # Different from the postsubmit; copied from kind periodics
# periodics does not have an "always_run field"
# always_run: true # Different from the postsubmit; copied from kind periodics (fixed in kind as well)
decorate: true
decoration_config:
timeout: 1h
Expand Down