Bioconductor / BBS

The Bioconductor Build System
9 stars 11 forks source link

Add palomino7 #412

Closed jwokaty closed 2 months ago

hpages commented 2 months ago

Hi @jwokaty,

export BBS_OUTGOING_MAP="source:nebbiolo1/buildsrc win.binary:palomino3/buildbin mac.binary.big-sur-x86_64:merida1/buildbin mac.binary.big-sur-arm64:kjohnson1/buildbin win.binary:palomino7/buildbin"

Propably too soon to propagate the Windows binaries produced on palomino7. Also I'm not sure that trying to propagate the same package type from two different builders is going to work. IIRC BBS_OUTGOING_MAP is a list of key:value pairs where the keys must be source, win.binary, mac.binary.big-sur-x86_64, and mac.binary.big-sur-arm64 (or a subset of that). So it could be that the keys must be unique for the Python code to work properly (I didn't look at the Python code though so I'm not sure).

Anyways, it'll be easier/safer to switch from palomino3 to palomino7 for propagation of the Windows binaries after one or two full builds, after we've made sure that everything is fine with palomino7.

Thanks

jwokaty commented 2 months ago

Thanks, I appreciate you catching that. I definitely don't want to propagate yet! I just want to see it on the report. Friday will be palomino3's final build/propagation of build products. So maybe I won't propagate palomino7 until next Friday.