datalad / git-annex

A non-official clone of git-annex established for DataLad purposes. No PRs will be merged, but could be used to test perspective git-annex patches. Official git-annex repository: https://git.kitenet.net/index.cgi/git-annex.git/
16 stars 3 forks source link

Organize testing of PRs against git-annex #14

Closed yarikoptic closed 3 years ago

yarikoptic commented 3 years ago

so we could test perspective patches etc

jwodder commented 3 years ago

Done. (I pushed the changes directly to master instead of creating a PR because the workflow needs to be on master in order to run & test.) I have created this workflow and script that is scheduled to run every 5 minutes (though so far it's been every 7 to 31 minutes) and queries for open, mergeable PRs against upstream/master that have had certain activity (PR created, commit pushed, PR head force-pushed, or PR base branch changed) occur since the script successfully ran last. It then triggers builds of the merged PR on all three OSes. The script has already triggered these three runs for this PR.