Skip to content

Commit

Permalink
cc_slurm 3.0 and no ARM
Browse files Browse the repository at this point in the history
  • Loading branch information
xpillons committed Nov 28, 2023
1 parent 0041931 commit fb67753
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
scheduler: ['slurm']
home_type: ['azurefiles', 'anf']
user_auth: ['local', 'ad']
deploy_with: ['bicep', 'arm']
deploy_with: ['bicep']
monitoring: ['grafana', 'none']
uses: ./.github/workflows/z_deploy_only_callable.yml
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/z_base_callable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ on:
cycle_slurm_version:
description: 'Version of the cyclecloud slurm project 2.7 or 3.0 - default to 2.7'
required: false
default: '2.7' # use it with ${{ inputs.cycle_slurm_version }}
default: '3.0' # use it with ${{ inputs.cycle_slurm_version }}
type: string

secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/z_create_config_callable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ on:
cycle_slurm_version:
description: 'Version of the cyclecloud slurm project 2.7 or 3.0 - default to 2.7'
required: false
default: '2.7' # use it with ${{ inputs.cycle_slurm_version }}
default: '3.0' # use it with ${{ inputs.cycle_slurm_version }}
type: string

outputs:
Expand Down

0 comments on commit fb67753

Please sign in to comment.