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 webhook rbac and add istio tests #1276

Merged
merged 11 commits into from
Dec 16, 2019
Merged

Fix webhook rbac and add istio tests #1276

merged 11 commits into from
Dec 16, 2019

Conversation

ukclivecox
Copy link
Contributor

@ukclivecox ukclivecox commented Dec 16, 2019

Fixes #1273
Fixes #1274
Fixes #1275
Fixes #1281

  • Updates webhook to add selectors for all versions not just 1.0
  • Add helm templates for certificates in webhook for all versions
  • Add istio to tests and makes all rolling update tests do both

@seldondev
Copy link
Collaborator

Mon Dec 16 06:41:04 UTC 2019
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-1276/2.log

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

@seldondev
Copy link
Collaborator

Mon Dec 16 06:41:06 UTC 2019
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-1276/1.log

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

@seldondev
Copy link
Collaborator

Mon Dec 16 06:46:51 UTC 2019
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-1276/4.log

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

@seldondev
Copy link
Collaborator

Mon Dec 16 06:47:01 UTC 2019
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-1276/3.log

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

@ukclivecox
Copy link
Contributor Author

/test integration

@seldondev
Copy link
Collaborator

Mon Dec 16 07:14:32 UTC 2019
The logs for [pr-build] [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-1276/5.log

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

@seldondev
Copy link
Collaborator

Mon Dec 16 07:14:47 UTC 2019
The logs for [lint] [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-1276/6.log

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

@seldondev
Copy link
Collaborator

Mon Dec 16 07:14:52 UTC 2019
The logs for [integration] [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-1276/7.log

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

@axsaucedo
Copy link
Contributor

/test integration

@seldondev
Copy link
Collaborator

Mon Dec 16 10:10:18 UTC 2019
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-1276/8.log

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

Copy link
Contributor

@adriangonz adriangonz left a comment

Choose a reason for hiding this comment

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

Looks good!

@seldondev
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: adriangonz

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 seldondev removed the lgtm label Dec 16, 2019
@seldondev
Copy link
Collaborator

New changes are detected. LGTM label has been removed.

@seldondev
Copy link
Collaborator

Mon Dec 16 12:13:31 UTC 2019
The logs for [pr-build] [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-1276/9.log

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

@seldondev
Copy link
Collaborator

Mon Dec 16 12:13:52 UTC 2019
The logs for [lint] [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-1276/10.log

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

@seldondev
Copy link
Collaborator

Mon Dec 16 12:15:08 UTC 2019
The logs for [pr-build] [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-1276/11.log

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

@seldondev
Copy link
Collaborator

Mon Dec 16 12:15:13 UTC 2019
The logs for [lint] [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-1276/12.log

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

@ukclivecox
Copy link
Contributor Author

/test integration

@seldondev
Copy link
Collaborator

Mon Dec 16 12:17:12 UTC 2019
The logs for [integration] [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-1276/13.log

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

@ukclivecox
Copy link
Contributor Author

/test integration

@seldondev
Copy link
Collaborator

Mon Dec 16 13:32:15 UTC 2019
The logs for [integration] [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-1276/14.log

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

@ukclivecox
Copy link
Contributor Author

/test integration

@seldondev
Copy link
Collaborator

Mon Dec 16 13:50:22 UTC 2019
The logs for [pr-build] [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-1276/15.log

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

@seldondev
Copy link
Collaborator

Mon Dec 16 13:50:28 UTC 2019
The logs for [lint] [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-1276/16.log

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

@seldondev
Copy link
Collaborator

Mon Dec 16 13:50:41 UTC 2019
The logs for [integration] [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-1276/17.log

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

@ukclivecox
Copy link
Contributor Author

/test integration

@seldondev
Copy link
Collaborator

Mon Dec 16 14:30:23 UTC 2019
The logs for [pr-build] [18] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-1276/18.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-1276 --build=18

@seldondev
Copy link
Collaborator

Mon Dec 16 14:30:35 UTC 2019
The logs for [lint] [19] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-1276/19.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-1276 --build=19

@seldondev
Copy link
Collaborator

Mon Dec 16 14:32:05 UTC 2019
The logs for [integration] [20] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-1276/20.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-1276 --build=20

@ukclivecox
Copy link
Contributor Author

/test integration

@seldondev
Copy link
Collaborator

Mon Dec 16 15:18:52 UTC 2019
The logs for [lint] [22] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-1276/22.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-1276 --build=22

@seldondev
Copy link
Collaborator

Mon Dec 16 15:18:53 UTC 2019
The logs for [pr-build] [21] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-1276/21.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-1276 --build=21

@seldondev
Copy link
Collaborator

Mon Dec 16 15:19:10 UTC 2019
The logs for [integration] [23] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-1276/23.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-1276 --build=23

@ukclivecox
Copy link
Contributor Author

/test integration

@seldondev
Copy link
Collaborator

Mon Dec 16 16:02:18 UTC 2019
The logs for [pr-build] [24] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-1276/24.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-1276 --build=24

@seldondev
Copy link
Collaborator

Mon Dec 16 16:02:23 UTC 2019
The logs for [lint] [25] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-1276/25.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-1276 --build=25

@seldondev
Copy link
Collaborator

Mon Dec 16 16:02:41 UTC 2019
The logs for [integration] [26] will show after the pipeline context has finished.
https://github.com/SeldonIO/seldon-core/blob/gh-pages/jenkins-x/logs/SeldonIO/seldon-core/PR-1276/26.log

impatient try
jx get build logs SeldonIO/seldon-core/PR-1276 --build=26

@seldondev seldondev merged commit b01dc1c into SeldonIO:master Dec 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants