ADO pipelines require github service conn

This commit is contained in:
Scott Donohoo 2023-04-04 12:56:34 -05:00
Родитель 547e6ee9ba
Коммит a1f64a9ff9
18 изменённых файлов: 495 добавлений и 529 удалений

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

@ -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: