feat(api, robot-server, shared-data): add FlexStacker module to the hardware controller and robot server. #8527
Annotations
5 errors and 1 warning
shared-data package python 3.10 tests on ubuntu-22.04
Process completed with exit code 2.
|
shared-data package python 3.10 tests on macos-latest
The job was canceled because "ubuntu-22_04_3_10" failed.
|
shared-data package python 3.10 tests on windows-2022
The job was canceled because "ubuntu-22_04_3_10" failed.
|
shared-data/js/__tests__/moduleSpecsSchema.test.ts > validate all module specs with schema > validates flexStackerV1 against schema:
shared-data/js/__tests__/moduleSpecsSchema.test.ts#L58
AssertionError: expected [ { keyword: 'enum', …(4) }, …(1) ] to be null // Object.is equality
- Expected:
null
+ Received:
Array [
Object {
"dataPath": "/moduleType",
"keyword": "enum",
"message": "should be equal to one of the allowed values",
"params": Object {
"allowedValues": Array [
"temperatureModuleType",
"magneticModuleType",
"thermocyclerModuleType",
"heaterShakerModuleType",
"magneticBlockType",
"absorbanceReaderType",
"flexStackerModuleType",
],
},
"schemaPath": "#/properties/moduleType/enum",
},
Object {
"dataPath": "/model",
"keyword": "pattern",
"message": "should match pattern \"^(temperatureModule|magneticModule|thermocyclerModule|heaterShakerModule|magneticBlock|absorbanceReader|flexStackerModule)V[0-9]+$\"",
"params": Object {
"pattern": "^(temperatureModule|magneticModule|thermocyclerModule|heaterShakerModule|magneticBlock|absorbanceReader|flexStackerModule)V[0-9]+$",
},
"schemaPath": "#/properties/model/pattern",
},
]
❯ shared-data/js/__tests__/moduleSpecsSchema.test.ts:58:32
|
shared-data JS tests
Process completed with exit code 2.
|
Determine whether or not to publish artifacts
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|