VA
En
Times out
Execute the VA deploy cognitive models PS1 file in azure CLI task
Luis and qna deployment sucess
No logs, pipeline executes for half ab hour no logs at all times out in pipeline.
Tried executing in azure powershell task it executes partially the input parameters are not captured correctly
Referred this but no success.
Note : I am executing deploy cognitive models script directly
https://stackoverflow.com/questions/56267466/deploy-virtual-assistant-using-azure-devops-pipelines-and-releases
Thanks @SSanjeevi for reporting this issue! We came up with some questions for you:
Build job timeout in minutes of your Azure DevOps Pipeline? Try improving the amount of minutes for the jobdeploy_cognitive_models.ps1 script locally?We will be reviewing this issue and as soon as we have any update, we will back to you 馃槉
_Set 240 minutes for Build job timeout in minutes_

Will it run for 240 minutes?
I kept for 90 minutes in pipeline and it didn't gave any cli msg till that and times out .
Will test by keeping 240 minutes on Monday.
Local it completes in 15 mins I seen.
@Batta32 - i tried setting for 240 minutes and it got timed out at 240 minutes and only one line came in cli:
"Initializing en-us dispatch model"
screenshot below.
do you want me to further increase the timeout? - then i must try in non office hours like yesterday.

Hi @SSanjeevi, it's not necessary to increase the timeout as the script should not be executed for a long time.
deploy.ps1 instead of the deploy_cognitive_models.ps1. Which was the result?We will work on this issue this week, so as soon as we have any update for you we will let you know here.
Hi @SSanjeevi, as we discussed over email, we managed to reproduce and solve the issue using an Azure DevOps Pipeline and the YML file you attached in the email.
We applied the following changes using the YML file you attached:
If you are ok, we can close this issue 馃槉.
_Correct YML file successfully working_
