{
  "components": [
    {
      "id": "workbenches",
      "pytest_marker": "smoke",
      "pytest_extra_args": "-svv -o junit_suite_name=workbenches -k 'notebook_imagestreams or runtime_imagestreams'",
      "tests_subdir": "tests/workbenches/notebooks_server/operator",
      "artifact_prefix": "workbenches-smoke"
    },
    {
      "id": "ogx",
      "pytest_marker": "smoke",
      "pytest_extra_args": "-svv -o junit_suite_name=ogx --collect-only -q",
      "tests_subdir": "tests/ogx",
      "artifact_prefix": "ogx-smoke",
      "gate_after_component": "workbenches",
      "min_prior_pass_rate": 0.8
    }
  ]
}
