Andy Campbell
Andy Campbell
here’s another, also more likely to come :-) https://blogs.mathworks.com/developer/2021/03/17/coming-around-full-circle/
The ability to leverage parallel pools for self hosted runners was added in v1.2.0 of run-tests 🎉 https://github.com/matlab-actions/run-tests/releases/tag/v1.2.0
Want to +1 Mark's comments. Are you using gitlab hosted shared runners or do you already leverage your own runners? If the former then I think Mark's suggestion is the...
Sure, you should be able to generate a [MATLAB container and/or utilize mpm apis](https://github.com/mathworks-ref-arch/matlab-dockerfile) but you are right in the comments at the [bottom of this page](https://gitlab.kitware.com/cmake/cmake/-/issues/23324) that you'll need...
sounds good. If you run into challenges with your existing licensing setup, feel free to connect with us at continuous-integration at mathworks dotcom and we can try to help you...
hi there, thanks for trying these actions. You may be able to build the engine by [building and installing in non-default locations](https://www.mathworks.com/help/matlab/matlab_external/install-matlab-engine-api-for-python-in-nondefault-locations.html). However, even if you can build and install...
@peterson-tim-j we plan to build this into the actions, but in the meantime take a look at [this repository](https://github.com/acampbel/AppTestingDemo) to see how you can setup a virtual display. Note you...
Folks watching this issue may be interested in the batch token licensing pilot. More information can be found in the link below (in a Docker context, but also applies to...
Hello @xsro, This error is due to the fact that the internal function you are using requires a display to work correctly, and the GitHub hosted runners that actions use...
HI @DrChr, Thanks for using these examples and providing feedback. Yes, the gitlab example configuration simply shows how one can launch MATLAB, but you re correct that currently the repo...