Closed pavolloffay closed 6 years ago
@pavolloffay Looks like jenkins didn't like it.
Yes there is a problem with permissions, I am figuring it out.
I have run oc adm policy add-role-to-user admin system:serviceaccount:jaeger-test:jenkins
to solve permissions with command oc adm policy add-role-to-user view -z elasticsearch
run by jenkins. Note this adds admin permission for the jaeger-test
project, so keep in mind when doing #62
I will merge, as this is the root cause of failing tests in other PRs
Fixes #68
Signed-off-by: Pavol Loffay ploffay@redhat.com