-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add support for circle-ci #124
Comments
@yarikoptic Does dandi-api still use Circle CI? Can I be added to a repository on Circle CI so that I can test out the API? |
Actually I don't know if dandi-archive uses circle-ci any longer. Current target is https://github.com/bids-standard/bids-specification/ . Do you need to be "added" to get Read-only access ? |
@yarikoptic I can access at least some part of the API for that project. I'll let you know if anything seems to require being added. |
@yarikoptic It appears I need to be "following" the bids-specification repository (or its pipelines) on Circle CI in order to see anything meaningful, and this apparently requires that I have some sort of access to the bids-standard organization on Circle CI. |
are you logged in via github there or have some dedicated different login? |
I will request addition of you to bids-standard but may be meanwhile could create some primitive setup for testing https://github.com/con/tinuous-inception to iron support on? |
@yarikoptic I'm logged in via GitHub. Do you really mean tinuous-inception (in which case I presume it would just fetch logs and do nothing) or tinuous itself? |
right -- add circle-ci to tinuous (as we did for travis/appveyor etc) so tinuous-inception could fetch them "as a test". |
@yarikoptic I sent you (I assume) a request to enable Circle CI for the "con" organization. |
@yarikoptic Here's what I've found & figured out about fetching Circle CI logs so far:
|
could you post a question on https://discuss.circleci.com/ about v2 API for the logs? would be sad to get support implemented just to see it "gone" within a year. |
so far it seems boils down to use v1.1 API for now edit: and any possible questions could be cleared up with circleci discuss |
there were answers on https://discuss.circleci.com/t/downloading-build-logs-with-v2-api/44780/3 . @jwodder - are they sufficient to get this feature implemented? |
@yarikoptic Those told me nothing I didn't already know. The situation remains the same as before: logs can currently only be downloaded via the v1 API, which is slated for removal. |
it seems that only 1 step requires v1 api , the others could be done via v2. So let's get it implemented via v2+v1 mix. It should be trivial to redo one step via v2 whenever time comes. |
ping on this @jwodder -- one more project I would have loved to archive logs for is afni, in particular in the wakes of afni/afni#466 and alike so I could see when regressions happened etc. |
Support fetching logs & artifacts from CircleCI
e.g. for dandi-api which still uses it.
The text was updated successfully, but these errors were encountered: