Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix annotations and labels in Helm chart #1967

Merged
merged 1 commit into from
Jun 17, 2020

Conversation

adriangonz
Copy link
Contributor

Changelog

  • Fix annotations and labels in seldon-single-model chart

@adriangonz
Copy link
Contributor Author

/cc @axsaucedo @RafalSkolasinski

@seldondev
Copy link
Collaborator

Wed Jun 17 11:33:43 UTC 2020
The logs for [pr-build] [1] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-1967/1.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-1967 --build=1

@seldondev
Copy link
Collaborator

Wed Jun 17 11:33:53 UTC 2020
The logs for [lint] [2] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-1967/2.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-1967 --build=2

@adriangonz
Copy link
Contributor Author

/test integration
/test notebooks

@seldondev
Copy link
Collaborator

Wed Jun 17 11:36:28 UTC 2020
The logs for [notebooks] [3] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-1967/3.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-1967 --build=3

@seldondev
Copy link
Collaborator

Wed Jun 17 11:36:34 UTC 2020
The logs for [integration] [4] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-1967/4.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-1967 --build=4

@@ -6,15 +6,15 @@
"namespace": "{{ .Release.Namespace }}",
"labels": {
{{- range $name, $val := .Values.labels }}
"{{ $name }}": "{{ $val }}"
"{{ $name }}": "{{ $val }}",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, however with javascript wouldn't you still have an issue if you have a trailing slash? I have seen that with arrays you can use {{if ne $index 0}},{{end}} but in this case you only have name,val so not sure whether it'd be the case. Did it not error out in your case with the extra comma at the end?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Helm usually reads and writes YAMLs, and it seems that the YAML parser is happy with trailing commas.

@axsaucedo
Copy link
Contributor

/approve

@seldondev
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: axsaucedo

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@seldondev
Copy link
Collaborator

@adriangonz: The following test failed, say /retest to rerun them all:

Test name Commit Details Rerun command
notebooks 87e17b3 link /test notebooks

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@axsaucedo axsaucedo merged commit 46dd05b into SeldonIO:master Jun 17, 2020
@axsaucedo axsaucedo removed their assignment May 13, 2021
@seldondev
Copy link
Collaborator

failed to trigger Pull Request pipeline

  • failed to create agent
  • failed to calculate in repo config
  • failed to load trigger config for repository SeldonIO/seldon-core for ref 87e17b3
  • failed to find any lighthouse configuration files in repo SeldonIO/seldon-core at sha 87e17b3
  • failed to process repo SeldonIO/seldon-core refref 87e17b3
  • failed to list files in directory /var/tmp/gitrepo660600678/.lighthouse
  • open /var/tmp/gitrepo660600678/.lighthouse
  • no such file or directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants