Skip to content

Commit b9e21f5

Browse files
committed
uprev docker images to support prefetching
1 parent 68ee87c commit b9e21f5

File tree

6 files changed

+27
-27
lines changed

6 files changed

+27
-27
lines changed

kubernetes/browser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
app: browser
1515
spec:
1616
containers:
17-
- image: buildbarn/bb-browser:20221223T140241Z-6eaa092
17+
- image: buildbarn/bb-browser:20230125T102530Z-013765a
1818
args:
1919
- /config/browser.jsonnet
2020
name: browser

kubernetes/config/storage.yaml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ data:
1010
}],
1111
maximumMessageSizeBytes: common.maximumMessageSizeBytes,
1212
global: common.global,
13-
fileSystemAccessCache: {
13+
contentAddressableStorage: {
1414
backend: {
1515
'local': {
1616
keyLocationMapOnBlockDevice: {
1717
file: {
18-
path: '/storage-fsac/key_location_map',
19-
sizeBytes: 1024 * 1024,
18+
path: '/storage-cas/key_location_map',
19+
sizeBytes: 100 * 1024 * 1024,
2020
},
2121
},
2222
keyLocationMapMaximumGetAttempts: 8,
@@ -27,33 +27,29 @@ data:
2727
blocksOnBlockDevice: {
2828
source: {
2929
file: {
30-
path: '/storage-fsac/blocks',
31-
sizeBytes: 20 * 1024 * 1024,
30+
path: '/storage-cas/blocks',
31+
sizeBytes: 8 * 1024 * 1024 * 1024,
3232
},
3333
},
3434
spareBlocks: 3,
35-
dataIntegrityValidationCache: {
36-
cacheSize: 10000,
37-
cacheDuration: '14400s',
38-
cacheReplacementPolicy: 'LEAST_RECENTLY_USED',
39-
},
4035
},
4136
persistent: {
42-
stateDirectoryPath: '/storage-fsac/persistent_state',
37+
stateDirectoryPath: '/storage-cas/persistent_state',
4338
minimumEpochInterval: '300s',
4439
},
4540
},
4641
},
4742
getAuthorizer: { allow: {} },
4843
putAuthorizer: { allow: {} },
44+
findMissingAuthorizer: { allow: {} },
4945
},
50-
contentAddressableStorage: {
46+
actionCache: {
5147
backend: {
5248
'local': {
5349
keyLocationMapOnBlockDevice: {
5450
file: {
55-
path: '/storage-cas/key_location_map',
56-
sizeBytes: 100 * 1024 * 1024,
51+
path: '/storage-ac/key_location_map',
52+
sizeBytes: 1024 * 1024,
5753
},
5854
},
5955
keyLocationMapMaximumGetAttempts: 8,
@@ -64,28 +60,27 @@ data:
6460
blocksOnBlockDevice: {
6561
source: {
6662
file: {
67-
path: '/storage-cas/blocks',
68-
sizeBytes: 8 * 1024 * 1024 * 1024,
63+
path: '/storage-ac/blocks',
64+
sizeBytes: 20 * 1024 * 1024,
6965
},
7066
},
7167
spareBlocks: 3,
7268
},
7369
persistent: {
74-
stateDirectoryPath: '/storage-cas/persistent_state',
70+
stateDirectoryPath: '/storage-ac/persistent_state',
7571
minimumEpochInterval: '300s',
7672
},
7773
},
7874
},
7975
getAuthorizer: { allow: {} },
8076
putAuthorizer: { allow: {} },
81-
findMissingAuthorizer: { allow: {} },
8277
},
83-
actionCache: {
78+
fileSystemAccessCache: {
8479
backend: {
8580
'local': {
8681
keyLocationMapOnBlockDevice: {
8782
file: {
88-
path: '/storage-ac/key_location_map',
83+
path: '/storage-fsac/key_location_map',
8984
sizeBytes: 1024 * 1024,
9085
},
9186
},
@@ -97,14 +92,19 @@ data:
9792
blocksOnBlockDevice: {
9893
source: {
9994
file: {
100-
path: '/storage-ac/blocks',
95+
path: '/storage-fsac/blocks',
10196
sizeBytes: 20 * 1024 * 1024,
10297
},
10398
},
10499
spareBlocks: 3,
100+
dataIntegrityValidationCache: {
101+
cacheSize: 10000,
102+
cacheDuration: '14400s',
103+
cacheReplacementPolicy: 'LEAST_RECENTLY_USED',
104+
},
105105
},
106106
persistent: {
107-
stateDirectoryPath: '/storage-ac/persistent_state',
107+
stateDirectoryPath: '/storage-fsac/persistent_state',
108108
minimumEpochInterval: '300s',
109109
},
110110
},

kubernetes/frontend.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
containers:
1717
- args:
1818
- /config/frontend.jsonnet
19-
image: buildbarn/bb-storage:20221221T163740Z-08ce6e4
19+
image: buildbarn/bb-storage:20230124T100847Z-756fc23
2020
name: storage
2121
ports:
2222
- containerPort: 8980

kubernetes/scheduler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
containers:
1919
- args:
2020
- /config/scheduler.jsonnet
21-
image: buildbarn/bb-scheduler:20221223T045242Z-9de9f27
21+
image: buildbarn/bb-scheduler:20230125T082650Z-47f8d16
2222
name: scheduler
2323
ports:
2424
- containerPort: 8982

kubernetes/storage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
containers:
1818
- args:
1919
- /config/storage.jsonnet
20-
image: buildbarn/bb-storage:20221221T163740Z-08ce6e4
20+
image: buildbarn/bb-storage:20230124T100847Z-756fc23
2121
name: storage
2222
ports:
2323
- containerPort: 8981

kubernetes/worker-ubuntu22-04.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
containers:
2222
- args:
2323
- /config/worker-ubuntu22-04.jsonnet
24-
image: buildbarn/bb-worker:20221223T045242Z-9de9f27
24+
image: buildbarn/bb-worker:20230125T082650Z-47f8d16
2525
name: worker
2626
volumeMounts:
2727
- mountPath: /config/

0 commit comments

Comments
 (0)