-
Notifications
You must be signed in to change notification settings - Fork 25
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
[ANT-1152] Run most "study tests" with Sirius + OR-Tools #1921
Conversation
@@ -22,7 +22,7 @@ env: | |||
GITHUB_TOKEN: ${{ github.token }} | |||
IS_RELEASE: ${{ github.event_name == 'workflow_dispatch' }} | |||
RUN_SIMPLE_TESTS: ${{ github.event_name == 'push' || inputs.run-tests == 'true' }} | |||
RUN_EXTENDED_TESTS: ${{ github.event_name == 'schedule' || inputs.run-tests == 'true' }} | |||
RUN_EXTENDED_TESTS: 'true' |
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.
This is temporary
@@ -55,13 +55,13 @@ if(Python3_Interpreter_FOUND) | |||
|
|||
add_test( | |||
NAME json | |||
COMMAND Python3::Interpreter -m pytest -m json --solver-path=$<TARGET_FILE:antares-solver> | |||
COMMAND Python3::Interpreter -m pytest -m json --solver-path=$<TARGET_FILE:antares-solver> --use-ortools --ortools-solver sirius |
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.
This will remain
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/run-study-tests" | ||
) | ||
|
||
add_test( | ||
NAME named-mps | ||
COMMAND Python3::Interpreter -m pytest -m json --solver-path=$<TARGET_FILE:antares-solver> --named-mps-problems | ||
COMMAND Python3::Interpreter -m pytest -m json --solver-path=$<TARGET_FILE:antares-solver> -s --use-ortools --ortools-solver sirius |
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.
This will remain
@@ -73,7 +73,7 @@ if(Python3_Interpreter_FOUND) | |||
|
|||
add_test( | |||
NAME parallel | |||
COMMAND Python3::Interpreter -m pytest -m json --solver-path=$<TARGET_FILE:antares-solver> --force-parallel | |||
COMMAND Python3::Interpreter -m pytest -m json --solver-path=$<TARGET_FILE:antares-solver> --force-parallel --use-ortools --ortools-solver sirius |
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.
This will remain
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
No description provided.