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

No results show up in prow test grid for presubmit jobs #75

Closed
jlewi opened this issue Oct 23, 2017 · 5 comments
Closed

No results show up in prow test grid for presubmit jobs #75

jlewi opened this issue Oct 23, 2017 · 5 comments

Comments

@jlewi
Copy link
Contributor

jlewi commented Oct 23, 2017

Results are showing up in testgrid for postsubmit and periodic jobs but not presubmit jobs.

@jlewi
Copy link
Contributor Author

jlewi commented Oct 24, 2017

According to the instructions

.
├── logs                 # periodic and postsubmit jobs live here
│   └── other_job_name   # contains all the builds of a job
│       └── build_number # contains job artifacts, as above
└── pr-logs
    ├── directory                # symlinks for builds live here
    │   └── job_name             # contains all symlinks for a job
    │       └── build_number.txt # contains one line: location of artifacts for the build
    └── pull
        ├── batch                # batch jobs live here
        │   └── job_name         # contains all the builds of a job
        │       └── build_number # contains job artifacts, as above
        └── org_repo                 # jobs testing PRs for org/repo live here
            └── pull_number          # jobs running for a PR with pull_number live here
                └── job_name         # all builds for the job for this pr live here
                    └── build_number # contains job artifacts, as above

Do we need to create symbolic links below pr-logs/directory?

@jlewi
Copy link
Contributor Author

jlewi commented Oct 24, 2017

Reopening until I verify its fixed.

@jlewi
Copy link
Contributor Author

jlewi commented Oct 24, 2017

I think we need need to create the symbolic links.

@jlewi
Copy link
Contributor Author

jlewi commented Oct 24, 2017

Here's an example

gsutil cat gs://kubernetes-jenkins/pr-logs/directory/pull-kubernetes-e2e-gke/21110.txt
gs://kubernetes-jenkins/pr-logs/pull/51988/pull-kubernetes-e2e-gke/21110

@jlewi
Copy link
Contributor Author

jlewi commented Oct 24, 2017

This is fixed.

@jlewi jlewi closed this as completed Oct 24, 2017
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