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 keda notebook testing #2565

Merged
merged 5 commits into from
Oct 23, 2020
Merged

Conversation

anggao
Copy link
Contributor

@anggao anggao commented Oct 21, 2020

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #2563

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

NONE

@seldondev
Copy link
Collaborator

Hi @anggao. Thanks for your PR.

I'm waiting for a SeldonIO member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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 jenkins-x/lighthouse repository.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@anggao
Copy link
Contributor Author

anggao commented Oct 21, 2020

@cliveseldon @RafalSkolasinski FYI

@RafalSkolasinski
Copy link
Contributor

Thanks @anggao!
/test notebooks

@RafalSkolasinski
Copy link
Contributor

/test integration

@seldondev
Copy link
Collaborator

Wed Oct 21 14:35:35 UTC 2020
The logs for [notebooks] [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-2565/1.log

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

@seldondev
Copy link
Collaborator

Wed Oct 21 14:35:58 UTC 2020
The logs for [integration] [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-2565/2.log

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

@anggao
Copy link
Contributor Author

anggao commented Oct 21, 2020

/test lint

@seldondev
Copy link
Collaborator

@anggao: Cannot trigger testing until a trusted user reviews the PR and leaves an /ok-to-test message.

In response to this:

/test lint

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 jenkins-x/lighthouse repository.

@anggao
Copy link
Contributor Author

anggao commented Oct 21, 2020

@RafalSkolasinski can you add /ok-to-test for me :)

@RafalSkolasinski
Copy link
Contributor

/ok-to-test

@seldondev
Copy link
Collaborator

Wed Oct 21 15:16:37 UTC 2020
The logs for [lint] [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-2565/4.log

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

@seldondev
Copy link
Collaborator

Wed Oct 21 15:16:48 UTC 2020
The logs for [pr-build] [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-2565/3.log

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

@anggao
Copy link
Contributor Author

anggao commented Oct 21, 2020

/retest

@seldondev
Copy link
Collaborator

Wed Oct 21 17:02:40 UTC 2020
The logs for [integration] [6] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-2565/6.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-2565 --build=6

@seldondev
Copy link
Collaborator

Wed Oct 21 17:02:45 UTC 2020
The logs for [notebooks] [5] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-2565/5.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-2565 --build=5

@anggao
Copy link
Contributor Author

anggao commented Oct 21, 2020

I found
test_keda_prom_auto_scale passed 1 out of the required 1 times. Success!

Looks like the failure just because flaky tests ?

@ukclivecox ukclivecox added this to In progress in 1.4 via automation Oct 22, 2020
@ukclivecox ukclivecox added this to the 1.4 milestone Oct 22, 2020
@RafalSkolasinski
Copy link
Contributor

RafalSkolasinski commented Oct 22, 2020

I found
test_keda_prom_auto_scale passed 1 out of the required 1 times. Success!

Looks like the failure just because flaky tests ?

I am afraid not, the integration tests started failing and they were fine before :(

Currently we know about three other notebook tests failing:

  • custom_metrics
  • protocol_examples
  • explainer_examples

everything else should be green

@anggao
Copy link
Contributor Author

anggao commented Oct 22, 2020

@RafalSkolasinski hum... I will take a look

@anggao
Copy link
Contributor Author

anggao commented Oct 22, 2020

/retest

@seldondev
Copy link
Collaborator

Thu Oct 22 10:58:07 UTC 2020
The logs for [integration] [8] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-2565/8.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-2565 --build=8

@seldondev
Copy link
Collaborator

Thu Oct 22 10:58:18 UTC 2020
The logs for [notebooks] [7] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-2565/7.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-2565 --build=7

@ukclivecox ukclivecox moved this from In progress to In Review in 1.4 Oct 22, 2020
@ukclivecox ukclivecox removed this from In Review in 1.4 Oct 22, 2020
@ukclivecox
Copy link
Contributor

/test integration

@seldondev
Copy link
Collaborator

Thu Oct 22 13:37:02 UTC 2020
The logs for [integration] [9] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-2565/9.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-2565 --build=9

@seldondev
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
To complete the pull request process, please assign cliveseldon
You can assign the PR to them by writing /assign @cliveseldon in a comment when ready.

The full list of commands accepted by this bot can be found 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

@anggao
Copy link
Contributor Author

anggao commented Oct 22, 2020

/test integration

@anggao
Copy link
Contributor Author

anggao commented Oct 22, 2020

/test notebooks

@seldondev
Copy link
Collaborator

Thu Oct 22 14:35:43 UTC 2020
The logs for [lint] [11] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-2565/11.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-2565 --build=11

@seldondev
Copy link
Collaborator

Thu Oct 22 14:35:46 UTC 2020
The logs for [pr-build] [10] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-2565/10.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-2565 --build=10

@seldondev
Copy link
Collaborator

Thu Oct 22 14:36:08 UTC 2020
The logs for [integration] [12] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-2565/12.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-2565 --build=12

@seldondev
Copy link
Collaborator

Thu Oct 22 14:36:46 UTC 2020
The logs for [notebooks] [13] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-2565/13.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-2565 --build=13

@anggao
Copy link
Contributor Author

anggao commented Oct 22, 2020

/retest

@seldondev
Copy link
Collaborator

Thu Oct 22 16:41:54 UTC 2020
The logs for [lint] [15] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-2565/15.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-2565 --build=15

@seldondev
Copy link
Collaborator

Thu Oct 22 16:41:58 UTC 2020
The logs for [pr-build] [14] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-2565/14.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-2565 --build=14

@anggao
Copy link
Contributor Author

anggao commented Oct 22, 2020

/test integration

@anggao
Copy link
Contributor Author

anggao commented Oct 22, 2020

/test notebooks

@seldondev
Copy link
Collaborator

Thu Oct 22 16:45:33 UTC 2020
The logs for [integration] [16] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-2565/16.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-2565 --build=16

@seldondev
Copy link
Collaborator

Thu Oct 22 16:45:43 UTC 2020
The logs for [notebooks] [17] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-2565/17.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-2565 --build=17

@seldondev
Copy link
Collaborator

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

Test name Commit Details Rerun command
notebooks 7c93b2a 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 jenkins-x/lighthouse repository. I understand the commands that are listed here.

@anggao
Copy link
Contributor Author

anggao commented Oct 22, 2020

Looks like only known notebook issue left: explainer_examples

@axsaucedo
Copy link
Contributor

Awesome @anggao! This looks great - almost all green ticks! After this and Clive's prs are merged we'll be back to green ticks for all tests 🚀

@ukclivecox ukclivecox merged commit 9da1f5e into SeldonIO:master Oct 23, 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.

KEDA prom auto scale notebook is broken
5 participants