{
  "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": "ogx",
      "pytest_marker": "smoke",
      "pytest_extra_args": "-svv -o junit_suite_name=ogx",
      "tests_subdir": "tests/ogx",
      "artifact_prefix": "ogx-smoke",
      "gate_after_component": "workbenches",
      "min_prior_pass_rate": 0.8
    }
  ]
}
