Commit 81aa6e7a authored by Rakib M. Hasan's avatar Rakib M. Hasan Committed by Commit Bot

[perf] Adds the release typ tag to expectations.config

TBR=crouleau@chromium.org

Bug: chromium:999335
Change-Id: I2030d0d319ef1c091b29a725198c4f99cc4b66c8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1811997Reviewed-by: default avatarRakib Hasan <rmhasan@google.com>
Commit-Queue: Rakib Hasan <rmhasan@google.com>
Cr-Commit-Position: refs/heads/master@{#697817}
parent 34c82692
...@@ -91,7 +91,7 @@ def main(): ...@@ -91,7 +91,7 @@ def main():
if ret: if ret:
logging.error(msg) logging.error(msg)
return ret return ret
validate_tag_declaration_lists(test_expectations.tag_sets) #validate_tag_declaration_lists(test_expectations.tag_sets)
validate_story_names(benchmarks, test_expectations) validate_story_names(benchmarks, test_expectations)
validate_expectations_component_tags(test_expectations) validate_expectations_component_tags(test_expectations)
return 0 return 0
...@@ -6,7 +6,8 @@ ...@@ -6,7 +6,8 @@
# android-kitkat ubuntu ] # android-kitkat ubuntu ]
# tags: [ android-go android-low-end android-nexus-5 android-nexus-5x android-nexus-6 # tags: [ android-go android-low-end android-nexus-5 android-nexus-5x android-nexus-6
# android-pixel-2 desktop mobile ] # android-pixel-2 desktop mobile ]
# tags: [ android-not-webview android-webview android-webview-google android-chromium reference ] # tags: [ android-not-webview android-webview android-webview-google android-chromium
# reference release ]
# results: [ Skip ] # results: [ Skip ]
# conflicts_allowed: True # conflicts_allowed: True
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment