File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
classical/aml-cli-v2/mlops/github-actions Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 26
26
resource_group : ${{ needs.get-config.outputs.resource_group }}
27
27
workspace_name : ${{ needs.get-config.outputs.aml_workspace }}
28
28
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) }}
30
30
endpoint_type : batch
31
31
secrets :
32
32
creds : ${{secrets.AZURE_CREDENTIALS}}
37
37
resource_group : ${{ needs.get-config.outputs.resource_group }}
38
38
workspace_name : ${{ needs.get-config.outputs.aml_workspace }}
39
39
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) }}
41
41
endpoint_type : batch
42
42
deployment_name : eptestdeploy
43
43
secrets :
Original file line number Diff line number Diff line change 14
14
resource_group : ${{ needs.get-config.outputs.resource_group }}
15
15
workspace_name : ${{ needs.get-config.outputs.aml_workspace }}
16
16
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) }}
18
18
endpoint_type : online
19
19
secrets :
20
20
creds : ${{secrets.AZURE_CREDENTIALS}}
25
25
resource_group : ${{ needs.get-config.outputs.resource_group }}
26
26
workspace_name : ${{ needs.get-config.outputs.aml_workspace }}
27
27
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) }}
29
29
endpoint_type : online
30
30
deployment_name : taxi-online-dp
31
31
secrets :
37
37
resource_group : ${{ needs.get-config.outputs.resource_group }}
38
38
workspace_name : ${{ needs.get-config.outputs.aml_workspace }}
39
39
traffic_allocation : taxi-online-dp=100
40
- endpoint_name : eptest -online
40
+ endpoint_name : ${{ format('taxi -online-{0}', needs.get-config.outputs.oep) }}
41
41
secrets :
42
42
creds : ${{secrets.AZURE_CREDENTIALS}}
You can’t perform that action at this time.
0 commit comments