ADO pipelines require github service conn
This commit is contained in:
Родитель
547e6ee9ba
Коммит
a1f64a9ff9
|
@ -21,16 +21,13 @@ trigger:
|
|||
pool:
|
||||
vmImage: ubuntu-20.04
|
||||
|
||||
|
||||
resources:
|
||||
repositories:
|
||||
- repository: mlops-templates # Template Repo
|
||||
name: Azure/mlops-templates # need to change org name from "Azure" to your own org
|
||||
endpoint: github-connection # need to set up and hardcode
|
||||
type: github
|
||||
name: mlops-templates
|
||||
type: git
|
||||
ref: main
|
||||
|
||||
|
||||
stages:
|
||||
- stage: CreateBatchEndpoint
|
||||
displayName: Create/Update Batch Endpoint
|
||||
|
|
|
@ -20,9 +20,8 @@ pool:
|
|||
resources:
|
||||
repositories:
|
||||
- repository: mlops-templates # Template Repo
|
||||
name: Azure/mlops-templates # need to change org name from "Azure" to your own org
|
||||
endpoint: github-connection # need to set up and hardcode
|
||||
type: github
|
||||
name: mlops-templates
|
||||
type: git
|
||||
ref: main
|
||||
|
||||
stages:
|
||||
|
|
|
@ -15,20 +15,17 @@ variables:
|
|||
- name: endpoint_type
|
||||
value: online
|
||||
|
||||
|
||||
trigger:
|
||||
- none
|
||||
|
||||
pool:
|
||||
vmImage: ubuntu-20.04
|
||||
|
||||
|
||||
resources:
|
||||
repositories:
|
||||
- repository: mlops-templates # Template Repo
|
||||
name: Azure/mlops-templates # need to change org name from "Azure" to your own org
|
||||
endpoint: github-connection # need to set up and hardcode
|
||||
type: github
|
||||
name: mlops-templates
|
||||
type: git
|
||||
ref: main
|
||||
|
||||
stages:
|
||||
|
|
|
@ -21,9 +21,8 @@ pool:
|
|||
resources:
|
||||
repositories:
|
||||
- repository: mlops-templates # Template Repo
|
||||
name: Azure/mlops-templates
|
||||
endpoint: github-connection # need to set up and hardcode
|
||||
type: github
|
||||
name: mlops-templates
|
||||
type: git
|
||||
ref: main
|
||||
|
||||
stages:
|
||||
|
@ -42,7 +41,7 @@ stages:
|
|||
- template: templates/${{ variables.version }}/create-environment.yml@mlops-templates
|
||||
parameters:
|
||||
environment_name: $(batch_env_name)
|
||||
build_type: 'conda'
|
||||
build_type: "conda"
|
||||
environment_file: $(batch_env_conda_yaml)
|
||||
enable_monitoring: $(enable_monitoring)
|
||||
- template: templates/${{ variables.version }}/register-dataset.yml@mlops-templates
|
||||
|
|
|
@ -21,9 +21,8 @@ pool:
|
|||
resources:
|
||||
repositories:
|
||||
- repository: mlops-templates # Template Repo
|
||||
name: Azure/mlops-templates # need to change org name from Azure when pulling the template
|
||||
endpoint: github-connection # need to set up and hardcode
|
||||
type: github
|
||||
name: mlops-templates
|
||||
type: git
|
||||
ref: main
|
||||
|
||||
stages:
|
||||
|
@ -42,7 +41,7 @@ stages:
|
|||
- template: templates/${{ variables.version }}/create-environment.yml@mlops-templates
|
||||
parameters:
|
||||
environment_name: $(training_env_name)
|
||||
build_type: 'conda'
|
||||
build_type: "conda"
|
||||
environment_file: $(training_env_conda_yaml)
|
||||
enable_monitoring: $(enable_monitoring)
|
||||
- template: templates/${{ variables.version }}/register-dataset.yml@mlops-templates
|
||||
|
|
|
@ -22,9 +22,8 @@ pool:
|
|||
resources:
|
||||
repositories:
|
||||
- repository: mlops-templates # Template Repo
|
||||
name: Azure/mlops-templates # need to change org name from "Azure" to your own org
|
||||
endpoint: github-connection # need to set up and hardcode
|
||||
type: github
|
||||
name: mlops-templates
|
||||
type: git
|
||||
ref: main
|
||||
|
||||
stages:
|
||||
|
|
|
@ -20,9 +20,8 @@ pool:
|
|||
resources:
|
||||
repositories:
|
||||
- repository: mlops-templates # Template Repo
|
||||
name: Azure/mlops-templates # need to change org name from "Azure" to your own org
|
||||
endpoint: github-connection # need to set up and hardcode
|
||||
type: github
|
||||
name: mlops-templates
|
||||
type: git
|
||||
ref: main
|
||||
|
||||
stages:
|
||||
|
|
|
@ -22,9 +22,8 @@ pool:
|
|||
resources:
|
||||
repositories:
|
||||
- repository: mlops-templates # Template Repo
|
||||
name: Azure/mlops-templates # need to change org name from "Azure" to your own org
|
||||
endpoint: github-connection # need to set up and hardcode
|
||||
type: github
|
||||
name: mlops-templates
|
||||
type: git
|
||||
ref: main
|
||||
|
||||
stages:
|
||||
|
|
|
@ -21,16 +21,13 @@ trigger:
|
|||
pool:
|
||||
vmImage: ubuntu-20.04
|
||||
|
||||
|
||||
resources:
|
||||
repositories:
|
||||
- repository: mlops-templates # Template Repo
|
||||
name: Azure/mlops-templates # need to change org name from "Azure" to your own org
|
||||
endpoint: github-connection # need to set up and hardcode
|
||||
type: github
|
||||
name: mlops-templates
|
||||
type: git
|
||||
ref: main
|
||||
|
||||
|
||||
stages:
|
||||
- stage: CreateBatchEndpoint
|
||||
displayName: Create/Update Batch Endpoint
|
||||
|
|
|
@ -20,9 +20,8 @@ pool:
|
|||
resources:
|
||||
repositories:
|
||||
- repository: mlops-templates # Template Repo
|
||||
name: Azure/mlops-templates # need to change org name from "Azure" to your own org
|
||||
endpoint: github-connection # need to set up and hardcode
|
||||
type: github
|
||||
name: mlops-templates
|
||||
type: git
|
||||
ref: main
|
||||
- repository: rai-vnext-preview # Template Repo
|
||||
name: Azure/rai-vnext-preview # need to change org name from "Azure" to your own org
|
||||
|
|
|
@ -15,20 +15,17 @@ variables:
|
|||
- name: endpoint_type
|
||||
value: online
|
||||
|
||||
|
||||
trigger:
|
||||
- none
|
||||
|
||||
pool:
|
||||
vmImage: ubuntu-20.04
|
||||
|
||||
|
||||
resources:
|
||||
repositories:
|
||||
- repository: mlops-templates # Template Repo
|
||||
name: Azure/mlops-templates # need to change org name from "Azure" to your own org
|
||||
endpoint: github-connection # need to set up and hardcode
|
||||
type: github
|
||||
name: mlops-templates
|
||||
type: git
|
||||
ref: main
|
||||
|
||||
stages:
|
||||
|
|
|
@ -11,20 +11,17 @@ variables:
|
|||
- name: version
|
||||
value: aml-cli-v2
|
||||
|
||||
|
||||
trigger:
|
||||
- none
|
||||
|
||||
pool:
|
||||
vmImage: ubuntu-20.04
|
||||
|
||||
|
||||
resources:
|
||||
repositories:
|
||||
- repository: mlops-templates # Template Repo
|
||||
name: Azure/mlops-templates # need to change org name from "Azure" to your own org
|
||||
endpoint: github-connection # need to set up and hardcode
|
||||
type: github
|
||||
name: mlops-templates
|
||||
type: git
|
||||
ref: main
|
||||
|
||||
stages:
|
||||
|
|
|
@ -15,20 +15,17 @@ variables:
|
|||
- name: endpoint_type
|
||||
value: online
|
||||
|
||||
|
||||
trigger:
|
||||
- none
|
||||
|
||||
pool:
|
||||
vmImage: ubuntu-20.04
|
||||
|
||||
|
||||
resources:
|
||||
repositories:
|
||||
- repository: mlops-templates # Template Repo
|
||||
name: Azure/mlops-templates # need to change org name from "Azure" to your own org
|
||||
endpoint: github-connection # need to set up and hardcode
|
||||
type: github
|
||||
name: mlops-templates
|
||||
type: git
|
||||
ref: main
|
||||
|
||||
stages:
|
||||
|
|
|
@ -21,9 +21,8 @@ pool:
|
|||
resources:
|
||||
repositories:
|
||||
- repository: mlops-templates # Template Repo
|
||||
name: Azure/mlops-templates # need to change org name from "Azure" to your own org
|
||||
endpoint: github-connection # need to set up and hardcode
|
||||
type: github
|
||||
name: mlops-templates
|
||||
type: git
|
||||
ref: main
|
||||
|
||||
stages:
|
||||
|
|
|
@ -17,11 +17,10 @@ pool:
|
|||
|
||||
resources:
|
||||
repositories:
|
||||
- repository: mlops-templates
|
||||
name: Azure/mlops-templates
|
||||
endpoint: github-connection
|
||||
type: github
|
||||
ref: main #branch name
|
||||
- repository: mlops-templates # Template Repo
|
||||
name: mlops-templates
|
||||
type: git
|
||||
ref: main
|
||||
|
||||
stages:
|
||||
- stage: CreateStorageAccountForTerraformState
|
||||
|
|
|
@ -11,20 +11,17 @@ variables:
|
|||
- name: version
|
||||
value: aml-cli-v2
|
||||
|
||||
|
||||
trigger:
|
||||
- none
|
||||
|
||||
pool:
|
||||
vmImage: ubuntu-20.04
|
||||
|
||||
|
||||
resources:
|
||||
repositories:
|
||||
- repository: mlops-templates # Template Repo
|
||||
name: Azure/mlops-templates # need to change org name from "Azure" to your own org
|
||||
endpoint: github-connection # need to set up and hardcode
|
||||
type: github
|
||||
name: mlops-templates
|
||||
type: git
|
||||
ref: main
|
||||
|
||||
stages:
|
||||
|
|
|
@ -15,20 +15,17 @@ variables:
|
|||
- name: endpoint_type
|
||||
value: online
|
||||
|
||||
|
||||
trigger:
|
||||
- none
|
||||
|
||||
pool:
|
||||
vmImage: ubuntu-20.04
|
||||
|
||||
|
||||
resources:
|
||||
repositories:
|
||||
- repository: mlops-templates # Template Repo
|
||||
name: Azure/mlops-templates # need to change org name from "Azure" to your own org
|
||||
endpoint: github-connection # need to set up and hardcode
|
||||
type: github
|
||||
name: mlops-templates
|
||||
type: git
|
||||
ref: main
|
||||
|
||||
stages:
|
||||
|
|
|
@ -20,9 +20,8 @@ pool:
|
|||
resources:
|
||||
repositories:
|
||||
- repository: mlops-templates # Template Repo
|
||||
name: Azure/mlops-templates # need to change org name from "Azure" to your own org
|
||||
endpoint: github-connection # need to set up and hardcode
|
||||
type: github
|
||||
name: mlops-templates
|
||||
type: git
|
||||
ref: main
|
||||
|
||||
stages:
|
||||
|
|
Загрузка…
Ссылка в новой задаче