Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
61624f0c716b576706659750d87b6956f4c15722
/
PRESUBMIT.py
8c6a43a
Do not use post upload hooks for 'GOLD_TRYBOT_URL'
by Ravi Mistry
· 8 years ago
5083130
[nobuildbot] Migrate all Linux GCE bots
by Eric Boren
· 8 years ago
a5fb615
Split SkSL and utils apart again into .gni files.
by Mike Klein
· 8 years ago
2dbbfa5
Add infra_tests.py, recipe, buildbotless bot
by borenet
· 8 years ago
7a1c53d
Fix GN formatting presubmit on Windows.
by Mike Klein
· 8 years ago
dbb84c2
Fix public API msg in PRESUBMIT.py
by Ravi Mistry
· 8 years ago
39eabb6
PRESUBMIT.py improvements
by Ravi Mistry
· 8 years ago
60b0a2d
Add --test to gen_tasks.go, add presubmit check
by borenet
· 8 years ago
9f26281
To prep for removing CMake bots, take them off the CQ and presubmit.
by mtklein
· 8 years ago
07f0446
Fix PostUploadHook for Gerrit issues
by rmistry
· 8 years ago
db0283b
Enable Gerrit support in Skia's PostUploadHook
by rmistry
· 8 years ago
b9a9e87
Use methods from depot_tool's Changelist object instead of Rietveld RPC
by rmistry
· 8 years ago
04fff63
Fix up presubmit for SAN GCC->Clang fix.
by mtklein
· 8 years ago
b398ecc
Add Gerrit API support to Skia's PRESUBMIT.py
by rmistry
· 8 years ago
d434b01
Roll GN: gn format is --in-place by default
by mtklein
· 8 years ago
4db3b79
Require gn format in presubmit
by mtklein
· 8 years ago
3da80f5
Only run recipe simulation tests if infra/ changes.
by mtklein
· 8 years ago
1ed2ae4
Move Skia recipes from build repo
by borenet
· 8 years ago
d8f0988
Specifying master names with "master." prefix is deprecated
by rmistry
· 8 years ago
3b3ee20
Do not use the deprecated CQ_EXTRA_TRYBOTS
by rmistry
· 8 years ago
d88b0be
Fix Gold trybot results URL
by rmistry
· 8 years ago
bb5f309
10.9 is no more
by mtklein
· 9 years ago
d9fa758
Port Skia recipe to normal Python scripts, move to Skia repo
by borenet
· 9 years ago
11f457e
Add link to Gold trybot runs in every uploaded Skia CL
by rmistry
· 9 years ago
6950de6
Comments Style: s/skbug.com/bug.skia.org/
by halcanary
· 9 years ago
ab8296b
Automatically add TSAN bots to the CQ for changes affecting SkAtomics.h
by mtklein
· 9 years ago
5827653
Automatically add extra CQ trybots for predetermined paths
by rmistry
· 9 years ago
9806d4d
Resolve TODOs in PRESUBMIT.py
by rmistry
· 9 years ago
bda1267
update presubmit to know about include/private
by mtklein
· 9 years ago
478c9e4
Revert "Move headers used by headers in include/ to include/private."
by Mike Klein
· 9 years ago
928e165
Move headers used by headers in include/ to include/private.
by mtklein
· 9 years ago
4417c7f
Revert "Move headers used by headers in include/ to include/private."
by jvanverth
· 9 years ago
a89f551
Move headers used by headers in include/ to include/private.
by mtklein
· 9 years ago
af6005c
Presubmit: add PRESUBMIT=false to non-master branch changes
by borenet
· 9 years ago
e4b19c4
Add presubmit to run `{dm,nanobench}_flags.py test` when changed.
by mtklein
· 10 years ago
04abf13
Bypass owners check for dry run CLs.
by rmistry
· 10 years ago
57291dc
Find the HASHTAGS file even if you are not at the checkout root.
by rmistry
· 10 years ago
3cfd1ad
Add post upload hook to substitute hashtags for their mapped text
by rmistry
· 10 years ago
18e5580
More file types to check for (C).
by mtklein
· 10 years ago
c7c9180
Add copyright check to PRESUBMIT
by borenet
· 10 years ago
f91b717
Ignore public API checks if COMMIT=false is in the description
by rmistry
· 10 years ago
a10ea43
Revert of Ignore public API checks if COMMIT=false is in the description (patchset #4 id:80001 of https://codereview.chromium.org/1006473002/)
by mtklein
· 10 years ago
d1783ae
Ignore public API checks if COMMIT=false is in the description
by rmistry
· 10 years ago
01cbf6c
Make presubmit check that #if or #ifdef does not come before includes.
by rmistry
· 10 years ago
896f393
Automatically add NOTREECHECKS when uploading CLs from non master branches
by rmistry
· 10 years ago
d223fb2
Automatically add a docs preview link and NOTRY=true when there are only docs changes.
by rmistry
· 10 years ago
9407ece
PRESUBMIT should only check owners for the top level include directory
by rmistry
· 10 years ago
f2d83ca
Public API changes are allowed if an owner is TBR'ed.
by rmistry
· 10 years ago
83fab47
Adding djsollen to list of owners
by rmistry
· 10 years ago
bb0ef0a
Use new common tools in Python scripts
by Eric Boren
· 10 years ago
745e08c
Check if the issue owner is in the AUTHORS file in PRESUBMIT.py
by commit-bot@chromium.org
· 11 years ago
cfdc596
Do not enforce the public API presubmit check for Revert CLs.
by commit-bot@chromium.org
· 11 years ago
c249088
Adding rmistry for emergency reverts.
by commit-bot@chromium.org
· 11 years ago
fb4a68d
If any change is made to the public API then make sure there is an LGTM from an owner.
by rmistry@google.com
· 11 years ago
547012d
If the tree is closed then print information about contacting the sheriff.
by rmistry@google.com
· 12 years ago
f6c5f75
Display prompt for caution only if it is an interactive shell.
by rmistry@google.com
· 12 years ago
713276b
Presubmit should check that source files end in atleast one newline
by rmistry@google.com
· 12 years ago
c299344
Display a warning prompt in presubmit if the tree status is in 'Caution'.
by rmistry@google.com
· 12 years ago
6be0b4c
Adding CheckChangeHasOnlyOneEol to upload and commit presubmit checks
by rmistry@google.com
· 12 years ago
8e3ff8c
Top-level presubmit script for Skia trunk that checks https://skia-tree-status.appspot.com/banner-status?format=json before a CL is committed.
by rmistry@google.com
· 12 years ago