Skip to content

Commit

Permalink
Fix CI pipelines (#4731)
Browse files Browse the repository at this point in the history
Fixes #4729, fixes #4727

Description of changes:
- fix regressions in the CI pipelines introduced by the waLBerla merge
  • Loading branch information
kodiakhq[bot] authored May 23, 2023
2 parents a01607c + 14f5fb0 commit 3dec3bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ cuda11-maxset:
- espresso
- cuda
- numa
- avx2

tutorials-samples-maxset:
<<: *global_job_definition
Expand Down Expand Up @@ -279,6 +280,7 @@ tutorials-samples-maxset:
- espresso
- cuda
- numa
- avx2

tutorials-samples-default:
<<: *global_job_definition
Expand All @@ -305,6 +307,7 @@ tutorials-samples-default:
- espresso
- cuda
- numa
- avx2
only:
- schedules

Expand Down Expand Up @@ -360,6 +363,7 @@ tutorials-samples-no-gpu:
tags:
- espresso
- no-cuda
- avx2
only:
- schedules

Expand Down
2 changes: 2 additions & 0 deletions testsuite/scripts/tutorials/test_raspberry_electrophoresis.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
import importlib_wrapper
import numpy as np

np.random.seed(42)

tutorial, skipIfMissingFeatures = importlib_wrapper.configure_and_import(
"@TUTORIALS_DIR@/raspberry_electrophoresis/raspberry_electrophoresis.py",
box_l=16., num_iterations=100, num_steps_per_iteration=80)
Expand Down

0 comments on commit 3dec3bc

Please sign in to comment.