aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2017-11-28 15:44:24 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-11-29 16:23:55 +0000
commit373588426b9d02576152e820eb7f870d930f1998 (patch)
tree9c56cac9c6b977dc4a77fe635e6e3b3ecb98cb4f /infra/bots
parent29f9ed4dcc9c17e9f6116bed727a0fc0115b828d (diff)
Temporarily add Ubuntu IntelHD4400 jobs.
I want to compare this with the IntelBayTrail and if the results are similar, replace those bots. No-Try: true Change-Id: Ib5476fe91dc446182cd1b37e93fe17962dcf961a Reviewed-on: https://skia-review.googlesource.com/76900 Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra/bots')
-rw-r--r--infra/bots/gen_tasks.go1
-rw-r--r--infra/bots/jobs.json4
-rw-r--r--infra/bots/recipes/perf.py1
-rw-r--r--infra/bots/recipes/test.py1
-rw-r--r--infra/bots/tasks.json313
5 files changed, 320 insertions, 0 deletions
diff --git a/infra/bots/gen_tasks.go b/infra/bots/gen_tasks.go
index 8428e45d7a..0f6116543e 100644
--- a/infra/bots/gen_tasks.go
+++ b/infra/bots/gen_tasks.go
@@ -307,6 +307,7 @@ func defaultSwarmDimensions(parts map[string]string) []string {
"IntelBayTrail": "8086:0f31",
"IntelHD2000": "8086:0102",
"IntelHD405": "8086:22b1",
+ "IntelHD4400": "8086:0a16",
"IntelIris540": "8086:1926",
"IntelIris640": "8086:5926",
"QuadroP400": "10de:1cb3-384.59",
diff --git a/infra/bots/jobs.json b/infra/bots/jobs.json
index df3dd09b91..ed7a4876db 100644
--- a/infra/bots/jobs.json
+++ b/infra/bots/jobs.json
@@ -195,6 +195,8 @@
"Perf-Ubuntu16-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-Vulkan",
"Perf-Ubuntu16-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All",
"Perf-Ubuntu16-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan",
+ "Perf-Ubuntu16-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All",
+ "Perf-Ubuntu16-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Release-All",
"Perf-Ubuntu16-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Debug-All",
"Perf-Ubuntu16-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All",
"Perf-Ubuntu16-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Debug-All",
@@ -396,6 +398,8 @@
"Test-Ubuntu16-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-Vulkan",
"Test-Ubuntu16-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All",
"Test-Ubuntu16-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan",
+ "Test-Ubuntu16-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All",
+ "Test-Ubuntu16-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Release-All",
"Test-Ubuntu16-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Debug-All",
"Test-Ubuntu16-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All",
"Test-Ubuntu16-Clang-ShuttleA-GPU-IntelHD2000-x86_64-Debug-All",
diff --git a/infra/bots/recipes/perf.py b/infra/bots/recipes/perf.py
index cc414efed0..c1fe634479 100644
--- a/infra/bots/recipes/perf.py
+++ b/infra/bots/recipes/perf.py
@@ -95,6 +95,7 @@ def nanobench_flags(api, bot):
# The following devices do not support glessrgb.
if 'glessrgb' in configs:
if ('IntelHD405' in bot or
+ 'IntelHD4400' in bot or
'IntelIris540' in bot or
'IntelIris640' in bot or
'IntelBayTrail' in bot or
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index 9dfea33a31..b67c5c5202 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -179,6 +179,7 @@ def dm_flags(api, bot):
# The following devices do not support glessrgb.
if 'glessrgb' in configs:
if ('IntelHD405' in bot or
+ 'IntelHD4400' in bot or
'IntelIris540' in bot or
'IntelIris640' in bot or
'IntelBayTrail' in bot or
diff --git a/infra/bots/tasks.json b/infra/bots/tasks.json
index 270de6e4b2..c7858e37f5 100644
--- a/infra/bots/tasks.json
+++ b/infra/bots/tasks.json
@@ -1185,6 +1185,18 @@
"Upload-Perf-Ubuntu16-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan"
]
},
+ "Perf-Ubuntu16-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All": {
+ "priority": 0.8,
+ "tasks": [
+ "Perf-Ubuntu16-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All"
+ ]
+ },
+ "Perf-Ubuntu16-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Release-All": {
+ "priority": 0.8,
+ "tasks": [
+ "Upload-Perf-Ubuntu16-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Release-All"
+ ]
+ },
"Perf-Ubuntu16-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Debug-All": {
"priority": 0.8,
"tasks": [
@@ -2393,6 +2405,18 @@
"Upload-Test-Ubuntu16-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Release-All-Vulkan"
]
},
+ "Test-Ubuntu16-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All": {
+ "priority": 0.8,
+ "tasks": [
+ "Upload-Test-Ubuntu16-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All"
+ ]
+ },
+ "Test-Ubuntu16-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Release-All": {
+ "priority": 0.8,
+ "tasks": [
+ "Upload-Test-Ubuntu16-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Release-All"
+ ]
+ },
"Test-Ubuntu16-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Debug-All": {
"priority": 0.8,
"tasks": [
@@ -9736,6 +9760,110 @@
"max_attempts": 1,
"priority": 0.8
},
+ "Perf-Ubuntu16-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All": {
+ "cipd_packages": [
+ {
+ "name": "skia/bots/skimage",
+ "path": "skimage",
+ "version": "version:33"
+ },
+ {
+ "name": "skia/bots/skp",
+ "path": "skp",
+ "version": "version:99"
+ },
+ {
+ "name": "skia/bots/svg",
+ "path": "svg",
+ "version": "version:9"
+ },
+ {
+ "name": "skia/bots/linux_vulkan_intel_driver_debug",
+ "path": "linux_vulkan_intel_driver_debug",
+ "version": "version:4"
+ }
+ ],
+ "dependencies": [
+ "Build-Debian9-Clang-x86_64-Debug",
+ "Housekeeper-PerCommit-BundleRecipes"
+ ],
+ "dimensions": [
+ "gpu:8086:0a16",
+ "os:Ubuntu-16.10",
+ "pool:Skia"
+ ],
+ "execution_timeout_ns": 14400000000000,
+ "expiration_ns": 72000000000000,
+ "extra_args": [
+ "--workdir",
+ "../../..",
+ "perf",
+ "repository=<(REPO)",
+ "buildername=Perf-Ubuntu16-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All",
+ "swarm_out_dir=${ISOLATED_OUTDIR}",
+ "revision=<(REVISION)",
+ "patch_repo=<(PATCH_REPO)",
+ "patch_storage=<(PATCH_STORAGE)",
+ "patch_issue=<(ISSUE)",
+ "patch_set=<(PATCHSET)"
+ ],
+ "io_timeout_ns": 2400000000000,
+ "isolate": "perf_skia_bundled_unix.isolate",
+ "max_attempts": 1,
+ "priority": 0.8
+ },
+ "Perf-Ubuntu16-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Release-All": {
+ "cipd_packages": [
+ {
+ "name": "skia/bots/skimage",
+ "path": "skimage",
+ "version": "version:33"
+ },
+ {
+ "name": "skia/bots/skp",
+ "path": "skp",
+ "version": "version:99"
+ },
+ {
+ "name": "skia/bots/svg",
+ "path": "svg",
+ "version": "version:9"
+ },
+ {
+ "name": "skia/bots/linux_vulkan_intel_driver_release",
+ "path": "linux_vulkan_intel_driver_release",
+ "version": "version:6"
+ }
+ ],
+ "dependencies": [
+ "Build-Debian9-Clang-x86_64-Release",
+ "Housekeeper-PerCommit-BundleRecipes"
+ ],
+ "dimensions": [
+ "gpu:8086:0a16",
+ "os:Ubuntu-16.10",
+ "pool:Skia"
+ ],
+ "execution_timeout_ns": 14400000000000,
+ "expiration_ns": 72000000000000,
+ "extra_args": [
+ "--workdir",
+ "../../..",
+ "perf",
+ "repository=<(REPO)",
+ "buildername=Perf-Ubuntu16-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Release-All",
+ "swarm_out_dir=${ISOLATED_OUTDIR}",
+ "revision=<(REVISION)",
+ "patch_repo=<(PATCH_REPO)",
+ "patch_storage=<(PATCH_STORAGE)",
+ "patch_issue=<(ISSUE)",
+ "patch_set=<(PATCHSET)"
+ ],
+ "io_timeout_ns": 2400000000000,
+ "isolate": "perf_skia_bundled_unix.isolate",
+ "max_attempts": 1,
+ "priority": 0.8
+ },
"Perf-Ubuntu16-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Debug-All": {
"cipd_packages": [
{
@@ -18973,6 +19101,110 @@
"max_attempts": 1,
"priority": 0.8
},
+ "Test-Ubuntu16-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All": {
+ "cipd_packages": [
+ {
+ "name": "skia/bots/skimage",
+ "path": "skimage",
+ "version": "version:33"
+ },
+ {
+ "name": "skia/bots/skp",
+ "path": "skp",
+ "version": "version:99"
+ },
+ {
+ "name": "skia/bots/svg",
+ "path": "svg",
+ "version": "version:9"
+ },
+ {
+ "name": "skia/bots/linux_vulkan_intel_driver_debug",
+ "path": "linux_vulkan_intel_driver_debug",
+ "version": "version:4"
+ }
+ ],
+ "dependencies": [
+ "Build-Debian9-Clang-x86_64-Debug",
+ "Housekeeper-PerCommit-BundleRecipes"
+ ],
+ "dimensions": [
+ "gpu:8086:0a16",
+ "os:Ubuntu-16.10",
+ "pool:Skia"
+ ],
+ "execution_timeout_ns": 14400000000000,
+ "expiration_ns": 72000000000000,
+ "extra_args": [
+ "--workdir",
+ "../../..",
+ "test",
+ "repository=<(REPO)",
+ "buildername=Test-Ubuntu16-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All",
+ "swarm_out_dir=${ISOLATED_OUTDIR}",
+ "revision=<(REVISION)",
+ "patch_repo=<(PATCH_REPO)",
+ "patch_storage=<(PATCH_STORAGE)",
+ "patch_issue=<(ISSUE)",
+ "patch_set=<(PATCHSET)"
+ ],
+ "io_timeout_ns": 2400000000000,
+ "isolate": "test_skia_bundled_unix.isolate",
+ "max_attempts": 1,
+ "priority": 0.8
+ },
+ "Test-Ubuntu16-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Release-All": {
+ "cipd_packages": [
+ {
+ "name": "skia/bots/skimage",
+ "path": "skimage",
+ "version": "version:33"
+ },
+ {
+ "name": "skia/bots/skp",
+ "path": "skp",
+ "version": "version:99"
+ },
+ {
+ "name": "skia/bots/svg",
+ "path": "svg",
+ "version": "version:9"
+ },
+ {
+ "name": "skia/bots/linux_vulkan_intel_driver_release",
+ "path": "linux_vulkan_intel_driver_release",
+ "version": "version:6"
+ }
+ ],
+ "dependencies": [
+ "Build-Debian9-Clang-x86_64-Release",
+ "Housekeeper-PerCommit-BundleRecipes"
+ ],
+ "dimensions": [
+ "gpu:8086:0a16",
+ "os:Ubuntu-16.10",
+ "pool:Skia"
+ ],
+ "execution_timeout_ns": 14400000000000,
+ "expiration_ns": 72000000000000,
+ "extra_args": [
+ "--workdir",
+ "../../..",
+ "test",
+ "repository=<(REPO)",
+ "buildername=Test-Ubuntu16-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Release-All",
+ "swarm_out_dir=${ISOLATED_OUTDIR}",
+ "revision=<(REVISION)",
+ "patch_repo=<(PATCH_REPO)",
+ "patch_storage=<(PATCH_STORAGE)",
+ "patch_issue=<(ISSUE)",
+ "patch_set=<(PATCHSET)"
+ ],
+ "io_timeout_ns": 2400000000000,
+ "isolate": "test_skia_bundled_unix.isolate",
+ "max_attempts": 1,
+ "priority": 0.8
+ },
"Test-Ubuntu16-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Debug-All": {
"cipd_packages": [
{
@@ -25463,6 +25695,33 @@
"isolate": "upload_nano_results.isolate",
"priority": 0.8
},
+ "Upload-Perf-Ubuntu16-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Release-All": {
+ "dependencies": [
+ "Perf-Ubuntu16-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Release-All"
+ ],
+ "dimensions": [
+ "cpu:x86-64-Haswell_GCE",
+ "gpu:none",
+ "os:Debian-9.2",
+ "pool:Skia"
+ ],
+ "extra_args": [
+ "--workdir",
+ "../../..",
+ "upload_nano_results",
+ "repository=<(REPO)",
+ "buildername=Perf-Ubuntu16-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Release-All",
+ "swarm_out_dir=${ISOLATED_OUTDIR}",
+ "revision=<(REVISION)",
+ "patch_repo=<(PATCH_REPO)",
+ "patch_storage=<(PATCH_STORAGE)",
+ "patch_issue=<(ISSUE)",
+ "patch_set=<(PATCHSET)",
+ "gs_bucket=skia-perf"
+ ],
+ "isolate": "upload_nano_results.isolate",
+ "priority": 0.8
+ },
"Upload-Perf-Ubuntu16-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All": {
"dependencies": [
"Perf-Ubuntu16-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Release-All"
@@ -29100,6 +29359,60 @@
"isolate": "upload_dm_results.isolate",
"priority": 0.8
},
+ "Upload-Test-Ubuntu16-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All": {
+ "dependencies": [
+ "Test-Ubuntu16-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All"
+ ],
+ "dimensions": [
+ "cpu:x86-64-Haswell_GCE",
+ "gpu:none",
+ "os:Debian-9.2",
+ "pool:Skia"
+ ],
+ "extra_args": [
+ "--workdir",
+ "../../..",
+ "upload_dm_results",
+ "repository=<(REPO)",
+ "buildername=Test-Ubuntu16-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All",
+ "swarm_out_dir=${ISOLATED_OUTDIR}",
+ "revision=<(REVISION)",
+ "patch_repo=<(PATCH_REPO)",
+ "patch_storage=<(PATCH_STORAGE)",
+ "patch_issue=<(ISSUE)",
+ "patch_set=<(PATCHSET)",
+ "gs_bucket=skia-infra-gm"
+ ],
+ "isolate": "upload_dm_results.isolate",
+ "priority": 0.8
+ },
+ "Upload-Test-Ubuntu16-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Release-All": {
+ "dependencies": [
+ "Test-Ubuntu16-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Release-All"
+ ],
+ "dimensions": [
+ "cpu:x86-64-Haswell_GCE",
+ "gpu:none",
+ "os:Debian-9.2",
+ "pool:Skia"
+ ],
+ "extra_args": [
+ "--workdir",
+ "../../..",
+ "upload_dm_results",
+ "repository=<(REPO)",
+ "buildername=Test-Ubuntu16-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Release-All",
+ "swarm_out_dir=${ISOLATED_OUTDIR}",
+ "revision=<(REVISION)",
+ "patch_repo=<(PATCH_REPO)",
+ "patch_storage=<(PATCH_STORAGE)",
+ "patch_issue=<(ISSUE)",
+ "patch_set=<(PATCHSET)",
+ "gs_bucket=skia-infra-gm"
+ ],
+ "isolate": "upload_dm_results.isolate",
+ "priority": 0.8
+ },
"Upload-Test-Ubuntu16-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Debug-All": {
"dependencies": [
"Test-Ubuntu16-Clang-NUCDE3815TYKHE-GPU-IntelBayTrail-x86_64-Debug-All"