playwright-azure-functions icon indicating copy to clipboard operation
playwright-azure-functions copied to clipboard

not enough space on disk

Open johnnliu opened this issue 6 years ago • 1 comments

1:56:06 pm: Running command: "git init"...
Initialized empty Git repository in c:/r/playright/.git/
1:56:06 pm: Finished running command: "git init".
2:09:30 pm playright: Creating zip package...
2:10:59 pm playright: Starting deployment...
2:11:03 pm playright: Uploading zip package to storage container...
2:12:09 pm playright: Syncing triggers...
2:12:48 pm playright: Querying triggers...
2:12:54 pm: WARNING: Some http trigger urls cannot be displayed in the output window because they require an authentication token. Instead, you may copy them from the Azure Functions explorer.
2:28:21 pm playright2: Creating zip package...
2:31:04 pm playright2: Starting deployment...
2:32:17 pm playright2: Fetching changes.
2:32:17 pm playright2: Cleaning up temp folders from previous zip deployments and extracting pushed zip file D:\local\Temp\zipdeploy\1kwbglfd.zip (240.71 MB) to D:\local\Temp\zipdeploy\extracted
2:32:45 pm playright2: Waiting for long running command to finish...
2:32:45 pm: Error: Deployment to "playright2" failed. See output channel for more details.
2:38:51 pm playright2: Creating zip package...
2:41:38 pm playright2: Starting deployment...
2:42:57 pm playright2: Fetching changes.
2:42:57 pm playright2: Cleaning up temp folders from previous zip deployments and extracting pushed zip file D:\local\Temp\zipdeploy\iu4pl0tj.zip (240.71 MB) to D:\local\Temp\zipdeploy\extracted
2:43:01 pm playright2: There is not enough space on the disk.\r\n
2:43:08 pm: Error: Deployment to "playright2" failed. See output channel for more details.

This isn't urgent, so I'll keep playing with this as I go. When deploying the function to consumption Azure Functions hit the limit.

I'm thinking since I want playwright to only do specific automations, may be if I use the smaller of the three engines - webkit, might be able to reduce the bundle size.

johnnliu avatar Jan 25 '20 04:01 johnnliu

Thanks @johnnliu. I don't think it is possible to run this on a consumption plan in Functions. I was able to run and test the 3 browsers on a Linux premium plan. Can you tell me more about the environment you were trying on?

arjunattam avatar Feb 12 '20 21:02 arjunattam