Skip to content

Commit 5ecc8a5

Browse files
committed
feat: test job description for HTCondor
1 parent 352823d commit 5ecc8a5

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

sandbox/dummy_job.sub

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# dummy_job.sub
2+
universe = vanilla
3+
executable = payload.sh
4+
5+
output = job.out
6+
error = job.err
7+
log = job.log
8+
9+
should_transfer_files = YES
10+
when_to_transfer_output = ON_EXIT
11+
12+
queue 1

sandbox/payload.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
echo "Hello from native HTCondor!"
3+
uname -r
4+
sleep 5

0 commit comments

Comments
 (0)