Skip to content

Commit 6940ae1

Browse files
manually upload data to disco #151
1 parent eeb3f9a commit 6940ae1

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/workflows/debug.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
name: "Debug workflow"
2+
3+
on:
4+
push:
5+
branches:
6+
- '**'
7+
8+
jobs:
9+
local:
10+
name: Gaya
11+
runs-on: self-gaya
12+
steps:
13+
- name: Upload Input Data
14+
uses: actions/upload-artifact@v4
15+
with:
16+
name: input-data
17+
path: /home/u2/cladellash/largedataexample/input_data/kub/
18+
19+
20+
machine:
21+
name: Discoverer
22+
runs-on: self-discoverer
23+
steps:
24+
- name: Download Input Data
25+
uses: actions/download-artifact@v4
26+
with:
27+
name: input-data
28+
path: /disco2fs/ehpc-dev-2024d05-047/vchabannes/inputdataset
29+
- name: Check input data
30+
run: |
31+
ls /disco2fs/ehpc-dev-2024d05-047/vchabannes/inputdataset/
32+
ls /disco2fs/ehpc-dev-2024d05-047/vchabannes/inputdataset/kub/

0 commit comments

Comments
 (0)