File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 30
30
31
31
jobs :
32
32
get-shards :
33
- runs-on : " runs-on=${{ github.run_id }}/family=g4dn.xlarge/image=ubuntu24-gpu-x64"
33
+ runs-on :
34
+ - runs-on=${{ github.run_id }}-nf-test-get-shards-gpu
35
+ - runner=2cpu-linux-x64
34
36
name : " Get Shards"
35
37
outputs :
36
38
shard : ${{ steps.set-shards.outputs.shard }}
86
88
with :
87
89
fetch-depth : 0
88
90
91
+ - name : Test CUDA
92
+ run : |
93
+ nvidia-smi -L
94
+
89
95
- name : Run nf-test Action
90
96
uses : ./.github/actions/nf-test
91
97
with :
Original file line number Diff line number Diff line change 35
35
get-shards :
36
36
runs-on :
37
37
- runs-on=${{ github.run_id }}-nf-test-get-shards
38
- - runner=4cpu -linux-x64
38
+ - runner=2cpu -linux-x64
39
39
name : " Get Shards"
40
40
outputs :
41
41
shard : ${{ steps.set-shards.outputs.shard }}
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ nextflow_pipeline {
6
6
tag "gpu"
7
7
8
8
test("Params: bwameth | use_gpu") {
9
+
9
10
when {
10
11
params {
11
12
input = "${projectDir}/assets/samplesheet_gpu.csv"
You can’t perform that action at this time.
0 commit comments