aelve / guide

A workspace for research teams
https://guide.aelve.com
106 stars 10 forks source link

Integrate Gitlab CI with Github #200

Closed neongreen closed 6 years ago

neongreen commented 7 years ago

It'd be nice to have the fast CI integrated with Github. We can probably do that by doing a POST query in on_failure and on_success jobs of the build – see http://docs.gitlab.com/ce/ci/yaml/README.html#when.

AaronFriel commented 7 years ago

Just as a note, this probably wouldn't work for pull requests without a change to grapple, the tool I wrote to sync repositories.

neongreen commented 6 years ago

Can likely be done with Circle CI's granular caches.