Skip to content

Commit 0f28ca8

Browse files
committed
build-releases: redistribute builds
The previous attempt at dividing up the work based on performance put too little on the 9950X3D machine and too much on the 5950X machine. It also changed the build order which was inconvenient for early signing.
1 parent beaedda commit 0f28ca8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build-releases

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
source build/envsetup.sh
44

55
if [[ $HOSTNAME == granite ]]; then
6-
readonly devices=(tegu caiman husky tangorpro panther)
6+
readonly devices=(tegu tokay felix panther bluejay)
77
elif [[ $HOSTNAME = raphael ]]; then
8-
readonly devices=(comet tokay shiba lynx)
8+
readonly devices=(comet akita tangorpro raven)
99
elif [[ $HOSTNAME = raptor ]]; then
10-
readonly devices=(komodo akita felix cheetah)
10+
readonly devices=(komodo husky lynx oriole)
1111
elif [[ $HOSTNAME = vermeer ]]; then
12-
readonly devices=(bluejay raven oriole)
12+
readonly devices=(caiman shiba cheetah)
1313
else
1414
echo invalid hostname >&2
1515
exit 1

0 commit comments

Comments
 (0)