{
  "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.9
    },
    {
      "id": "model_registry",
      "pytest_marker": "smoke",
      "pytest_extra_args": "-svv --collect-must-gather -o junit_suite_name=ai-hub --tc use_unprivileged_client:False",
      "tests_subdir": "tests/ai_hub",
      "artifact_prefix": "ai-hub-smoke",
      "gate_after_component": "workbenches",
      "min_prior_pass_rate": 0.8,
      "min_pass_rate_for_success": 0.9
    },
    {
      "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 and not TestLLMDSmoke'",
      "tests_subdir": "tests/model_serving/model_server",
      "artifact_prefix": "model_server-smoke",
      "gate_after_component": "workbenches",
      "min_prior_pass_rate": 0.8,
      "min_pass_rate_for_success": 0.9
    },
    {
      "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,
      "min_pass_rate_for_success": 0.9,
      "non_blocking_on_timeout": true
    },
    {
      "id": "maas_billing",
      "pytest_marker": "smoke",
      "pytest_extra_args": "-svv --collect-must-gather -o junit_suite_name=maas_billing",
      "tests_subdir": "tests/model_serving/maas_billing",
      "artifact_prefix": "maas_billing-smoke",
      "gate_after_component": "workbenches",
      "min_prior_pass_rate": 0.8,
      "min_pass_rate_for_success": 0.9,
      "non_blocking_on_timeout": true
    },
    {
      "id": "ai_safety",
      "pytest_marker": "smoke",
      "pytest_extra_args": "-svv --collect-must-gather -o junit_suite_name=ai_safety --tc use_unprivileged_client:False",
      "tests_subdir": "tests/ai_safety",
      "artifact_prefix": "ai_safety-smoke",
      "gate_after_component": "workbenches",
      "min_prior_pass_rate": 0.8,
      "min_pass_rate_for_success": 0.9
    }
  ]
}
