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

postsubmit results aren't showing up in testrgrid #113

Closed
jlewi opened this issue Nov 1, 2017 · 3 comments
Closed

postsubmit results aren't showing up in testrgrid #113

jlewi opened this issue Nov 1, 2017 · 3 comments

Comments

@jlewi
Copy link
Contributor

jlewi commented Nov 1, 2017

Test Grid is broken again; no results show up for post submit jobs.

I think it was working before we moved the repo to tensorflow/k8s

@jlewi
Copy link
Contributor Author

jlewi commented Nov 1, 2017

The entry in testgrid/config/config.yaml is

- name: tf-k8s-postsubmit
  gcs_prefix: kubernetes-jenkins/logs/tf-k8s-postsubmit

Gubernator links to

http://gcsweb.k8s.io/gcs/kubernetes-jenkins/logs/tensorflow_k8s/tf-k8s-postsubmit/11/

So I think we need to fix the location in the config file.

@jlewi
Copy link
Contributor Author

jlewi commented Nov 1, 2017

Setting the GCS prefix like this

- name: tf-k8s-postsubmit
  gcs_prefix: kubernetes-jenkins/logs/tensorflow_k8s/tf-k8s-postsubmit

ends up causing config_test to fail because the gcs_prefix doesn't match the test group name.

According to the gubernator docs the GCS path should not it include the repo name.

├── logs                 # periodic and postsubmit jobs live here
│   └── other_job_name   # contains all the builds of a job
│       └── build_number # contains job artifacts, as above

@jlewi
Copy link
Contributor Author

jlewi commented Nov 1, 2017

In #62 we had to change the GCS path to include the repo name otherwise gubernator wouldn't display the results correctly.

@krzyzacy Any idea idea what the correct fix is?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant