Skip to content

Commit

Permalink
CI: Better queue settings ...
Browse files Browse the repository at this point in the history
  • Loading branch information
mlange05 committed Nov 21, 2024
1 parent 2880987 commit 541fd2b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,16 @@ jobs:
echo "{{ foo.bar }}"
pwd
ls -l
hostname
template_data: |
name: world
foo:
bar: foobar
sbatch_options: |
#SBATCH --job-name=sample_job
#SBATCH --time=00:05:00
#SBATCH --nodes=1
#SBATCH --ntasks=32
#SBATCH --gpus=1
#SBATCH --mem=0
#SBATCH --qos=dg

0 comments on commit 541fd2b

Please sign in to comment.