You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked for previous/existing GitHub issues
Description
Hi,
I'm having an issue deploying AMBA as part of our ADO pipeline. When using image version 'Ubuntu-Latest' , I get a script failed message saying the parameter file was unable to be parsed. However when using 'Windows-Latest' the deployment works just fine. There are no errors with the param file and the pipeline stage is basically identical to the example provided in the repo. Any advice on this would be greatly appreciated, cheers!
The text was updated successfully, but these errors were encountered:
@ac-matthews - I had this issue and for me I could resolve it by changing the the az deployment line in the pipeline yaml , so that the --parameters was using the full URI to the params file in github (in the same way the template URI does).
The default pipeline yaml had a relative path for the parameters file in windows format :
Apologies for the delay in response , we had discussed this internally earlier in the week and given you had a workaround we reduced the priority as we are driving a few enhancements to AMBA needing focus, adding @arjenhuitema to comment but also thanks @philrice for your input also!
As @philrice said, forward slashes or URI of the parameter files are the options the solve this. thanks Phil! A PR to change to forward slashes is created waiting to be merged.
Check for previous/existing GitHub issues
Description
Hi,
I'm having an issue deploying AMBA as part of our ADO pipeline. When using image version 'Ubuntu-Latest' , I get a script failed message saying the parameter file was unable to be parsed. However when using 'Windows-Latest' the deployment works just fine. There are no errors with the param file and the pipeline stage is basically identical to the example provided in the repo. Any advice on this would be greatly appreciated, cheers!
The text was updated successfully, but these errors were encountered: