aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/tasks.json
diff options
context:
space:
mode:
authorGravatar borenet <borenet@chromium.org>2016-10-14 06:32:09 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-10-14 06:32:09 -0700
commit2dbbfa5d376d7356df5e18bd41d7138aa6345512 (patch)
tree8792a2146578f238d48469117744edce80f3ca19 /infra/bots/tasks.json
parent2eaef920ebb241d718e0c1facb966eefb1f2aefb (diff)
Add infra_tests.py, recipe, buildbotless bot
Have the presubmit (upload) run infra_tests.py if anything in infra/ changed. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2415193002 Review-Url: https://codereview.chromium.org/2415193002
Diffstat (limited to 'infra/bots/tasks.json')
-rw-r--r--infra/bots/tasks.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/infra/bots/tasks.json b/infra/bots/tasks.json
index 2c3a9a70a7..d471fbe870 100644
--- a/infra/bots/tasks.json
+++ b/infra/bots/tasks.json
@@ -6,6 +6,12 @@
"Build-Ubuntu-GCC-x86_64-Release-GN"
]
},
+ "Housekeeper-PerCommit-InfraTests": {
+ "priority": 0.8,
+ "tasks": [
+ "Housekeeper-PerCommit-InfraTests"
+ ]
+ },
"Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN": {
"priority": 0.8,
"tasks": [
@@ -46,6 +52,33 @@
"isolate": "compile_skia.isolate",
"priority": 0.8
},
+ "Housekeeper-PerCommit-InfraTests": {
+ "dimensions": [
+ "cpu:x86-64-avx2",
+ "gpu:none",
+ "os:Ubuntu",
+ "pool:Skia"
+ ],
+ "extra_args": [
+ "--workdir",
+ "../../..",
+ "swarm_infra",
+ "repository=skia",
+ "buildername=Housekeeper-PerCommit-InfraTests",
+ "mastername=fake-master",
+ "buildnumber=2",
+ "slavename=fake-buildslave",
+ "nobuildbot=True",
+ "swarm_out_dir=${ISOLATED_OUTDIR}",
+ "revision=<(REVISION)",
+ "patch_storage=<(PATCH_STORAGE)",
+ "rietveld=<(CODEREVIEW_SERVER)",
+ "issue=<(ISSUE)",
+ "patchset=<(PATCHSET)"
+ ],
+ "isolate": "infra_skia.isolate",
+ "priority": 0.8
+ },
"Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-GN": {
"cipd_packages": [
{