-
Notifications
You must be signed in to change notification settings - Fork 160
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
Try gitlab-ce:10.1.4-ce.0 from 5 months ago. #9
Conversation
Since the build is failing, and it seems to be authentication related, try an older version of GitLab from when it may have been working.
looking at https://hub.docker.com/r/gitlab/gitlab-ce/tags/ and https://github.com/nmklotas/GitLabApiClient/commits/master/docker/Dockerfile to see what the version at the time might have been |
Unfortunately I can't see any successful builds in Edit: I do see passed builds in appveyor! https://ci.appveyor.com/project/nmklotas/gitlabapiclient/history |
Well, it changed the 401s I was seeing to 404s in Travis. |
Codecov Report
@@ Coverage Diff @@
## master #9 +/- ##
==========================================
+ Coverage 25.02% 27.15% +2.13%
==========================================
Files 68 58 -10
Lines 1099 961 -138
Branches 94 94
==========================================
- Hits 275 261 -14
+ Misses 759 635 -124
Partials 65 65
Continue to review full report at Codecov.
|
Sorry for the spam here; I'm pushing here to test my changes on the travis and appveyor setup for PRs. I should set that up for my fork and test there. |
from last run in Travis:
|
* Group `txxxestgrouxxxp` is created in `test_setup.sh`, so try using that group name instead of `gitlab`.
This reverts commit 9f32644.
I'm slightly confused and annoyed... the latest commit just pushed to my branch passed on Travis, while the build for this PR failed. |
e932f42
to
42fb935
Compare
42fb935
to
dc4513e
Compare
Yes! Heisenbug identified! Naming the image from docker-compose would lead to the image being cached locally and reused for other builds based on the same image name + tag. https://docs.docker.com/compose/compose-file/compose-file-v2/#build |
Wow!! I've been struggling with builds failing with 401 on Travis! Thanks for solving this! :) |
:\ celebrated too soon |
Created and will continue discussion to #10 . I plan to keep working on this. |
Since the build is failing, and it seems to be authentication related, try an older version of GitLab from when it may have been working.