Commit f318226 1 parent 5b71f5f commit f318226 Copy full SHA for f318226
File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ permissions: read-all
10
10
11
11
jobs :
12
12
Cleanup_PIP :
13
+ name : Cleanup PIP cache
13
14
runs-on : aks-linux-2-cores-8gb
14
15
container :
15
16
image : openvinogithubactions.azurecr.io/dockerhub/ubuntu:20.04
34
35
echo "Cache info: "
35
36
du -h -d2 ${PIP_CACHE_PATH}
36
37
37
- Cleanup_CCACHE :
38
+ Cleanup_ccache_lin :
39
+ name : Cleanup Linux ccache
38
40
runs-on : aks-linux-2-cores-8gb
39
41
container :
40
42
image : openvinogithubactions.azurecr.io/dockerhub/ubuntu:20.04
@@ -52,14 +54,15 @@ jobs:
52
54
- name : Cleanup ccache
53
55
uses : ./.github/actions/cache/cleanup
54
56
with :
55
- cache-size : 100
57
+ cache-size : 300
56
58
max-cache-size : 750
57
59
cache-path : ${{ env.CCACHE_PATH }}
58
60
recursive : true
59
61
key : ' .'
60
62
61
63
62
- Cleanup_CCACHE_win :
64
+ Cleanup_ccache_win :
65
+ name : Cleanup Windows ccache
63
66
runs-on : ' aks-win-4-cores-8gb'
64
67
env :
65
68
CCACHE_PATH : C:\\mount\\caches\\ccache
75
78
with :
76
79
cache-size : 300
77
80
max-cache-size : 750
78
- cache-path : ${{ env.CCACHE_PATH }}
81
+ cache-path : C:\\mount\\caches\\ccache
79
82
recursive : true
80
83
key : ' .'
You can’t perform that action at this time.
0 commit comments