-
Notifications
You must be signed in to change notification settings - Fork 184
Exclude R2020b and R2021a from Windows test runners #1166
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
akeeste
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved. Thanks @H0R5E
|
@H0R5E what is being cached by setup-matlab? Is it saving a specific MATLAB installation for a future test? |
Yeah, that's the idea. It would reduce the installation time on subsequent runs. The caches are saved per repository, but the images are 4Gb-ish each, which means only 2 versions can be realistically cached, whereas we test about 10. |
|
@H0R5E thanks for confirming. I agree; I don't see MATLAB caching being very useful right now, given their size. |
|
OK, I've removed the caching. Mathworks are looking at the issue with the broken versions already in #76. |
* Update gh-pages-redirect.html Added meta description to the website SEO Meta descriptions may be included in search results to concisely summarize page content. * Remove direct github installations (#1149) * Exclude R2020b and R2021a from Windows test runners (#1166) This commit excludes R2020b and R2021a from the Windows test runners. Specific changes are: + Merged windows and linux jobs, using the matrix to vary version differences + Excluded R2020b and R2021a from Windows jobs + Include latest in the Linux jobs * updating release notes doc * fix typo * updated most wecsim version --------- Co-authored-by: Mohamed Shabara <84589678+MShabara@users.noreply.github.com> Co-authored-by: Mathew Topper <damm_horse@yahoo.co.uk> Co-authored-by: jtgrasb <jtgrasb@sandia.gov>
This PR is to exclude R2020b and R2021a from the Windows test runners while they seem to be broken.
Specific changes are:
EDIT: Opened bug report in
setup-matlab#76.