Skip to content

Commit

Permalink
test: add tests for terminationGracePeriodSeconds
Browse files Browse the repository at this point in the history
  • Loading branch information
masontikhonov committed Sep 17, 2024
1 parent 827be58 commit ba4d09f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ tests:
requests:
cpu: 100m
memory: 128Mi
terminationGracePeriodSeconds: 180
dockerDaemonScheduler:
type: DindKubernetesPod
dindImage: 'somedomain.io/codefresh/dind:tagoverride'
Expand All @@ -109,6 +110,7 @@ tests:
cpu: 400m
memory: 800Mi
requests: null
terminationGracePeriodSeconds: 30
extends:
- system/default/hybrid/k8s_low_limits
description: null
Expand Down
2 changes: 2 additions & 0 deletions charts/cf-runtime/tests/runtime/runtime_onprem_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ tests:
requests:
cpu: 200m
memory: 256Mi
terminationGracePeriodSeconds: 180
dockerDaemonScheduler:
type: DindKubernetesPod
dindImage: 'quay.io/codefresh/dind:tagoverride'
Expand Down Expand Up @@ -152,6 +153,7 @@ tests:
cpu: 1000m
memory: 2048Mi
requests: null
terminationGracePeriodSeconds: 30
userVolumeMounts:
my-cert:
mountPath: /etc/ssl/cert
Expand Down
2 changes: 2 additions & 0 deletions charts/cf-runtime/tests/runtime/runtime_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ tests:
requests:
cpu: 200m
memory: 256Mi
terminationGracePeriodSeconds: 180
dockerDaemonScheduler:
type: DindKubernetesPod
dindImage: 'quay.io/codefresh/dind:tagoverride'
Expand Down Expand Up @@ -165,6 +166,7 @@ tests:
cpu: 1000m
memory: 2048Mi
requests: null
terminationGracePeriodSeconds: 30
userVolumeMounts:
my-cert:
mountPath: /etc/ssl/cert
Expand Down

0 comments on commit ba4d09f

Please sign in to comment.