elyra-ai / elyra

Elyra extends JupyterLab with an AI centric approach.
https://elyra.readthedocs.io/en/stable/
Apache License 2.0
1.83k stars 343 forks source link

Investigate how to reduce the time necessary to run a full CI build #1867

Open lresende opened 3 years ago

lresende commented 3 years ago

Describe the issue Investigate how to reduce the time necessary to run a full CI build

Some options:

ajbozarth commented 2 years ago

Did some investigation and if we rewrite out GitHub Actions to call our cypress tests directly instead of using the makefile then we can use the following doc to parallelize the tests https://docs.cypress.io/guides/continuous-integration/github-actions#Parallelization we would most likely also want to split the pipeline test up as well to further speed things up

ajbozarth commented 2 years ago

Temporarily putting this in the 3.8 milestone to discuss when planning for next sprint