Skip to content

All Bicep End to End #15

All Bicep End to End

All Bicep End to End #15

Workflow file for this run

name : All Bicep End to End
on:
workflow_dispatch:
schedule:
- cron: "10 2 * * 1" # At 02:10 UTC on each Sunday
jobs:
deploy:
strategy:
max-parallel: 2
fail-fast: false
matrix:
scheduler: ['slurm', 'openpbs']
home_type: ['azurefiles', 'anf']
user_auth: ['local', 'ad']
monitoring: ['none', 'grafana']
uses: ./.github/workflows/z_base_callable.yml
with:
resource_group: 'AUTO_GENERATED'
location: 'westeurope'
scheduler: ${{ matrix.scheduler }}
lustre: 'false'
home_type: ${{ matrix.home_type }}
winviz: 'false'
user_auth: ${{ matrix.user_auth }}
deploy_with: 'bicep'
clean: 'true'
ui_tests: 'true'
monitoring: ${{ matrix.monitoring }}
secrets:
ARM_CLIENT_SECRET: ${{ secrets.ARM_CLIENT_SECRET }}
ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }}
ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }}
ARM_TENANT_ID: ${{ secrets.ARM_TENANT_ID }}