|
66 | 66 | "group_gpu_001": [ # Total group time: 1937.01s
|
67 | 67 | "tests/unit/examples/test_notebooks_gpu.py::test_gpu_vm", # 0.76s (Always the first test to check the GPU works)
|
68 | 68 | "tests/smoke/recommenders/recommender/test_deeprec_utils.py", # 2.91
|
69 |
| - # "tests/smoke/recommenders/recommender/test_deeprec_model.py::test_FFM_iterator", # 0.74s # FIXME: Disabled due to the issue with TF version > 2.10.1 See #2018 |
| 69 | + "tests/smoke/recommenders/recommender/test_deeprec_model.py::test_FFM_iterator", # 0.74s |
70 | 70 | "tests/smoke/recommenders/recommender/test_newsrec_utils.py::test_news_iterator", # 3.04s
|
71 | 71 | #
|
72 |
| - # "tests/smoke/recommenders/recommender/test_deeprec_model.py::test_model_lightgcn", # 6.03s # FIXME: Disabled due to the issue with TF version > 2.10.1 See #2018 |
73 |
| - # "tests/functional/examples/test_notebooks_gpu.py::test_lightgcn_deep_dive_functional", # 19.45s # FIXME: Disabled due to the issue with TF version > 2.10.1 See #2018 |
| 72 | + "tests/smoke/recommenders/recommender/test_deeprec_model.py::test_model_lightgcn", # 6.03s |
| 73 | + "tests/functional/examples/test_notebooks_gpu.py::test_lightgcn_deep_dive_functional", # 19.45s |
74 | 74 | #
|
75 | 75 | # "tests/smoke/recommenders/recommender/test_deeprec_model.py::test_model_sum", # 27.23s # FIXME: Disabled due to the issue with TF version > 2.10.1 See #2018
|
76 | 76 | #
|
77 |
| - # "tests/smoke/recommenders/recommender/test_deeprec_model.py::test_model_dkn", # 187.20s # FIXME: Disabled due to the issue with TF version > 2.10.1 See #2018 |
| 77 | + "tests/smoke/recommenders/recommender/test_deeprec_model.py::test_model_dkn", # 187.20s |
78 | 78 | "tests/functional/examples/test_notebooks_gpu.py::test_dkn_quickstart_functional", # 1167.93s
|
79 | 79 | #
|
80 |
| - # "tests/functional/examples/test_notebooks_gpu.py::test_slirec_quickstart_functional", # 175.00s # FIXME: Disabled due to the issue with TF version > 2.10.1 See #2018 |
81 |
| - # "tests/smoke/recommenders/recommender/test_deeprec_model.py::test_model_slirec", # 346.72s # FIXME: Disabled due to the issue with TF version > 2.10.1 See #2018 |
| 80 | + "tests/functional/examples/test_notebooks_gpu.py::test_slirec_quickstart_functional", # 175.00s |
| 81 | + "tests/smoke/recommenders/recommender/test_deeprec_model.py::test_model_slirec", # 346.72s |
82 | 82 | ],
|
83 | 83 | "group_gpu_002": [ # Total group time: 1896.76s
|
84 | 84 | "tests/unit/examples/test_notebooks_gpu.py::test_gpu_vm", # 0.76s (Always the first test to check the GPU works)
|
85 |
| - # "tests/smoke/recommenders/recommender/test_deeprec_model.py::test_model_xdeepfm", # 3.10s # FIXME: Disabled due to the issue with TF version > 2.10.1 See #2018 |
| 85 | + "tests/smoke/recommenders/recommender/test_deeprec_model.py::test_model_xdeepfm", # 3.10s |
86 | 86 | # FIXME: https://github.com/microsoft/recommenders/issues/1883
|
87 | 87 | # "tests/smoke/examples/test_notebooks_gpu.py::test_xdeepfm_smoke", # 77.93s
|
88 |
| - # "tests/functional/examples/test_notebooks_gpu.py::test_xdeepfm_functional", # FIXME: Disabled due to the issue with TF version > 2.10.1 See #2018 |
| 88 | + "tests/functional/examples/test_notebooks_gpu.py::test_xdeepfm_functional", |
89 | 89 | #
|
90 | 90 | "tests/smoke/examples/test_notebooks_gpu.py::test_cornac_bivae_smoke", # 67.84s
|
91 | 91 | "tests/functional/examples/test_notebooks_gpu.py::test_cornac_bivae_functional", # 453.21s
|
|
426 | 426 | ],
|
427 | 427 | "group_gpu_002": [ # Total group time:
|
428 | 428 | "tests/unit/examples/test_notebooks_gpu.py::test_gpu_vm", # 0.76s (Always the first test to check the GPU works)
|
429 |
| - # "tests/unit/recommenders/models/test_deeprec_model.py::test_xdeepfm_component_definition", # FIXME: Disabled due to the issue with TF version > 2.10.1 See #2018 |
430 |
| - # "tests/unit/recommenders/models/test_deeprec_model.py::test_dkn_component_definition", # FIXME: Disabled due to the issue with TF version > 2.10.1 See #2018 |
431 |
| - # "tests/unit/recommenders/models/test_deeprec_model.py::test_dkn_item2item_component_definition", # FIXME: Disabled due to the issue with TF version > 2.10.1 See #2018 |
432 |
| - # "tests/unit/recommenders/models/test_deeprec_model.py::test_slirec_component_definition", # FIXME: Disabled due to the issue with TF version > 2.10.1 See #2018 |
433 |
| - # "tests/unit/recommenders/models/test_deeprec_model.py::test_nextitnet_component_definition", # FIXME: Disabled due to the issue with TF version > 2.10.1 See #2018 |
| 429 | + "tests/unit/recommenders/models/test_deeprec_model.py::test_xdeepfm_component_definition", |
| 430 | + "tests/unit/recommenders/models/test_deeprec_model.py::test_dkn_component_definition", |
| 431 | + "tests/unit/recommenders/models/test_deeprec_model.py::test_dkn_item2item_component_definition", |
| 432 | + "tests/unit/recommenders/models/test_deeprec_model.py::test_slirec_component_definition", |
| 433 | + "tests/unit/recommenders/models/test_deeprec_model.py::test_nextitnet_component_definition", |
434 | 434 | # "tests/unit/recommenders/models/test_deeprec_model.py::test_sum_component_definition", # FIXME: Disabled due to the issue with TF version > 2.10.1 See #2018
|
435 |
| - # "tests/unit/recommenders/models/test_deeprec_model.py::test_lightgcn_component_definition", # FIXME: Disabled due to the issue with TF version > 2.10.1 See #2018 |
| 435 | + "tests/unit/recommenders/models/test_deeprec_model.py::test_lightgcn_component_definition", |
436 | 436 | "tests/unit/recommenders/models/test_deeprec_utils.py::test_prepare_hparams",
|
437 | 437 | "tests/unit/recommenders/models/test_deeprec_utils.py::test_load_yaml_file",
|
438 | 438 | "tests/security/test_dependency_security.py::test_tensorflow",
|
|
449 | 449 | "group_notebooks_gpu_002": [ # Total group time: 241.15s
|
450 | 450 | "tests/unit/examples/test_notebooks_gpu.py::test_gpu_vm", # 0.76s (Always the first test to check the GPU works)
|
451 | 451 | "tests/unit/examples/test_notebooks_gpu.py::test_wide_deep",
|
452 |
| - # "tests/unit/examples/test_notebooks_gpu.py::test_xdeepfm", # FIXME: Disabled due to the issue with TF version > 2.10.1 See #2018 |
| 452 | + "tests/unit/examples/test_notebooks_gpu.py::test_xdeepfm", |
453 | 453 | "tests/unit/examples/test_notebooks_gpu.py::test_gpu_vm",
|
454 | 454 | ],
|
455 | 455 | }
|
0 commit comments