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

Unified Diff: infra/bots/recipes/swarm_infra.expected/infra_tests.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_infra.py ('k') | infra/bots/recipes/swarm_perf.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/recipes/swarm_infra.expected/infra_tests.json
diff --git a/infra/bots/recipes/swarm_presubmit.expected/presubmit.json b/infra/bots/recipes/swarm_infra.expected/infra_tests.json
similarity index 93%
copy from infra/bots/recipes/swarm_presubmit.expected/presubmit.json
copy to infra/bots/recipes/swarm_infra.expected/infra_tests.json
index 5e88fc3353e72a73e7de1800801b9a1897be54dd..161e230deca0e52e322903d249c814752583aeb0 100644
--- a/infra/bots/recipes/swarm_presubmit.expected/presubmit.json
+++ b/infra/bots/recipes/swarm_infra.expected/infra_tests.json
@@ -121,25 +121,26 @@
},
{
"cmd": [
- "git",
- "status"
+ "go",
+ "get",
+ "-u",
+ "go.skia.org/infra/..."
],
- "cwd": "[CUSTOM_/_B_WORK]/skia",
- "name": "git status"
+ "env": {
+ "GOPATH": "[CUSTOM_/_B_WORK]/gopath"
+ },
+ "name": "update_go_pkgs"
},
{
"cmd": [
- "RECIPE_PACKAGE_REPO[depot_tools]/presubmit_support.py",
- "--commit",
- "--upstream=HEAD^",
- "-v",
- "-v"
+ "python",
+ "[CUSTOM_/_B_WORK]/skia/infra/bots/infra_tests.py"
],
"cwd": "[CUSTOM_/_B_WORK]/skia",
"env": {
- "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
+ "GOPATH": "[CUSTOM_/_B_WORK]/gopath"
},
- "name": "presubmit"
+ "name": "infra_tests"
},
{
"name": "$result",
« no previous file with comments | « infra/bots/recipes/swarm_infra.py ('k') | infra/bots/recipes/swarm_perf.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698