Skip to content

Commit

Permalink
[patch] Decrease prefix name of juniutreporter (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfiea authored Sep 28, 2024
1 parent 3ae1834 commit a391d10
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
{{- end }}
junitreporter:
reporter_name: "ibm-mas-suite-app-config-{{ $value.mas_app_id }}-{{ $value.mas_workspace_id }}"
reporter_name: "ibm-mas-suite-app-config-{{ $value.mas_app_id }}"
cluster_id: "{{ $.Values.cluster.id }}"
devops_mongo_uri: "{{ $.Values.devops.mongo_uri }}"
devops_build_number: "{{ $.Values.devops.build_number }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
{{- end }}
gpu_request_quota: "{{ .Values.ibm_suite_app_visualinspection_install.gpu_request_quota }}"
junitreporter:
reporter_name: "ibm-mas-suite-app-install-visualinspection"
reporter_name: "ibm-mas-suite-app-install-mvi"
cluster_id: "{{ .Values.cluster.id }}"
devops_mongo_uri: "{{ .Values.devops.mongo_uri }}"
devops_build_number: "{{ .Values.devops.build_number }}"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{{- if .Values.devops_mongo_uri }}


{{ $prefix := printf "pre-junitreporter-%s" .Values.reporter_name }}
{{ $prefix := printf "pre-jreporter-%s" .Values.reporter_name }}
{{ $secret := printf "%s-devopsuri" $prefix }}
{{ $role_name := printf "%s-role" $prefix }}
{{ $rb_name := printf "%s-rb" $prefix }}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{{- if .Values.devops_mongo_uri }}


{{ $preprefix := printf "pre-junitreporter-%s" .Values.reporter_name }}
{{ $preprefix := printf "pre-jreporter-%s" .Values.reporter_name }}
{{ $time_cm := printf "%s-synctime" $preprefix }}

{{ $prefix := printf "post-junitreporter-%s" .Values.reporter_name }}
{{ $prefix := printf "post-jreporter-%s" .Values.reporter_name }}
{{ $role_name := printf "%s-role" $prefix }}
{{ $rb_name := printf "%s-rb" $prefix }}
{{ $sa_name := printf "%s-sa" $prefix }}
Expand Down

0 comments on commit a391d10

Please sign in to comment.