{
  "components": [
    {
      "id": "workbenches",
      "pytest_marker": "smoke",
      "pytest_extra_args": "-svv -o junit_suite_name=workbenches --tc use_unprivileged_client:False",
      "tests_subdir": "tests/workbenches",
      "artifact_prefix": "workbenches-smoke"
    },
    {
      "id": "model_registry",
      "pytest_marker": "component_health",
      "pytest_extra_args": "-svv -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": "ogx",
      "pytest_marker": "smoke and not downstream_only",
      "pytest_extra_args": "-svv -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
    }
  ]
}
