Skip to content

Commit 35fe876

Browse files
authored
Merge pull request #77 from Azure/GHA-endpoint-update
Gha endpoint update
2 parents 2a74d3c + 9a2c204 commit 35fe876

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

classical/aml-cli-v2/mlops/github-actions/deploy-batch-endpoint-pipeline-classical.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
resource_group: ${{ needs.get-config.outputs.resource_group }}
2727
workspace_name: ${{ needs.get-config.outputs.aml_workspace }}
2828
endpoint_file: classical/aml-cli-v2/mlops/azureml/deploy/batch/batch-endpoint.yml
29-
endpoint_name: eptest
29+
endpoint_name: ${{ format('taxi-batch-{0}', needs.get-config.outputs.bep) }}
3030
endpoint_type: batch
3131
secrets:
3232
creds: ${{secrets.AZURE_CREDENTIALS}}
@@ -37,7 +37,7 @@ jobs:
3737
resource_group: ${{ needs.get-config.outputs.resource_group }}
3838
workspace_name: ${{ needs.get-config.outputs.aml_workspace }}
3939
endpoint_file: classical/aml-cli-v2/mlops/azureml/deploy/batch/batch-deployment.yml
40-
endpoint_name: eptest
40+
endpoint_name: ${{ format('taxi-batch-{0}', needs.get-config.outputs.bep) }}
4141
endpoint_type: batch
4242
deployment_name: eptestdeploy
4343
secrets:

classical/aml-cli-v2/mlops/github-actions/deploy-online-endpoint-pipeline-classical.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
resource_group: ${{ needs.get-config.outputs.resource_group }}
1515
workspace_name: ${{ needs.get-config.outputs.aml_workspace }}
1616
endpoint_file: classical/aml-cli-v2/mlops/azureml/deploy/online/online-endpoint.yml
17-
endpoint_name: eptest-online
17+
endpoint_name: ${{ format('taxi-online-{0}', needs.get-config.outputs.oep) }}
1818
endpoint_type: online
1919
secrets:
2020
creds: ${{secrets.AZURE_CREDENTIALS}}
@@ -25,7 +25,7 @@ jobs:
2525
resource_group: ${{ needs.get-config.outputs.resource_group }}
2626
workspace_name: ${{ needs.get-config.outputs.aml_workspace }}
2727
endpoint_file: classical/aml-cli-v2/mlops/azureml/deploy/online/online-deployment.yml
28-
endpoint_name: eptest-online
28+
endpoint_name: ${{ format('taxi-online-{0}', needs.get-config.outputs.oep) }}
2929
endpoint_type: online
3030
deployment_name: taxi-online-dp
3131
secrets:
@@ -37,6 +37,6 @@ jobs:
3737
resource_group: ${{ needs.get-config.outputs.resource_group }}
3838
workspace_name: ${{ needs.get-config.outputs.aml_workspace }}
3939
traffic_allocation: taxi-online-dp=100
40-
endpoint_name: eptest-online
40+
endpoint_name: ${{ format('taxi-online-{0}', needs.get-config.outputs.oep) }}
4141
secrets:
4242
creds: ${{secrets.AZURE_CREDENTIALS}}

0 commit comments

Comments
 (0)