Skip to content

Commit 2054395

Browse files
fix: remove checksum tests as they fail when chart version changes (#670)
1 parent 873a0ef commit 2054395

File tree

1 file changed

+0
-45
lines changed

1 file changed

+0
-45
lines changed

charts/gitops-runtime/tests/cf-argocd-extras_test.yaml

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -310,51 +310,6 @@ tests:
310310
mountPath: /app/config/codefresh-tls-certs
311311
readOnly: true
312312

313-
- it: Event Reporter checksum annotation should be changed when configmap is updated
314-
template: cf-argocd-extras/event-reporter/statefulset.yaml
315-
values:
316-
- ./values/mandatory-values-ingress.yaml
317-
set:
318-
cf-argocd-extras.eventReporter.configMaps.cmd-params-cm.data.foo: bar
319-
asserts:
320-
- equal:
321-
path: spec.template.metadata.annotations["checksum/config"]
322-
value: "747ba21145c84900dd029f20a15e73096e090da7865b67b86601135d10d8cc18"
323-
324-
325-
- it: Event Reporter checksum annotation should be changed when configmap is updated
326-
template: cf-argocd-extras/event-reporter/statefulset.yaml
327-
values:
328-
- ./values/mandatory-values-ingress.yaml
329-
set:
330-
cf-argocd-extras.eventReporter.configMaps.cmd-params-cm.data.alice: bob
331-
asserts:
332-
- equal:
333-
path: spec.template.metadata.annotations["checksum/config"]
334-
value: "42a0e8eee09a1a411447be59e5b5a078d699560b4d93b62d388a1b622a463b18"
335-
336-
- it: Sources Server checksum annotation should be changed when configmap is updated
337-
template: cf-argocd-extras/sources-server/deployment.yaml
338-
values:
339-
- ./values/mandatory-values-ingress.yaml
340-
set:
341-
cf-argocd-extras.sourcesServer.configMaps.cmd-params-cm.data.foo: bar
342-
asserts:
343-
- equal:
344-
path: spec.template.metadata.annotations["checksum/config"]
345-
value: "1aac0bdcb473209b67afca0d5ff7cb1d9b849748f82c76e53fd9a43c51456dc2"
346-
347-
- it: Sources Server checksum annotation should be changed when configmap is updated
348-
template: cf-argocd-extras/sources-server/deployment.yaml
349-
values:
350-
- ./values/mandatory-values-ingress.yaml
351-
set:
352-
cf-argocd-extras.sourcesServer.configMaps.cmd-params-cm.data.alice: bob
353-
asserts:
354-
- equal:
355-
path: spec.template.metadata.annotations["checksum/config"]
356-
value: "cf799238e8fa77132860698833bfe00a6dce93ec57d994da59aa8be3909e61b5"
357-
358313
- it: Sources Server with external redis
359314
template: cf-argocd-extras/sources-server/deployment.yaml
360315
values:

0 commit comments

Comments
 (0)