Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: infra/bots/tasks.json

Issue 2415193002: Add infra_tests.py, recipe, buildbotless bot (Closed)
Patch Set: Fixes Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « infra/bots/recipes/swarm_perf.expected/big_issue_number.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/tasks.json
diff --git a/infra/bots/tasks.json b/infra/bots/tasks.json
index 2c3a9a70a7d53f5c7c63bf2899d8a6e2ebf2d0b0..d471fbe8703a5f890c96ee8b5c6b632bb29cbf6f 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": [
{
« no previous file with comments | « infra/bots/recipes/swarm_perf.expected/big_issue_number.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698