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

Side by Side Diff: go/src/infra/appengine/test-results/frontend/testdata/index.yaml

Issue 2250043002: test-results: package frontend: Add delete keys task queue (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@xx_5
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 indexes: 1 indexes:
Vadim Sh. 2016/08/16 18:56:13 I assume it matches Python version identically?
nishanths 2016/08/16 20:35:13 Fixed, should have been a symlink.
2 2
3 # AUTOGENERATED 3 # AUTOGENERATED
4 4
5 # This index.yaml is automatically updated whenever the dev_appserver 5 # This index.yaml is automatically updated whenever the dev_appserver
6 # detects that a new type of query is run. If you want to manage the 6 # detects that a new type of query is run. If you want to manage the
7 # index.yaml file manually, remove the above marker line (the line 7 # index.yaml file manually, remove the above marker line (the line
8 # saying "# AUTOGENERATED"). If you want to manage some indexes 8 # saying "# AUTOGENERATED"). If you want to manage some indexes
9 # manually, move them above the marker line. The index.yaml file is 9 # manually, move them above the marker line. The index.yaml file is
10 # automatically uploaded to the admin console when you next deploy 10 # automatically uploaded to the admin console when you next deploy
11 # your application using appcfg.py. 11 # your application using appcfg.py.
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 properties: 72 properties:
73 - name: name 73 - name: name
74 - name: date 74 - name: date
75 direction: desc 75 direction: desc
76 76
77 - kind: TestFile 77 - kind: TestFile
78 properties: 78 properties:
79 - name: test_type 79 - name: test_type
80 - name: date 80 - name: date
81 direction: desc 81 direction: desc
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698