This commit is contained in:
Xavier Pillons 2020-05-06 19:01:24 +02:00
Родитель d950728cd3
Коммит af8ad1c43a
2 изменённых файлов: 54 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,19 @@
{
"admin_user": "hpcuser",
"install_from": "foo",
"location": "westeurope",
"resource_group": "variables.resource_group",
"variables": {
"resource_group": "<NOT-SET>"
},
"vnet": {
"name": "hpcvnet",
"resource_group": "non_existing_random_group"
},
"resources": {
},
"install": [
{
}
]
}

Просмотреть файл

@ -0,0 +1,35 @@
pr: none
trigger: none
# batch: true
# branches:
# include:
# - '*'
# paths:
# include:
# - examples/nvidia/*
# - scripts/update_kernel.sh
# exclude:
# - examples/nvidia/readme.md
pool: Default
variables:
# >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
# configuration file to use
azhpc.config: pyazhpc/test/azconfig/config.json
# pipeline directory
azhpc.pipeline_dir: pyazhpc/test/azconfig
# destination of scripts. Default is hpcuser@headnode:/apps
#azhpc.script_remote_dest: 'hpcadmin@jumpbox:.'
# Add the variables needed in your configuration file
# Uncomment and set values below, or leave commented and thru pipeline variables
# azhpc.variables.location: eastus
#azhpc.variables.vm_type: Standard_NC12s_v3
# <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
jobs:
- template: ../../../ci/templates/jobs/build.yml
# parameters:
# extra_steps: ../../../examples/nvidia/test.yml