{
  "components": [
    {
      "id": "workbenches",
      "pytest_marker": "smoke",
      "pytest_extra_args": "-svv --collect-must-gather -o junit_suite_name=workbenches --tc use_unprivileged_client:False -k 'not trainer_imagestreams'",
      "tests_subdir": "tests/workbenches",
      "artifact_prefix": "workbenches-smoke",
      "min_pass_rate_for_success": 0.8
    },
    {
      "id": "model_registry",
      "pytest_marker": "component_health",
      "pytest_extra_args": "-svv --collect-must-gather -o junit_suite_name=model-registry",
      "tests_subdir": "tests/ai_hub/component_health",
      "artifact_prefix": "model-registry-smoke",
      "gate_after_component": "workbenches",
      "min_prior_pass_rate": 0.8
    },
    {
      "id": "model_server",
      "pytest_marker": "smoke and not downstream_only",
      "pytest_extra_args": "-svv -ra -o junit_suite_name=model_server --tc use_unprivileged_client:False -k 'not TestMLServerModelCar'",
      "tests_subdir": "tests/model_serving/model_server",
      "artifact_prefix": "model_server-smoke",
      "gate_after_component": "workbenches",
      "min_prior_pass_rate": 0.8
    },
    {
      "id": "model_runtime",
      "pytest_marker": "smoke",
      "pytest_extra_args": "-svv --collect-must-gather -o junit_suite_name=model_runtime --tc use_unprivileged_client:False",
      "tests_subdir": "tests/model_serving/model_runtime",
      "artifact_prefix": "model_runtime-smoke",
      "gate_after_component": "workbenches",
      "min_prior_pass_rate": 0.8,
      "non_blocking_on_timeout": true,
      "component_test_timeout": "20m"
    },
    {
      "id": "maas_billing",
      "pytest_marker": "component_health",
      "pytest_extra_args": "-svv --collect-must-gather -o junit_suite_name=maas_billing",
      "tests_subdir": "tests/model_serving/maas_billing/component_health",
      "artifact_prefix": "maas_billing-smoke",
      "gate_after_component": "workbenches",
      "min_prior_pass_rate": 0.8,
      "non_blocking_on_timeout": true,
      "component_test_timeout": "20m"
    },
    {
      "id": "ogx",
      "pytest_marker": "smoke",
      "pytest_extra_args": "-svv --collect-must-gather -o junit_suite_name=ogx --tc use_unprivileged_client:False",
      "tests_subdir": "tests/ogx",
      "artifact_prefix": "ogx-smoke",
      "gate_after_component": "workbenches",
      "min_prior_pass_rate": 0.8,
      "non_blocking_on_timeout": true,
      "component_test_timeout": "20m"
    },
    {
      "id": "ai_safety",
      "pytest_marker": "smoke",
      "pytest_extra_args": "-svv --collect-must-gather -o junit_suite_name=ai_safety",
      "tests_subdir": "tests/ai_safety",
      "artifact_prefix": "ai_safety-smoke",
      "gate_after_component": "workbenches",
      "min_prior_pass_rate": 0.8
    }
  ]
}
