Skip to content

Commit

Permalink
updated slurm with new base
Browse files Browse the repository at this point in the history
  • Loading branch information
xpillons committed Oct 9, 2023
1 parent 74d8f6b commit 2b71f11
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/slurm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,26 @@ on:
description: 'Clean all resources'
required: false
default: 'true' # use it with ${{ github.event.inputs.clean }}
anf_dual:
description: 'Use ANF Dual Protocol'
required: false
default: 'false' # use it with ${{ github.event.inputs.anf_dual }}
lustre:
description: 'Deploy a Lustre cluster (true/false) - Default to true'
required: false
default: 'true' # use it with ${{ github.event.inputs.lustre }}
default: 'false' # use it with ${{ github.event.inputs.lustre }}

jobs:
deploy:
uses: ./.github/workflows/main_callable.yml
uses: ./.github/workflows/z_base_callable.yml
with:
resource_group: ${{ github.event.inputs.resource_group }}
location: ${{ github.event.inputs.location }}
clean: ${{ github.event.inputs.clean }}
anf_dual: ${{ github.event.inputs.anf_dual }}
scheduler: 'slurm'
lustre: ${{ github.event.inputs.lustre }}
home_type: 'azurefiles'
user_auth: 'local'
deploy_with: bicep
clean: ${{ github.event.inputs.clean }}
ui_tests: 'false'
monitoring: 'grafana'
infra_os: 'almalinux'
secrets:
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }}
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
Expand Down

0 comments on commit 2b71f11

Please sign in to comment.