jupyterlab / frontends-team-compass

A repository for team interaction, syncing, and handling meeting notes across the JupyterLab ecosystem.
https://jupyterlab-team-compass.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
59 stars 30 forks source link

Explore using Git LFS for benchmarks storage #95

Open goanpeca opened 4 years ago

goanpeca commented 4 years ago

With the work in progress on https://github.com/jupyterlab/benchmarks and test being periodically run on Github actions CI, it would be great to store the generated assets (notebooks, csv and json files) more permanently for bulk processing.

One option is to use another repository to store these artifacts, or look into https://git-lfs.github.com/ (on the same repo?)

echarles commented 4 years ago

Thx @goanpeca for exploring this. So we have 2 options:

  1. Use jupyterlab/benchmarks repo to store the artefacts with git-lfs.
  2. Create and use jupyterlab/benchmarks-data repo to store the artefacts with git-lfs.

For option 2, does Github Actions allow to upload artefacts from one repo to another (in our case from jupyterlab/benchmarks to jupyterlab/benchmarks-data)?