feat: complete production naming and reference lifecycle gates
This commit is contained in:
@@ -39,6 +39,8 @@ const wasmBuilds = process.env.CI_REAL_REBUILD_WASM === '1'
|
||||
'build:boost-wasm',
|
||||
'build:freecad-naming-source-probe',
|
||||
'test:freecad-naming-source-probe',
|
||||
'build:freecad-naming-sdk-candidate',
|
||||
'generate:freecad-naming-sdk-manifest',
|
||||
'check:freecad-naming-sdk-readiness',
|
||||
'check:freecad-wasm-sdk-build-plan',
|
||||
'build:occt-history',
|
||||
@@ -80,6 +82,8 @@ const lanes = {
|
||||
'probe:freecad-partdesign-transform',
|
||||
'probe:freecad-partdesign-structure',
|
||||
'probe:freecad-attachment-modes',
|
||||
'probe:freecad-attachment-combinations',
|
||||
'probe:freecad-xlink-relink',
|
||||
'probe:freecad-partdesign-failures',
|
||||
'probe:freecad-partdesign-revolution-groove',
|
||||
'probe:freecad-part-builders',
|
||||
@@ -87,6 +91,8 @@ const lanes = {
|
||||
'test:freecad-fcstd-native',
|
||||
'generate:freecad-parameter-mutations',
|
||||
'check:freecad-oracle-coverage',
|
||||
'probe:freecad-native-property-semantics',
|
||||
'check:freecad-native-property-semantics',
|
||||
'check:freecad-golden-coverage',
|
||||
'check:freecad-parameter-mutations',
|
||||
'check:freecad-sketcher-constraints',
|
||||
@@ -97,6 +103,10 @@ const lanes = {
|
||||
],
|
||||
wasm: [
|
||||
...wasmBuilds,
|
||||
'test:freecad-naming-production',
|
||||
'check:freecad-naming-production',
|
||||
'test:freecad-isomorphic-provenance',
|
||||
'check:freecad-isomorphic-provenance',
|
||||
'check:occt-history-artifact',
|
||||
'check:freecad-private-naming-boundary',
|
||||
'test:browser-occt',
|
||||
|
||||
Reference in New Issue
Block a user