Skip to content
Snippets Groups Projects
Commit 51ce6cfc authored by Sven Marcus's avatar Sven Marcus Committed by Sven Marcus
Browse files

Move rocket.yml to poiseuille dir. Run HPC test only on schedule and manually

parent f81f50b6
No related branches found
No related tags found
1 merge request!149Adds hpc-rocket config. Python bindings don't need CUDA if only CPU....
......@@ -216,13 +216,14 @@ gcc_9_python_hpc_test:
needs: ["build_poiseuille_test_container"]
rules:
- if: $REMOTE_USER && $REMOTE_HOST && $PRIVATE_KEY
- if: $REMOTE_USER && $REMOTE_HOST && $PRIVATE_KEY && $CI_PIPELINE_SOURCE == "schedule"
- when: manual
before_script:
- pip install hpc-rocket
script:
- hpc-rocket launch --watch rocket.yml
- hpc-rocket launch --watch Python/SlurmTests/poiseuille/rocket.yml
###############################################################################
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment