Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VirtualFluids
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iRMB
VirtualFluids
Commits
51ce6cfc
Commit
51ce6cfc
authored
2 years ago
by
Sven Marcus
Committed by
Sven Marcus
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Move rocket.yml to poiseuille dir. Run HPC test only on schedule and manually
parent
f81f50b6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!149
Adds hpc-rocket config. Python bindings don't need CUDA if only CPU....
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-2
3 additions, 2 deletions
.gitlab-ci.yml
Python/SlurmTests/poiseuille/rocket.yml
+0
-0
0 additions, 0 deletions
Python/SlurmTests/poiseuille/rocket.yml
with
3 additions
and
2 deletions
.gitlab-ci.yml
+
3
−
2
View file @
51ce6cfc
...
...
@@ -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
###############################################################################
...
...
This diff is collapsed.
Click to expand it.
rocket.yml
→
Python/SlurmTests/poiseuille/
rocket.yml
+
0
−
0
View file @
51ce6cfc
File moved
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment