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

Unified Diff: appengine_apps/chromium_status/tests/cq.json

Issue 778533003: Moved chromium_status to appengine/ (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 6 years 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 side-by-side diff with in-line comments
Download patch
Index: appengine_apps/chromium_status/tests/cq.json
diff --git a/appengine_apps/chromium_status/tests/cq.json b/appengine_apps/chromium_status/tests/cq.json
deleted file mode 100644
index c9c5a23eadd8d12ce28ae29f6db51421337dc7ac..0000000000000000000000000000000000000000
--- a/appengine_apps/chromium_status/tests/cq.json
+++ /dev/null
@@ -1,138 +0,0 @@
-[
- {
- "timestamp": 2635200.0,
- "verification": "presubmit",
- "owner": "bar@chromium.org",
- "patchset": 1,
- "issue": 1234567,
- "payload": {
- "duration": 13.9,
- "timed_out": false,
- "result": 0,
- "output": "Running presubmit commit checks ...\n\n** Presubmit Messages **\nIt looks like you have not configured your subversion config file or it is not up-to-date. Please look at http://dev.chromium.org/developers/coding-style to configure your subversion configuration file. This enables automatic properties to simplify the project maintenance.\n\nPresubmit checks passed.\n"
- }
- },
- {
- "timestamp": 1.0,
- "verification": "try server",
- "owner": "joe@chromium.org",
- "patchset": 1,
- "issue": 7654321,
- "payload": {
- "builder": "Windows",
- "revision": 23,
- "clobber": true,
- "job_name": "Tryin' hard",
- "url": "http://example.com/a/random/url/win"
- }
- },
- {
- "timestamp": 2.0,
- "verification": "try server",
- "owner": "joe@chromium.org",
- "patchset": 1,
- "issue": 7654321,
- "payload": {
- "builder": "Mac",
- "revision": 23,
- "job_name": "Tryin' hard",
- "url": "http://example.com/a/random/url/mac"
- }
- },
- {
- "timestamp": 3.0,
- "verification": "try server",
- "owner": "joe@chromium.org",
- "patchset": 1,
- "issue": 7654321,
- "payload": {
- "builder": "Linux",
- "revision": 23,
- "build": 0,
- "job_name": "Tryin' hard",
- "url": "http://example.com/a/random/url/lin"
- }
- },
- {
- "timestamp": 4.0,
- "verification": "try server",
- "owner": "joe@chromium.org",
- "patchset": 1,
- "issue": 7654321,
- "payload": {
- "build": 2000,
- "builder": "Mac",
- "duration": 50.0,
- "revision": 23,
- "result": 3,
- "job_name": "Tryin' hard",
- "url": "http://example.com/a/random/url/mac"
- }
- },
- {
- "timestamp": 2635150.0,
- "verification": "non_existent",
- "owner": "bar@chromium.org",
- "patchset": 1,
- "issue": 1234567,
- "payload": {
- "foo": "bar - should be ignored"
- }
- },
- {
- "timestamp": 2635151.0,
- "verification": "presubmit",
- "owner": "bar@chromium.org",
- "patchset": 1,
- "issue": 1234567,
- "payload": {
- "duration": 90.0,
- "result": 42,
- "timed_out": true,
- "output": "THIS ITEM MUST BE DISCARDED\nbecause first item."
- }
- },
- {
- "timestamp": 2635205.0,
- "owner": "bar@chromium.org",
- "patchset": 1,
- "issue": 1234567,
- "verification": "why not",
- "payload": {
- "output": "Waiting for something"
- }
- },
- {
- "timestamp": 2635210.0,
- "owner": "bar@chromium.org",
- "patchset": 1,
- "issue": 1234567,
- "verification": "why not",
- "payload": {
- "output": ""
- }
- },
- {
- "timestamp": 2635210.0,
- "owner": "bar@chromium.org",
- "patchset": 1,
- "issue": 1234567,
- "verification": "commit",
- "payload": {
- "output": "Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=FAKE",
- "url": "http://example.com/r123",
- "revision": 123
- }
- },
- {
- "timestamp": 2332800.0,
- "verification": "presubmit",
- "owner": "bar@chromium.org",
- "patchset": 9,
- "issue": 1000000,
- "payload": {
- "duration": 1.2,
- "output": "Running\npresubmit\ncommit\nchecks\n...\n\n** Presubmit Messages **\nIt\nlooks\nlike\nyou\nhave\nissues.\n\nPresubmit checks passed.\n"
- }
- }
-]
« no previous file with comments | « appengine_apps/chromium_status/templates/status_viewer.html ('k') | appengine_apps/chromium_status/tests/fill.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698