-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
testgrid results not appearing for (new) federated test results #4362
Comments
The build ids follow this pattern, BTW: 20170904-021830-ad26a7c7-7722 I think that is this pattern: https://github.com/kubernetes/test-infra/blob/master/jenkins/bootstrap.py#L651-L655 But I may have got the wrong pattern or maybe this pattern isn't yet implemented in testgrid? |
Why not 1, 2, 3, 4, ...? |
Because it's a distributed system 😀
|
Heh, indeed 😜 |
Inspired by @luxas I sent through a test with build id = 12345 and that did show up. What are the valid values for a build id? Can we publish the testgrid source, even if it is read-only? |
build number is the subdir name and need to be numerically increasing |
To the source-publishing question; to my understanding, we can't, no. |
But hopefully we will rewrite an open-sourced version of client in the near future. |
@krzyzacy can I use YYYYMMDDHHMMSS or will that be too big? I mentioned it in the meeting, but even if it isn't true open source (i.e. you can't accept contributions), and even if it is a partial snapshot, it would have a lot of value to people in figuring out this stuff or in helping to build testgrid v2. |
I'll close this issue, we can move the opensource discussion to #3323 |
I am populating this bucket with federated test results:
https://console.cloud.google.com/storage/browser/kopeio-kubernetes-e2e/logs/kubernetes-e2e-aws
I believe they should now appear here: https://k8s-testgrid.appspot.com/kopeio#kopeio-aws and the gubernator link goes to the right place. But while the job is updating, results are not appearing.
Can someone check the logs from testgrid?
The text was updated successfully, but these errors were encountered: