Skip to content

Commit 376ab36

Browse files
authored
Removed cupy-tests until they are fixed (#424)
* Removed cupy-tests until they are fixed * Added types, so that the gitlab-ci also runs when labels are added The other three triggers are the default * Run all cupy-tests except the one that gets stuck * Include proposed change from brownbaerchen
1 parent 38f3e2b commit 376ab36

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/gitlab_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: Mirror to Gitlab to trigger CI
55
on:
66
push:
77
pull_request_target:
8+
types: [opened, synchronize, reopened, labeled]
89
schedule:
910
- cron: '1 5 2 * *'
1011

pySDC/tests/test_sweepers/test_MPI_sweeper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ def test_sweeper(num_nodes, quad_type, residual_type, imex, initGuess, launch=Tr
153153

154154

155155
@pytest.mark.cupy
156+
@pytest.mark.skip(reason="We haven\'t figured out how to run tests on the cluster with multiple processes yet.")
156157
@pytest.mark.parametrize("num_nodes", [2])
157158
@pytest.mark.parametrize("quad_type", ['GAUSS', 'RADAU-RIGHT'])
158159
@pytest.mark.parametrize("residual_type", ['last_abs', 'full_rel'])

0 commit comments

Comments
 (0)