commit | 1bfea92adc351448d2646b1274c0dc78e5bcba40 | [log] [tgz] |
---|---|---|
author | chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> | Mon Sep 13 11:39:55 2021 |
committer | LUCI CQ <infra-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Sep 13 11:39:55 2021 |
tree | 33933bcdfb0529eaf4ff38a6e5208642f609676f | |
parent | 1b330b0c1cd865f76f77c820ae271b62b63f6b21 [diff] |
Roll CAS Client from 15f9a906276e to 4a0f3da2840e https://chromium.googlesource.com/infra/infra.git/+log/15f9a906276e..4a0f3da2840e 2021-09-13 tandrii@google.com [build] remove tclint CIPD package. 2021-09-13 bryner@google.com Update virtualenv package version. 2021-09-13 bryner@google.com Use new cffi wheel version to fix libffi error building cpython. 2021-09-12 tikuta@chromium.org Revert "update to go 1.17.1" 2021-09-12 tikuta@chromium.org update to go 1.17.1 2021-09-11 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (nontrivial). 2021-09-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-09-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-09-10 apolito@google.com let update_submodules_modules checkout internal source if property is set 2021-09-10 andrewjc@google.com [ChOps Dash] Upgrade to safer luci/gae/services/datastore 2021-09-10 gregorynisbet@google.com [karte] Remove validation comments from low-level conversion routines. 2021-09-10 gregorynisbet@google.com [karte] Remove TODO to reject defaulted batch sizes. 2021-09-10 zhaoyangli@chromium.org [code coverage] Fix hardcoded "chromium" in link to history reports 2021-09-10 justinsuen@google.com UFS: update DutAttribute tests 2021-09-10 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll chromiumos/config from 2a23f0c11ed3 to 2c5e374a25d0 (7 revisions) 2021-09-10 gregorynisbet@google.com [karte] Replace blank observation filter with filter from request. 2021-09-10 gregorynisbet@google.com [karte] Remove hello-world route. 2021-09-10 gregorynisbet@google.com [karte] Add defaultPageSize for listactions command. 2021-09-10 otabek@google.com recovery: Attempt to fix failing step of luciexe 2021-09-10 otabek@google.com labpack: Attept to mitigare error when close the step 2021-09-10 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-09-10 gbeaty@chromium.org Set skip_analysis_reasons in the chromium_bootstrap properties. 2021-09-10 bryner@google.com Run dockerbuild using python3 in the wheel builder recipe. 2021-09-10 nqmtuan@google.com [ChromiumStatus] Add state to OAuth request 2021-09-10 orodley@chromium.org Enable test result history for infra builders. 2021-09-10 tikuta@chromium.org go: update to 1.16.8 2021-09-10 mwarton@google.com Weetbix: Add basic SPA UI 2021-09-10 bryner@google.com Also copy the vcruntime*.dll files into the virtualenv. 2021-09-10 bryner@google.com Bump patch_version for cffi wheel. 2021-09-10 bryner@google.com Parallelize building tests for protobuf-cpp. This step is quite slow. 2021-09-10 bryner@google.com Fix dict iteration to work with py3. 2021-09-09 otabek@google.com labpack: Set failure reason 2021-09-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-09-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-09-09 gregorynisbet@google.com [karte] Add local curl tester for Karte 2021-09-09 gregorynisbet@google.com [karte] Extend metrics client with recoverylib stubs 2021-09-09 gregorynisbet@google.com [recovery] Add Metrics API. 2021-09-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2021-09-09 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (nontrivial). 2021-09-09 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll luci-go from 3cbc5dcd5a12 to 28fb13c8d319 (1 revision) 2021-09-09 jackneus@google.com Delete cmd/tclint If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cas-recipes-py Please CC tikuta@chromium.org,jwata@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Tbr: tikuta@chromium.org,jwata@google.com Change-Id: I53c0b26f41daea1cf70502d48fbd75e49c55837d Reviewed-on: https://chromium-review.googlesource.com/c/infra/luci/recipes-py/+/3157513 Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Recipes are a domain-specific language (embedded in Python) for specifying sequences of subprocess calls in a cross-platform and testable way.
They allow writing build flows which integrate with the rest of LUCI.
Documentation for the recipe engine (including this file!). Take a look at the user guide for some hints on how to get started. See the implementation details doc for more detailed implementation information about the recipe engine.
user.email
and user.name
are configured in git config
.Run the following to setup the code review tool and create your first review:
# Get `depot_tools` in $PATH if you don't have it git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git $HOME/src/depot_tools export PATH="$PATH:$HOME/src/depot_tools" # Check out the recipe engine repo git clone https://chromium.googlesource.com/infra/luci/recipes-py $HOME/src/recipes-py # make your change cd $HOME/src/recipes-py git new-branch cool_feature # hack hack git commit -a -m "This is awesome" # This will ask for your Google Account credentials. git cl upload -s -r joe@example.com # Wait for approval over email. # Click "Submit to CQ" button or ask reviewer to do it for you. # Wait for the change to be tested and landed automatically.
Use git cl help
and git cl help <cmd>
for more details.