ADD: opal-x A100 workflow
This commit is contained in:
17
.gitea/workflows/opal-x_gpu_merlin7.yml
Normal file
17
.gitea/workflows/opal-x_gpu_merlin7.yml
Normal file
@ -0,0 +1,17 @@
|
||||
name: OPAL-X-GPU Merlin7 Scheduler
|
||||
run-name: OPAL-X-GPU Merlin7 Scheduler
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "0 1 * * *"
|
||||
|
||||
jobs:
|
||||
checkout:
|
||||
runs-on: merlin7
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Sbatch A100 GPU script
|
||||
run: |
|
||||
chmod +x .gitea/workflows/sbatch/opal-x_gpu.sbatch
|
||||
sbatch .gitea/workflows/sbatch/opal-x_gpu.sbatch
|
Reference in New Issue
Block a user