Skip to content

Commit 0cb3d8f

Browse files
authored
FIX: Update ignored packages in Preview APV and regenerate YAML job definitions (#2322)
1 parent 6d3d431 commit 0cb3d8f

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.yamato/wrench/wrench_config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@
2626
"com.unity.polyspatial.visionos",
2727
"com.unity.polyspatial.xr",
2828
"com.unity.xr.visionos"
29+
],
30+
"6000.5": [
31+
"com.unity.charactercontroller",
32+
"com.unity.polyspatial",
33+
"com.unity.polyspatial.extensions",
34+
"com.unity.polyspatial.visionos",
35+
"com.unity.polyspatial.xr",
36+
"com.unity.xr.visionos"
2937
]
3038
}
3139
}

Tools/CI/Settings/InputSystemSettings.cs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,18 @@ public InputSystemSettings()
113113
"com.unity.polyspatial.xr",
114114
"com.unity.xr.visionos"
115115
}
116+
},
117+
{
118+
new Editor("6000.5", ""),
119+
new HashSet<string>()
120+
{
121+
"com.unity.polyspatial",
122+
"com.unity.polyspatial.visionos",
123+
"com.unity.polyspatial.extensions",
124+
"com.unity.polyspatial.xr",
125+
"com.unity.xr.visionos",
126+
"com.unity.charactercontroller"
127+
}
116128
}
117129
};
118130

0 commit comments

Comments
 (0)