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

Kubeflow_periodic prow job is always failing #214

Closed
richardsliu opened this issue Sep 21, 2018 · 1 comment
Closed

Kubeflow_periodic prow job is always failing #214

richardsliu opened this issue Sep 21, 2018 · 1 comment

Comments

@richardsliu
Copy link
Contributor

https://prow.k8s.io/?type=periodic&job=kubeflow-periodic

@jlewi
Copy link
Contributor

jlewi commented Sep 22, 2018

Here's the prow log

+ /usr/local/bin/checkout.sh /src
+ SRC_DIR=/src
+ mkdir -p /src/
+ git clone https://github.com//.git /src//
Cloning into '/src'...
fatal: could not read Username for 'https://github.com': No such device or address

So it looks like the problem is in the case of a periodic job; the environment variables that our checkout.sh script depends on aren't set so we don't end up cloning the repo properly.

See here:
https://github.com/kubernetes/test-infra/tree/master/prow

checkout.sh should probably detect if its a periodic job and if it is I think we'll need to use the JOB_NAME to determine which repo and tests to run.

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

No branches or pull requests

2 participants