Add cloud venue scout: EC2 IMDS tags infer batch/spot/gpu biomes for persona packs and weather.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled

This commit is contained in:
AetherForge
2026-06-07 10:01:47 -07:00
parent 903d180db6
commit bb7bbe6c97
11 changed files with 343 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
package deploy
import "testing"
func TestParseOrganizationalUnit(t *testing.T){ if parseOrganizationalUnit("organizational_unit=ou/Batch\n")!="ou/Batch"{t.Fatal()} }