aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Ben Wagner <benjaminwagner@google.com>2017-02-21 19:27:07 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-02-22 15:18:13 +0000
commitadfeaf1831ad4a0b7b85692d6a4d6561939c16aa (patch)
treeae9fe7e4da87c90770352108ae02a3df6a5cb181 /infra
parent8675d8d6fa704a0afd62a3d06b982304915d07c0 (diff)
Remove special build for Valgrind.
Valgrind uses the unmodified binary. See skia:6267. BUG=skia:6267 Change-Id: I3fcecf9ffce67ebec88d4005e464c66d25c6aa21 Reviewed-on: https://skia-review.googlesource.com/8833 Reviewed-by: Mike Klein <mtklein@chromium.org> Commit-Queue: Ben Wagner <benjaminwagner@google.com>
Diffstat (limited to 'infra')
-rw-r--r--infra/bots/gen_tasks.go4
-rw-r--r--infra/bots/jobs.json1
-rw-r--r--infra/bots/tasks.json41
3 files changed, 9 insertions, 37 deletions
diff --git a/infra/bots/gen_tasks.go b/infra/bots/gen_tasks.go
index c606d2bd21..ebf2b10af0 100644
--- a/infra/bots/gen_tasks.go
+++ b/infra/bots/gen_tasks.go
@@ -88,6 +88,10 @@ func deriveCompileTaskName(jobName string, parts map[string]string) string {
ec = strings.TrimSuffix(ec, "_Skpbench")
ec = strings.TrimSuffix(ec, "_AbandonGpuContext")
ec = strings.TrimSuffix(ec, "_PreAbandonGpuContext")
+ if ec == "Valgrind" {
+ // skia:6267
+ ec = ""
+ }
if task_os == "Android" {
if ec == "Vulkan" {
ec = "Android_Vulkan"
diff --git a/infra/bots/jobs.json b/infra/bots/jobs.json
index 2691fbb3dc..b53fe8435e 100644
--- a/infra/bots/jobs.json
+++ b/infra/bots/jobs.json
@@ -49,7 +49,6 @@
"Build-Ubuntu-GCC-x86_64-Release-PDFium_SkiaPaths",
"Build-Ubuntu-GCC-x86_64-Release-SKNX_NO_SIMD",
"Build-Ubuntu-GCC-x86_64-Release-Shared",
- "Build-Ubuntu-GCC-x86_64-Release-Valgrind",
"Build-Win-Clang-arm64-Release-Android",
"Build-Win-MSVC-x86-Debug",
"Build-Win-MSVC-x86-Debug-ANGLE",
diff --git a/infra/bots/tasks.json b/infra/bots/tasks.json
index 44f71cc489..d7013d25fa 100644
--- a/infra/bots/tasks.json
+++ b/infra/bots/tasks.json
@@ -300,12 +300,6 @@
"Build-Ubuntu-GCC-x86_64-Release-Shared"
]
},
- "Build-Ubuntu-GCC-x86_64-Release-Valgrind": {
- "priority": 0.8,
- "tasks": [
- "Build-Ubuntu-GCC-x86_64-Release-Valgrind"
- ]
- },
"Build-Win-Clang-arm64-Release-Android": {
"priority": 0.8,
"tasks": [
@@ -3106,31 +3100,6 @@
"isolate": "compile_skia.isolate",
"priority": 0.8
},
- "Build-Ubuntu-GCC-x86_64-Release-Valgrind": {
- "dimensions": [
- "gpu:none",
- "os:Ubuntu-14.04",
- "pool:Skia"
- ],
- "extra_args": [
- "--workdir",
- "../../..",
- "swarm_compile",
- "repository=<(REPO)",
- "buildername=Build-Ubuntu-GCC-x86_64-Release-Valgrind",
- "mastername=fake-master",
- "buildnumber=2",
- "slavename=fake-buildslave",
- "nobuildbot=True",
- "swarm_out_dir=${ISOLATED_OUTDIR}",
- "revision=<(REVISION)",
- "patch_storage=<(PATCH_STORAGE)",
- "patch_issue=<(ISSUE)",
- "patch_set=<(PATCHSET)"
- ],
- "isolate": "compile_skia.isolate",
- "priority": 0.8
- },
"Build-Win-Clang-arm64-Release-Android": {
"cipd_packages": [
{
@@ -6338,7 +6307,7 @@
}
],
"dependencies": [
- "Build-Ubuntu-GCC-x86_64-Release-Valgrind"
+ "Build-Ubuntu-GCC-x86_64-Release"
],
"dimensions": [
"gpu:10de:1244",
@@ -6387,7 +6356,7 @@
}
],
"dependencies": [
- "Build-Ubuntu-GCC-x86_64-Release-Valgrind"
+ "Build-Ubuntu-GCC-x86_64-Release"
],
"dimensions": [
"gpu:10de:1244",
@@ -11437,7 +11406,7 @@
}
],
"dependencies": [
- "Build-Ubuntu-GCC-x86_64-Release-Valgrind"
+ "Build-Ubuntu-GCC-x86_64-Release"
],
"dimensions": [
"gpu:10de:1244",
@@ -11486,7 +11455,7 @@
}
],
"dependencies": [
- "Build-Ubuntu-GCC-x86_64-Release-Valgrind"
+ "Build-Ubuntu-GCC-x86_64-Release"
],
"dimensions": [
"gpu:10de:1244",
@@ -11535,7 +11504,7 @@
}
],
"dependencies": [
- "Build-Ubuntu-GCC-x86_64-Release-Valgrind"
+ "Build-Ubuntu-GCC-x86_64-Release"
],
"dimensions": [
"gpu:10de:1244",