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

Use env variables as rules

parent 18b55587
No related branches found
No related tags found
1 merge request!149Adds hpc-rocket config. Python bindings don't need CUDA if only CPU....
......@@ -145,6 +145,9 @@ build_poiseuille_test_container:
stage: container_upload
rules:
- if: $REMOTE_USER && $REMOTE_HOST && $PRIVATE_KEY
tags:
- linux
- privileged
......@@ -212,6 +215,9 @@ gcc_9_python_hpc_test:
needs: ["build_poiseuille_test_container"]
rules:
- if: $REMOTE_USER && $REMOTE_HOST && $PRIVATE_KEY
before_script:
- pip install hpc-rocket
......
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