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

Issue 1241323004: Cross-repo recipe package system. (Closed)

Created:
5 years, 5 months ago by luqui
Modified:
5 years, 3 months ago
Reviewers:
iannucci
CC:
chromium-reviews, kjellander-cc_chromium.org, martiniss, stip+watch_chromium.org, ghost stip (do not use)
Target Ref:
refs/heads/master
Project:
build
Visibility:
Public.

Description

Cross-repo recipe package system. This rolls the package system created in https://codereview.chromium.org/1344583003/ into tools/build, moving core modules to the engine. See in particular the new entry point scripts/slave/recipes.py and the recipes configuration infra/config/recipes.cfg. Internal changes: https://chromereviews.googleplex.com/227207013/ TBR for uniform chromium_tests changes. BUG=459840 TBR=phajdan.jr@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=296718

Patch Set 1 #

Total comments: 1

Patch Set 2 : Update .gitignore #

Patch Set 3 : Converted recipe package spec to protobuf in infra/config #

Patch Set 4 : Added command to manually fetch deps, removed automatic #

Patch Set 5 : Moved show_me_the_modules into recipe_engine #

Total comments: 75

Patch Set 6 : Review comments #

Patch Set 7 : Added --bootstrap-script option, removed dateutil library #

Patch Set 8 : Moved recipe_engine into its own repo #

Patch Set 9 : Fixed masters_recipes_test #

Patch Set 10 : PRESUBMIT-related touchups #

Total comments: 2

Patch Set 11 : Update bootstrap with better protobuf parser #

Patch Set 12 : Change to googlesource #

Total comments: 15

Patch Set 13 : REview comments #

Patch Set 14 : Fix coverage bullshit #

Patch Set 15 : Mostly windows fixes from canarying #

Patch Set 16 : Delete stale pycs in recipe_engine #

Patch Set 17 : Roll to latest recipes-py #

Unified diffs Side-by-side diffs Delta from patch set Stats (+373 lines, -10424 lines) Patch
M .gitignore View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M PRESUBMIT.py View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M infra/config/OWNERS View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
A infra/config/recipes.cfg View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +9 lines, -0 lines 0 comments Download
M scripts/slave/annotated_run.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +43 lines, -6 lines 0 comments Download
M scripts/slave/bot_update.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +24 lines, -3 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_android/api.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipe_modules/chromium_android/example.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/__init__.py View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/api.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +22 lines, -19 lines 0 comments Download
M scripts/slave/recipe_modules/chromium_tests/builders.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipe_modules/cronet/api.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipe_modules/cronet/example.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
D scripts/slave/recipe_modules/example/__init__.py View 1 chunk +0 lines, -3 lines 0 comments Download
D scripts/slave/recipe_modules/example/api.py View 1 chunk +0 lines, -19 lines 0 comments Download
M scripts/slave/recipe_modules/file/__init__.py View 1 chunk +5 lines, -5 lines 0 comments Download
M scripts/slave/recipe_modules/file/example.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipe_modules/file/test_api.py View 1 chunk +0 lines, -26 lines 0 comments Download
M scripts/slave/recipe_modules/gatekeeper/test_api.py View 1 chunk +0 lines, -6 lines 0 comments Download
D scripts/slave/recipe_modules/generator_script/__init__.py View 1 chunk +0 lines, -6 lines 0 comments Download
D scripts/slave/recipe_modules/generator_script/api.py View 1 chunk +0 lines, -84 lines 0 comments Download
D scripts/slave/recipe_modules/generator_script/example.py View 1 chunk +0 lines, -67 lines 0 comments Download
D scripts/slave/recipe_modules/generator_script/example.expected/always_run.json View 1 chunk +0 lines, -77 lines 0 comments Download
D scripts/slave/recipe_modules/generator_script/example.expected/basic.json View 1 chunk +0 lines, -30 lines 0 comments Download
D scripts/slave/recipe_modules/generator_script/example.expected/basic_python.json View 1 chunk +0 lines, -35 lines 0 comments Download
D scripts/slave/recipe_modules/generator_script/example.expected/presentation.json View 1 chunk +0 lines, -38 lines 0 comments Download
D scripts/slave/recipe_modules/generator_script/test_api.py View 1 chunk +0 lines, -9 lines 0 comments Download
M scripts/slave/recipe_modules/git/__init__.py View 1 chunk +0 lines, -1 line 0 comments Download
M scripts/slave/recipe_modules/git/api.py View 1 2 3 4 5 6 7 2 chunks +2 lines, -1 line 0 comments Download
M scripts/slave/recipe_modules/gpu/api.py View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipe_modules/isolate/resources/compare_build_artifacts.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
D scripts/slave/recipe_modules/itertools/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
D scripts/slave/recipe_modules/itertools/api.py View 1 chunk +0 lines, -11 lines 0 comments Download
D scripts/slave/recipe_modules/json/__init__.py View 1 chunk +0 lines, -5 lines 0 comments Download
D scripts/slave/recipe_modules/json/api.py View 1 chunk +0 lines, -122 lines 0 comments Download
D scripts/slave/recipe_modules/json/example.py View 1 chunk +0 lines, -49 lines 0 comments Download
D scripts/slave/recipe_modules/json/example.expected/basic.json View 1 chunk +0 lines, -63 lines 0 comments Download
D scripts/slave/recipe_modules/json/test_api.py View 1 chunk +0 lines, -15 lines 0 comments Download
D scripts/slave/recipe_modules/math_utils/OWNERS View 1 chunk +0 lines, -1 line 0 comments Download
D scripts/slave/recipe_modules/math_utils/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
D scripts/slave/recipe_modules/math_utils/api.py View 1 chunk +0 lines, -357 lines 0 comments Download
D scripts/slave/recipe_modules/path/__init__.py View 1 chunk +0 lines, -3 lines 0 comments Download
D scripts/slave/recipe_modules/path/api.py View 1 chunk +0 lines, -238 lines 0 comments Download
D scripts/slave/recipe_modules/path/config.py View 1 chunk +0 lines, -47 lines 0 comments Download
D scripts/slave/recipe_modules/path/example.py View 1 chunk +0 lines, -26 lines 0 comments Download
D scripts/slave/recipe_modules/path/example.expected/linux.json View 1 chunk +0 lines, -18 lines 0 comments Download
D scripts/slave/recipe_modules/path/example.expected/mac.json View 1 chunk +0 lines, -18 lines 0 comments Download
D scripts/slave/recipe_modules/path/example.expected/win.json View 1 chunk +0 lines, -18 lines 0 comments Download
D scripts/slave/recipe_modules/path/test_api.py View 1 chunk +0 lines, -12 lines 0 comments Download
D scripts/slave/recipe_modules/platform/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
D scripts/slave/recipe_modules/platform/api.py View 1 chunk +0 lines, -92 lines 0 comments Download
D scripts/slave/recipe_modules/platform/test_api.py View 1 chunk +0 lines, -18 lines 0 comments Download
D scripts/slave/recipe_modules/properties/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
D scripts/slave/recipe_modules/properties/api.py View 1 chunk +0 lines, -48 lines 0 comments Download
D scripts/slave/recipe_modules/properties/example.py View 1 2 3 4 5 1 chunk +0 lines, -30 lines 0 comments Download
D scripts/slave/recipe_modules/properties/example.expected/basic.json View 1 chunk +0 lines, -18 lines 0 comments Download
D scripts/slave/recipe_modules/properties/example.expected/dicts.json View 1 chunk +0 lines, -18 lines 0 comments Download
D scripts/slave/recipe_modules/properties/example.expected/lists.json View 1 chunk +0 lines, -18 lines 0 comments Download
D scripts/slave/recipe_modules/properties/test_api.py View 1 chunk +0 lines, -71 lines 0 comments Download
D scripts/slave/recipe_modules/python/__init__.py View 1 chunk +0 lines, -4 lines 0 comments Download
D scripts/slave/recipe_modules/python/api.py View 1 chunk +0 lines, -55 lines 0 comments Download
D scripts/slave/recipe_modules/python/example.py View 1 chunk +0 lines, -27 lines 0 comments Download
D scripts/slave/recipe_modules/python/example.expected/basic.json View 1 chunk +0 lines, -29 lines 0 comments Download
D scripts/slave/recipe_modules/raw_io/__init__.py View 1 chunk +0 lines, -1 line 0 comments Download
D scripts/slave/recipe_modules/raw_io/api.py View 1 chunk +0 lines, -159 lines 0 comments Download
D scripts/slave/recipe_modules/raw_io/example.py View 1 chunk +0 lines, -66 lines 0 comments Download
D scripts/slave/recipe_modules/raw_io/example.expected/basic.json View 1 chunk +0 lines, -66 lines 0 comments Download
D scripts/slave/recipe_modules/raw_io/test_api.py View 1 chunk +0 lines, -21 lines 0 comments Download
M scripts/slave/recipe_modules/skia/resources/run_binary_size_analysis.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
D scripts/slave/recipe_modules/step/__init__.py View 1 chunk +0 lines, -3 lines 0 comments Download
D scripts/slave/recipe_modules/step/api.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -150 lines 0 comments Download
D scripts/slave/recipe_modules/step/config.py View 1 chunk +0 lines, -58 lines 0 comments Download
D scripts/slave/recipe_modules/step/example.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -115 lines 0 comments Download
D scripts/slave/recipe_modules/step/example.expected/basic.json View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -114 lines 0 comments Download
D scripts/slave/recipe_modules/step/example.expected/defer_results.json View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -95 lines 0 comments Download
D scripts/slave/recipe_modules/step/example.expected/exceptional.json View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -79 lines 0 comments Download
D scripts/slave/recipe_modules/step/example.expected/infra_failure.json View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -118 lines 0 comments Download
D scripts/slave/recipe_modules/step/example.expected/invalid_access.json View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -124 lines 0 comments Download
M scripts/slave/recipe_modules/swarming/api.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
D scripts/slave/recipe_modules/time/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
D scripts/slave/recipe_modules/time/api.py View 1 chunk +0 lines, -33 lines 0 comments Download
D scripts/slave/recipe_modules/time/example.py View 1 chunk +0 lines, -18 lines 0 comments Download
D scripts/slave/recipe_modules/time/example.expected/defaults.json View 1 chunk +0 lines, -10 lines 0 comments Download
D scripts/slave/recipe_modules/time/example.expected/seed_and_step.json View 1 chunk +0 lines, -10 lines 0 comments Download
D scripts/slave/recipe_modules/time/test_api.py View 1 chunk +0 lines, -16 lines 0 comments Download
D scripts/slave/recipe_modules/uuid/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
D scripts/slave/recipe_modules/uuid/api.py View 1 chunk +0 lines, -16 lines 0 comments Download
D scripts/slave/recipe_modules/uuid/example.py View 1 chunk +0 lines, -17 lines 0 comments Download
D scripts/slave/recipe_modules/uuid/example.expected/basic.json View 1 chunk +0 lines, -10 lines 0 comments Download
M scripts/slave/recipe_modules/v8/api.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipe_modules/v8/builders.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipe_modules/webrtc/api.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipe_modules/webrtc/builders.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
D scripts/slave/recipe_universe.py View 1 chunk +0 lines, -27 lines 0 comments Download
A scripts/slave/recipes.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +135 lines, -0 lines 0 comments Download
M scripts/slave/recipes/android/appurify.py View 1 2 3 4 5 6 7 2 chunks +1 line, -2 lines 0 comments Download
M scripts/slave/recipes/android/builder.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/android/perf.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +2 lines, -2 lines 0 comments Download
M scripts/slave/recipes/android_webview_aosp_perf.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/android_webview_shell_tests.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/bisection/android_bisect.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/blink_downstream.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/blink_trybot.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium.py View 1 2 3 4 5 6 7 8 3 chunks +18 lines, -1 line 0 comments Download
M scripts/slave/recipes/chromium_codesearch.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium_gn.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium_gn_upload.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium_isolate.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium_mojo.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium_pgo.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/chromium_trybot.py View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +9 lines, -2 lines 0 comments Download
M scripts/slave/recipes/chromium_trybot_legacy.py View 1 2 3 4 5 6 7 4 chunks +5 lines, -4 lines 0 comments Download
M scripts/slave/recipes/cronet.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/dart/dartium_perf.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/gatekeeper.py View 1 2 3 2 chunks +0 lines, -14 lines 0 comments Download
D scripts/slave/recipes/gatekeeper.expected/real.json View 1 2 3 4 5 1 chunk +0 lines, -423 lines 0 comments Download
M scripts/slave/recipes/legion/legion.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/libvpx/android_unittests.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/libyuv/libyuv.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/ozone_ecs.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/swarming/deterministic_build.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/syzygy/continuous.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M scripts/slave/recipes/v8/auto_roll_v8_deps.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
A scripts/slave/unittests/annotated_run_test.py View 1 2 3 4 5 6 7 8 9 1 chunk +24 lines, -0 lines 0 comments Download
M scripts/slave/unittests/recipe_lint_test.py View 1 2 3 4 5 2 chunks +9 lines, -7 lines 0 comments Download
M scripts/slave/unittests/recipe_simulation_test.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +14 lines, -4 lines 0 comments Download
M scripts/tools/show_me_the_modules.py View 1 2 3 4 1 chunk +0 lines, -124 lines 0 comments Download
D scripts/tools/unittests/show_me_the_modules_test.py View 1 2 3 4 1 chunk +0 lines, -20 lines 0 comments Download
M tests/masters_recipes_test.py View 1 2 3 4 5 6 7 8 5 chunks +22 lines, -12 lines 0 comments Download
D third_party/infra/README View 1 2 3 4 5 6 7 1 chunk +0 lines, -3 lines 0 comments Download
D third_party/infra/__init__.py View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
D third_party/infra/libs/__init__.py View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
D third_party/infra/libs/infra_types/__init__.py View 1 2 3 4 5 6 7 1 chunk +0 lines, -7 lines 0 comments Download
D third_party/infra/libs/infra_types/infra_types.py View 1 2 3 4 5 6 7 1 chunk +0 lines, -83 lines 0 comments Download
D third_party/infra/libs/infra_types/test/__init__.py View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
D third_party/infra/libs/infra_types/test/infra_types_test.py View 1 2 3 4 5 6 7 1 chunk +0 lines, -85 lines 0 comments Download
D third_party/recipe_engine/README.md View 1 2 3 4 5 6 7 1 chunk +0 lines, -10 lines 0 comments Download
D third_party/recipe_engine/__init__.py View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
D third_party/recipe_engine/config.py View 1 2 3 4 5 6 7 1 chunk +0 lines, -736 lines 0 comments Download
D third_party/recipe_engine/config_types.py View 1 2 3 4 5 6 7 1 chunk +0 lines, -164 lines 0 comments Download
D third_party/recipe_engine/doc/user_guide.md View 1 2 3 4 5 6 7 1 chunk +0 lines, -625 lines 0 comments Download
D third_party/recipe_engine/expect_tests/__init__.py View 1 2 3 4 5 6 7 1 chunk +0 lines, -9 lines 0 comments Download
D third_party/recipe_engine/expect_tests/cover.py View 1 2 3 4 5 6 7 1 chunk +0 lines, -85 lines 0 comments Download
D third_party/recipe_engine/expect_tests/handle_debug.py View 1 2 3 4 5 6 7 1 chunk +0 lines, -42 lines 0 comments Download
D third_party/recipe_engine/expect_tests/handle_list.py View 1 2 3 4 5 6 7 1 chunk +0 lines, -33 lines 0 comments Download
D third_party/recipe_engine/expect_tests/handle_test.py View 1 2 3 4 5 6 7 1 chunk +0 lines, -153 lines 0 comments Download
D third_party/recipe_engine/expect_tests/handle_train.py View 1 2 3 4 5 6 7 1 chunk +0 lines, -148 lines 0 comments Download
M third_party/recipe_engine/expect_tests/main.py View 1 2 3 4 5 6 7 1 chunk +0 lines, -163 lines 0 comments Download
D third_party/recipe_engine/expect_tests/pipeline.py View 1 2 3 4 5 6 7 1 chunk +0 lines, -248 lines 0 comments Download
D third_party/recipe_engine/expect_tests/serialize.py View 1 2 3 4 5 6 7 1 chunk +0 lines, -127 lines 0 comments Download
D third_party/recipe_engine/expect_tests/type_definitions.py View 1 2 3 4 5 6 7 1 chunk +0 lines, -433 lines 0 comments Download
D third_party/recipe_engine/expect_tests/unittest_helper.py View 1 2 3 4 5 6 7 1 chunk +0 lines, -94 lines 0 comments Download
D third_party/recipe_engine/expect_tests/util.py View 1 2 3 4 5 6 7 1 chunk +0 lines, -24 lines 0 comments Download
D third_party/recipe_engine/field_composer.py View 1 2 3 4 5 6 7 1 chunk +0 lines, -86 lines 0 comments Download
M third_party/recipe_engine/lint_test.py View 1 2 3 4 5 6 7 1 chunk +0 lines, -70 lines 0 comments Download
M third_party/recipe_engine/loader.py View 1 2 3 4 5 6 7 1 chunk +0 lines, -460 lines 0 comments Download
D third_party/recipe_engine/main.py View 1 2 3 4 5 1 chunk +0 lines, -939 lines 0 comments Download
D third_party/recipe_engine/recipe_api.py View 1 2 3 4 5 6 7 1 chunk +0 lines, -525 lines 0 comments Download
D third_party/recipe_engine/recipe_test_api.py View 1 2 3 4 5 6 7 1 chunk +0 lines, -462 lines 0 comments Download
M third_party/recipe_engine/simulation_test.py View 1 2 3 4 5 6 7 1 chunk +0 lines, -98 lines 0 comments Download
D third_party/recipe_engine/third_party/__init__.py View 1 2 3 4 5 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
D third_party/recipe_engine/third_party/annotator.py View 1 2 3 4 5 6 7 1 chunk +0 lines, -348 lines 0 comments Download
D third_party/recipe_engine/unittests/field_composer_test.py View 1 2 3 4 5 6 7 1 chunk +0 lines, -82 lines 0 comments Download
D third_party/recipe_engine/unittests/properties_test.py View 1 2 3 4 5 6 7 1 chunk +0 lines, -102 lines 0 comments Download
D third_party/recipe_engine/util.py View 1 2 3 4 5 6 7 1 chunk +0 lines, -148 lines 0 comments Download

Messages

Total messages: 35 (13 generated)
luqui
Here's what we're reviewing today. +martiniss fyi. https://codereview.chromium.org/1241323004/diff/1/scripts/slave/recipe_package.pyl File scripts/slave/recipe_package.pyl (right): https://codereview.chromium.org/1241323004/diff/1/scripts/slave/recipe_package.pyl#newcode6 scripts/slave/recipe_package.pyl:6: "repo": "/b/build", ...
5 years, 5 months ago (2015-07-23 20:30:43 UTC) #2
iannucci
Should I review this as-is, or did you need to tweak it pending the notes ...
5 years, 5 months ago (2015-07-26 23:22:42 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1241323004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1241323004/20001
5 years, 4 months ago (2015-07-27 15:42:19 UTC) #7
commit-bot: I haz the power
No L-G-T-M from a valid reviewer yet. Only full committers are accepted. Even if an ...
5 years, 4 months ago (2015-07-27 15:42:21 UTC) #9
luqui
It needs some tweakage
5 years, 4 months ago (2015-07-27 15:42:28 UTC) #10
luqui
Ok I think she's ready for review now. I still have to move show_me_the_modules. Once ...
5 years, 4 months ago (2015-08-05 01:52:50 UTC) #11
luqui
https://codereview.chromium.org/1241323004/diff/80001/scripts/slave/annotated_run.py File scripts/slave/annotated_run.py (right): https://codereview.chromium.org/1241323004/diff/80001/scripts/slave/annotated_run.py#newcode27 scripts/slave/annotated_run.py:27: PACKAGE_PYL = os.path.join( Oops. TODO: fix this script and ...
5 years, 4 months ago (2015-08-06 20:57:57 UTC) #12
iannucci
https://codereview.chromium.org/1241323004/diff/80001/scripts/slave/recipes.py File scripts/slave/recipes.py (right): https://codereview.chromium.org/1241323004/diff/80001/scripts/slave/recipes.py#newcode16 scripts/slave/recipes.py:16: if not os.path.exists(ENGINE_DIR): let's use `git rev-parse --something` to ...
5 years, 4 months ago (2015-08-06 23:57:13 UTC) #13
luqui
https://codereview.chromium.org/1241323004/diff/80001/infra/config/recipes.cfg File infra/config/recipes.cfg (right): https://codereview.chromium.org/1241323004/diff/80001/infra/config/recipes.cfg#newcode8 infra/config/recipes.cfg:8: branch: "recipe-packages" Require that branch be master for now. ...
5 years, 4 months ago (2015-08-07 19:30:36 UTC) #14
luqui
https://codereview.chromium.org/1241323004/diff/80001/scripts/slave/annotated_run.py File scripts/slave/annotated_run.py (right): https://codereview.chromium.org/1241323004/diff/80001/scripts/slave/annotated_run.py#newcode27 scripts/slave/annotated_run.py:27: PACKAGE_PYL = os.path.join( On 2015/08/06 at 20:57:57, luqui wrote: ...
5 years, 4 months ago (2015-08-20 22:45:25 UTC) #15
luqui
https://codereview.chromium.org/1241323004/diff/180001/infra/config/recipes.cfg File infra/config/recipes.cfg (right): https://codereview.chromium.org/1241323004/diff/180001/infra/config/recipes.cfg#newcode7 infra/config/recipes.cfg:7: url: "https://github.com/luqui/recipes-py.git" This must change to googlesource once we're ...
5 years, 3 months ago (2015-09-14 18:29:08 UTC) #16
iannucci
lgtm % things definitely need to have a trooper-aware PSA rollout day (tomorrow afternoon maybe?). ...
5 years, 3 months ago (2015-09-15 00:10:48 UTC) #17
luqui
https://codereview.chromium.org/1241323004/diff/220001/scripts/slave/annotated_run.py File scripts/slave/annotated_run.py (right): https://codereview.chromium.org/1241323004/diff/220001/scripts/slave/annotated_run.py#newcode213 scripts/slave/annotated_run.py:213: # Find out of the recipe we intend to ...
5 years, 3 months ago (2015-09-15 19:17:42 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1241323004/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1241323004/240001
5 years, 3 months ago (2015-09-15 19:19:04 UTC) #20
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: build_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/build_presubmit/builds/1692)
5 years, 3 months ago (2015-09-15 19:26:59 UTC) #22
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1241323004/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1241323004/240001
5 years, 3 months ago (2015-09-15 19:28:06 UTC) #24
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: build_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/build_presubmit/builds/1696)
5 years, 3 months ago (2015-09-15 19:35:58 UTC) #26
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1241323004/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1241323004/260001
5 years, 3 months ago (2015-09-15 21:00:26 UTC) #28
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-09-15 21:05:04 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1241323004/320001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1241323004/320001
5 years, 3 months ago (2015-09-16 20:57:47 UTC) #33
commit-bot: I haz the power
Committed patchset #17 (id:320001) as http://src.chromium.org/viewvc/chrome?view=rev&revision=296718
5 years, 3 months ago (2015-09-16 21:02:33 UTC) #34
luqui
5 years, 3 months ago (2015-09-16 21:10:03 UTC) #35
Message was sent while issue was closed.
A revert of this CL (patchset #17 id:320001) has been created in
https://codereview.chromium.org/1347263002/ by luqui@chromium.org.

The reason for reverting is: World exploded.

Powered by Google App Engine
This is Rietveld 408576698