1
    2
    3
    4
    5
    6
    7
    8
    9
   10
   11
   12
   13
   14
   15
   16
   17
   18
   19
   20
   21
   22
   23
   24
   25
   26
   27
   28
   29
   30
   31
   32
   33
   34
   35
   36
   37
   38
   39
   40
   41
   42
   43
   44
   45
   46
   47
   48
   49
   50
   51
   52
   53
   54
   55
   56
   57
   58
   59
   60
   61
   62
   63
   64

infra / config / targets / cros-skylab-variants.json [blame]

{
  "CROS_RELEASE_LKGM": {
    "skylab": {
      "use_lkgm": true
    },
    "identifier": "RELEASE_LKGM"
  },
  "CROS_PUBLIC_LKGM": {
    "skylab": {
      "use_lkgm": true,
      "bucket": "chromiumos-image-archive",
      "public_builder": "cros_test_platform_public",
      "public_builder_bucket": "testplatform-public"
    },
    "identifier": "PUBLIC_LKGM"
  },
  "CROS_JACUZZI_RELEASE_LKGM": {
    "skylab": {
      "cros_board": "jacuzzi",
      "use_lkgm": true
    },
    "enabled": true,
    "identifier": "JACUZZI_RELEASE_LKGM"
  },
  "CROS_VOLTEER_PUBLIC_RELEASE_ASH_LKGM": {
    "skylab": {
      "cros_board": "volteer",
      "cros_model": "voxel",
      "bucket": "chromiumos-image-archive",
      "dut_pool": "chromium",
      "public_builder": "cros_test_platform_public",
      "public_builder_bucket": "testplatform-public",
      "use_lkgm": true
    },
    "identifier": "VOLTEER_PUBLIC_RELEASE_LKGM"
  },
  "CROS_GPU_BRYA_RELEASE_LKGM": {
    "skylab": {
      "cros_board": "brya",
      "dut_pool": "chrome-gpu",
      "use_lkgm": true
    },
    "enabled": true,
    "identifier": "GPU_BRYA_RELEASE_LKGM"
  },
  "CROS_GPU_CORSOLA_RELEASE_LKGM": {
    "skylab": {
      "cros_board": "corsola",
      "dut_pool": "chrome-gpu",
      "use_lkgm": true
    },
    "enabled": true,
    "identifier": "GPU_CORSOLA_RELEASE_LKGM"
  },
  "CROS_GPU_SKYRIM_RELEASE_LKGM": {
    "skylab": {
      "cros_board": "skyrim",
      "dut_pool": "chrome-gpu",
      "use_lkgm": true
    },
    "enabled": true,
    "identifier": "GPU_SKYRIM_RELEASE_LKGM"
  }
}