diff --git a/.pipelines/abtest.yml b/.pipelines/abtest.yml index cf876181..f5a3f37d 100644 --- a/.pipelines/abtest.yml +++ b/.pipelines/abtest.yml @@ -19,7 +19,7 @@ trigger: variables: - template: diabetes_regression-variables-template.yml -- group: 'devopsforai-aml-vg' +- group: 'MES-DAS-DEV-DEVOPSFORAI' - name: 'helmVersion' value: 'v3.1.1' - name: 'helmDownloadURL' diff --git a/.pipelines/diabetes_regression-batchscoring-ci.yml b/.pipelines/diabetes_regression-batchscoring-ci.yml index 1392fddb..9ddfc41f 100644 --- a/.pipelines/diabetes_regression-batchscoring-ci.yml +++ b/.pipelines/diabetes_regression-batchscoring-ci.yml @@ -34,7 +34,7 @@ trigger: variables: - template: diabetes_regression-variables-template.yml -- group: devopsforai-aml-vg +- group: MES-DAS-DEV-DEVOPSFORAI pool: vmImage: ubuntu-latest diff --git a/.pipelines/diabetes_regression-cd.yml b/.pipelines/diabetes_regression-cd.yml index a691cc47..cbac419a 100644 --- a/.pipelines/diabetes_regression-cd.yml +++ b/.pipelines/diabetes_regression-cd.yml @@ -25,7 +25,7 @@ resources: variables: - template: diabetes_regression-variables-template.yml -- group: devopsforai-aml-vg +- group: MES-DAS-DEV-DEVOPSFORAI stages: - stage: 'Deploy_ACI' diff --git a/.pipelines/diabetes_regression-ci-image.yml b/.pipelines/diabetes_regression-ci-image.yml index d7c925bf..066b44cf 100644 --- a/.pipelines/diabetes_regression-ci-image.yml +++ b/.pipelines/diabetes_regression-ci-image.yml @@ -25,7 +25,7 @@ pool: container: mlops variables: -- group: devopsforai-aml-vg +- group: MES-DAS-DEV-DEVOPSFORAI - name: 'SCORE_SCRIPT' value: 'scoring/scoreB.py' diff --git a/.pipelines/diabetes_regression-ci.yml b/.pipelines/diabetes_regression-ci.yml index 5a539af0..b24967d9 100644 --- a/.pipelines/diabetes_regression-ci.yml +++ b/.pipelines/diabetes_regression-ci.yml @@ -19,7 +19,7 @@ trigger: variables: - template: diabetes_regression-variables-template.yml -- group: devopsforai-aml-vg +- group: MES-DAS-DEV-DEVOPSFORAI pool: vmImage: ubuntu-latest diff --git a/.pipelines/pr.yml b/.pipelines/pr.yml index 765a5fef..faff2f40 100644 --- a/.pipelines/pr.yml +++ b/.pipelines/pr.yml @@ -18,7 +18,7 @@ container: mlops variables: - template: diabetes_regression-variables-template.yml -- group: devopsforai-aml-vg +- group: MES-DAS-DEV-DEVOPSFORAI steps: - template: code-quality-template.yml diff --git a/environment_setup/iac-create-environment-pipeline-arm.yml b/environment_setup/iac-create-environment-pipeline-arm.yml index 0b9f474c..d3f5877e 100644 --- a/environment_setup/iac-create-environment-pipeline-arm.yml +++ b/environment_setup/iac-create-environment-pipeline-arm.yml @@ -18,7 +18,7 @@ pool: vmImage: "ubuntu-latest" variables: - - group: devopsforai-aml-vg + - group: MES-DAS-DEV-DEVOPSFORAI - name: WORKSPACE_SKU # https://docs.microsoft.com/en-us/azure/machine-learning/overview-what-is-azure-ml#sku value: basic diff --git a/environment_setup/iac-create-environment-pipeline-tf.yml b/environment_setup/iac-create-environment-pipeline-tf.yml index ef184546..4204c04c 100644 --- a/environment_setup/iac-create-environment-pipeline-tf.yml +++ b/environment_setup/iac-create-environment-pipeline-tf.yml @@ -18,7 +18,7 @@ pool: vmImage: 'ubuntu-latest' variables: -- group: devopsforai-aml-vg +- group: MES-DAS-DEV-DEVOPSFORAI steps: - task: charleszipp.azure-pipelines-tasks-terraform.azure-pipelines-tasks-terraform-installer.TerraformInstaller@0 diff --git a/environment_setup/iac-remove-environment-pipeline.yml b/environment_setup/iac-remove-environment-pipeline.yml index 39ff9e7a..d57c14f9 100644 --- a/environment_setup/iac-remove-environment-pipeline.yml +++ b/environment_setup/iac-remove-environment-pipeline.yml @@ -6,7 +6,7 @@ pool: vmImage: 'ubuntu-latest' variables: -- group: devopsforai-aml-vg +- group: MES-DAS-DEV-DEVOPSFORAI steps: