Skip to content

Commit 5b90597

Browse files
authored
[patch] Fix maximoit test record label (#266)
1 parent cb4d64e commit 5b90597

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

instance-applications/510-550-ibm-mas-suite-app-config/templates/04-postsync-maximoit-verify.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{{- if eq .Values.mas_app_id "manage" }}
22
{{- if and (.Values.mas_appws_spec.components) (.Values.mas_appws_spec.components.icd) }}
33

4-
# A sanity test is one that can be disruptive i.e. it can create new users, call authenticated apis, creates resources
5-
# in the application. This type of test should only be run in a downstream environment such as a dev or staging env
6-
# The control over if these tests run or not is controlled by the `run_sanity_test` boolean in the values
4+
# A verify test is one that is non disruptive i.e. it won't create new users, i won't call authenticated apis, and it won't creates resources
5+
# in the application. This type of test is run on every environment and allows a layer of verification of the app
76

87
{{ $ns := .Values.mas_app_namespace }}
98
{{ $np_name := "postsync-verify-maximoit-np" }}
@@ -404,7 +403,7 @@ metadata:
404403
argocd.argoproj.io/hook: PostSync
405404
argocd.argoproj.io/hook-delete-policy: BeforeHookCreation
406405
labels:
407-
type: mas-app-sanity-record
406+
type: mas-app-verification-record
408407
{{- if .Values.custom_labels }}
409408
{{ .Values.custom_labels | toYaml | indent 4 }}
410409
{{- end }}

0 commit comments

Comments
 (0)