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

Client Tests: make badges provide "URL" to the log file/directory #107

Open
yarikoptic opened this issue Mar 7, 2022 · 3 comments
Open
Labels
clients Relating to the non-GitHub servers used to test git-annex builds

Comments

@yarikoptic
Copy link
Member

ATM it is tricky to associate state of the badge to the log file(s) to look at.
Yet to figure out how we could achieve that in not too ad-hoc fashion since logs are fetched/removed by con/tinuous. May be shouldn't be removed but "overloaded" in some branch (without history) along side with all the badges (i.e. have per client/run branch to contain badge + log)

WDYT @jwodder ?

@jwodder
Copy link
Member

jwodder commented Mar 16, 2022

@yarikoptic If the logs & badges for a given client are always going to be on the same branch, I don't like the idea of not storing the history. How about creating status-<clientid> branches that contain the badges and logs for the highest-numbered run so far on the respective clients, with normal Git versioning?

@yarikoptic
Copy link
Member Author

the problem with "normal Git versioning" is that the repository would very quickly grow in its size through collecting the history of builds. We could make them into separate (no common root) branches status-<clientid>-<buildid> with status-<clientid> pointing to the same commit of the corresponding build, and then use con/tineous to archive/remove older build branches?

@jwodder
Copy link
Member

jwodder commented Mar 16, 2022

@yarikoptic I think I like that idea even less.

@jwodder jwodder added the clients Relating to the non-GitHub servers used to test git-annex builds label Nov 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clients Relating to the non-GitHub servers used to test git-annex builds
Projects
None yet
Development

No branches or pull requests

2 participants