gecko_taskgraph.loader 包

子模块

gecko_taskgraph.loader.test 模块

gecko_taskgraph.loader.test.expand_tests(test_sets_cfg, test_platforms)

test_platforms 中的测试集扩展为测试名称集。返回一个类似于 get_test_platforms 的字典,每个测试平台都添加了一个 test-names 键,其中包含一组测试名称。

gecko_taskgraph.loader.test.get_builds_by_platform(dep_kind, loaded_tasks)

查找测试将依赖的构建任务,按平台/类型作为键。返回一个字典,将构建平台映射到任务。

gecko_taskgraph.loader.test.get_test_platforms(test_platforms_cfg, builds_by_platform, signed_builds_by_platform={})

根据可用的构建平台获取应为其生成测试任务的测试平台。返回一个字典,将测试平台映射到 {test-set, build-platform, build-label}。

gecko_taskgraph.loader.test.loader(kind, path, config, params, loaded_tasks)

生成实现 Gecko 测试的任务。

模块内容