Skip to content

actions: mount shared cache in run tasks #241

@robwhitby

Description

@robwhitby

slack thread

it would be great to be able to access the halfpipe shared/team cache in actions run tasks

the cache NFS volume it is already mounted on the runner at /mnt/halfpipe/shared-cache

ideally in a run task the team's sub-directory would be mounted in the container like:

docker run -v `/mnt/halfpipe/shared-cache/<team>:/var/halfpipe/shared-cache ...

this is not possible currently because the github step syntax does not allow configuring volume options.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions