ADD: opal-x A100 workflow

This commit is contained in:
2025-05-21 13:42:54 +02:00
parent b7f2a28f73
commit 99fd9f2f23
3 changed files with 46 additions and 0 deletions

View 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