Home | History | Annotate | Download | only in bots

Lines Matching refs:Cache

116 	CACHES_GIT = []*specs.Cache{
117 &specs.Cache{
119 Path: "cache/git",
121 &specs.Cache{
123 Path: "cache/git_cache",
126 CACHES_GO = []*specs.Cache{
127 &specs.Cache{
129 Path: "cache/go_cache",
132 CACHES_WORKDIR = []*specs.Cache{
133 &specs.Cache{
135 Path: "cache/work",
138 CACHES_DOCKER = []*specs.Cache{
139 &specs.Cache{
141 Path: "cache/docker",
285 Caches: []*specs.Cache{
286 &specs.Cache{
288 Path: "cache/vpython",
297 "-cache-dir", "cache",
318 "VPYTHON_VIRTUALENV_ROOT": []string{"cache/vpython"},
879 task.Caches = append(task.Caches, &specs.Cache{
881 Path: "cache/Xcode.app",