aboutsummaryrefslogtreecommitdiffhomepage
path: root/HASHTAGS
diff options
context:
space:
mode:
authorGravatar rmistry <rmistry@google.com>2015-03-25 12:53:35 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-03-25 12:53:36 -0700
commit3cfd1ad6c7dcb00d420608cef0d4370aeda3f2f1 (patch)
treed3c66c959d43d4671fe79768cab6231f2ac14834 /HASHTAGS
parent2f7ebcb424cd1d1acf07478157f86b0a3eafd712 (diff)
Add post upload hook to substitute hashtags for their mapped text
BUG=skia:3586 NOTRY=true Review URL: https://codereview.chromium.org/1004733009
Diffstat (limited to 'HASHTAGS')
-rw-r--r--HASHTAGS16
1 files changed, 16 insertions, 0 deletions
diff --git a/HASHTAGS b/HASHTAGS
new file mode 100644
index 0000000000..9eb2003dda
--- /dev/null
+++ b/HASHTAGS
@@ -0,0 +1,16 @@
+# This file is used by the post upload hook in the PRESUBMIT file to
+# automatically change a CL's description based on the specified hashtags.
+# Please see skia:3586 for more details.
+#
+# The format of this file is:
+# hashtag_name,mapped_text
+#
+# Here are some examples:
+# * "projectxyz, BUG=skia:123" would convert "#projectxyz" into "BUG=skia:123".
+# * "notry, NOTRY=true" would convert "#notry" into "NOTRY=true".
+
+dummyproject,BUG=skia:2139,BUG=skia:2812
+notry,NOTRY=true
+nocommit,COMMIT=false
+try_android_test_n7_d,CQ_INCLUDE_TRYBOTS=client.skia.android:Test-Android-Nexus7-Tegra3-Arm7-Debug
+try_android_test_n7_r,CQ_INCLUDE_TRYBOTS=client.skia.android:Test-Android-Nexus7-Tegra3-Arm7-Release