{
  "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",
      "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
    },
    {
      "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
    },
    {
      "id": "ai_pipelines",
      "pytest_marker": "smoke",
      "pytest_extra_args": "-svv --collect-must-gather -o junit_suite_name=ai_pipelines",
      "tests_subdir": "tests/ai_pipelines",
      "artifact_prefix": "ai_pipelines-smoke",
      "gate_after_component": "workbenches",
      "min_prior_pass_rate": 0.8
    },
    {
      "id": "kuberay",
      "pytest_marker": "smoke",
      "pytest_extra_args": "-svv --collect-must-gather -o junit_suite_name=kuberay",
      "tests_subdir": "tests/kuberay",
      "artifact_prefix": "kuberay-smoke",
      "gate_after_component": "workbenches",
      "min_prior_pass_rate": 0.8
    },
    {
      "id": "mlflow",
      "pytest_marker": "smoke",
      "pytest_extra_args": "-svv --collect-must-gather -o junit_suite_name=mlflow",
      "tests_subdir": "tests/mlflow",
      "artifact_prefix": "mlflow-smoke",
      "gate_after_component": "workbenches",
      "min_prior_pass_rate": 0.8
    },
    {
      "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
    }
  ]
}
