-
-
Notifications
You must be signed in to change notification settings - Fork 431
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
Errors cloning repo and running tests #989
Comments
The behavior regarding the build output is a known and very unfortunate bug that affects builds which fail very soon after being started. How did you add the project? It seems like the generated public key was not properly registered with GitHub. This is usually done automatically when you're adding a project through Strider. Also, make sure to set the variable |
Usually has to do with |
I had an issue with github redirecting to AFAIK I had |
@samuelcolvin So, are the builds working now? You need to add the project again otherwise. The deployment keys are only registered when adding the project. |
No the build doesn't work. I'll try to have another go another time, think I've hit my limit strider for today. |
I am having a similar issue. The difference is we are not using the Here is the output (with urls changed):
When I click the
Adding a fresh repo to Strider with two plugins (custom-scripts and github-status) and clicking
And after that, the same error described by @samuelcolvin about error 500 and public key. All this tests are done with the latest commit merged and running: 52f15a4 Any help would be appreciated, thanks. |
@xgalen It seems like registering the webhook already fails. Which indicates insufficient access privileges. |
Yes, that seems but: |
Finally I made it works with adding the project's ssh key to the organization. The weird is the other old projects are still working and don't need this. |
Probably related to Strider-CD/strider-github#69 |
@samuelcolvin did you make |
I'm attempting to clone a repo and run tests with a
strider.json
config file and getting numerous errors.After adding the project via github I go to the build page and get the following messages:
with a
job.error.message.substr(0,10000)
error message.If I then try to run tests I get no output and the page appears to hang, no errors show in the terinal running strider.
Attempts to kill the build have no effect:
If I kill the build manually by stopping and starting strider, then try building the repo again but this time from the build page (this build option isn't available directly after you clone a repo apparently), i get the following error log:
This message seems to only appear the first time the page is loaded and if you start the build directly from that page, if i reload the page I get the blank window as above.
I running the head of master de7244e on
Linux CI 4.5.7-docker-4 #1 SMP Tue Jul 12 09:41:14 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
eg. the standard docker image from scaleway.Tell me I'm doing something very simple and obvious wrong and strider doesn't always give this number of errors?
The text was updated successfully, but these errors were encountered: