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 for empty explainers #1604

Merged
merged 7 commits into from
Mar 25, 2020
Merged

Conversation

adriangonz
Copy link
Contributor

Fixes #1593

Changelog

  • Fix typo on basicAmbassadorTest function.
  • Add helper isEmptyExplainer().
  • Use helper to check if we should create an explainer deployment and/or add an explainer label.
  • Migrate operator/controller/labels_test.go to Gomega. Apparently they weren't running with t.Run().
  • Add empty explainer tests for controllers.createExplainer().

@adriangonz
Copy link
Contributor Author

/cc @cliveseldon @glindsell @axsaucedo

@adriangonz
Copy link
Contributor Author

/test integration

@seldondev
Copy link
Collaborator

Wed Mar 25 16:15:58 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-1604/1.log

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

@seldondev
Copy link
Collaborator

Wed Mar 25 16:16:37 UTC 2020
The logs for [integration] [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-1604/3.log

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

@seldondev
Copy link
Collaborator

Wed Mar 25 16:17:12 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-1604/2.log

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

@ukclivecox
Copy link
Contributor

/lgtm

@seldondev
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: cliveseldon

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

@ukclivecox
Copy link
Contributor

I assume integration tests will fail for prepackaged server until that PR is merged?

@adriangonz
Copy link
Contributor Author

That is a good point @cliveseldon. Only those should fail.

@seldondev
Copy link
Collaborator

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

Test name Commit Details Rerun command
integration ca51117 link /test integration

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.

@adriangonz
Copy link
Contributor Author

Those were the only ones failing. Should we merge then @cliveseldon?

@axsaucedo axsaucedo merged commit 1deb0d7 into SeldonIO:master Mar 25, 2020
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.

Empty explainers on old deployments
4 participants