-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listinfra: device labInfrastructure device lab problemsInfrastructure device lab problemsteam-infraOwned by Infrastructure teamOwned by Infrastructure teamtriaged-infraTriaged by Infrastructure teamTriaged by Infrastructure team
Description
Is there an existing issue for this?
- I have searched the existing infra issues
Type of Request
bug
Infrastructure Environment
Devicelab
What is happening?
Some (if not all) of mac devicelab bots have permission denied when trying to create a directory in /opt/flutter.
For example, when installing Xcode, we download the Xcode app into /opt/flutter/xcode, however, if the xcode directory does not exist yet, it is created with mkdir. However, this fails due to file permissions.
mkdir /opt/flutter/xcode: permission denied
Either we need to update permission allowance or the xcode directory needs to be created manually when bots are set up.
Note: the xcode directory has the owner of swarming currently, which allows directories to be created inside of it
Steps to reproduce
ssh into a bot and do
mkdir /opt/flutter/xcode
Expected results
Directory gets created or is already there
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listinfra: device labInfrastructure device lab problemsInfrastructure device lab problemsteam-infraOwned by Infrastructure teamOwned by Infrastructure teamtriaged-infraTriaged by Infrastructure teamTriaged by Infrastructure team