Skip to content
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

Fix MATLAB tests CI by updating actions versions and reduce frequency of nightly jobs #1181

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

traversaro
Copy link
Member

The CI was broken by macos-latest being updated to use osx-arm64, we can fix this by updating setup-miniconda and setup-matlab to use their latest versions.

@traversaro
Copy link
Member Author

Updating to setup-matlab@v2, now all the CMake tests on Linux are failing with:

MOxUnit'));success=moxunit_runtests('/home/runner/work/idyntree/idyntree/bindings/matlab/tests','-verbose');exit(~success);"
63: Working Directory: /home/runner/work/idyntree/idyntree/build/bindings/matlab/tests
63: Test timeout computed to be: 1500
63: License checkout failed.
63: License Manager Error -1
63: The license file cannot be found.
63: 
63: Troubleshoot this issue by visiting: 
63: https://www.mathworks.com/support/lme/R2022b/1
63: 
63: Diagnostic Information:
63: Feature: MATLAB 
63: License path: /home/runner/.matlab/R2022b_licenses:/opt/hostedtoolcache/MATLAB/2022.2.999/x64/licenses/license.dat
63: :/opt/hostedtoolcache/MATLAB/2022.2.999/x64/licenses 
63: Licensing error: -1,359. System Error: 2
1/1 Test #63: matlab_idyntree_tests ............***Failed    1.05 sec
License checkout failed.
License Manager Error -1
The license file cannot be found.

Probably this is related to matlab-actions/setup-matlab#89 .

@traversaro
Copy link
Member Author

This is complex (see matlab-actions/setup-matlab#89), let's just switch CI back to macos-12 for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant