You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
repoapi/repoapi/fixtures/test_model_queries.json

140 lines
4.5 KiB

[
{
"fields": {
"buildnumber": 1,
"date": "2015-05-01T12:57:54.379Z",
"gerrit_change": null,
"gerrit_eventtype": null,
"gerrit_patchset": null,
"job_url": "https://jenkins.mgm.sipwise.com/job/foo-get-code/",
"param_branch": null,
"param_distribution": "wheezy",
"param_ppa": null,
"param_release": "mr3.1-fake",
"param_release_uuid": null,
"param_tag": null,
"projectname": "fake",
"jobname": "fake-source",
"repo_name": null,
"result": "FAILED",
"tag": "UUID1"
},
"model": "repoapi.jenkinsbuildinfo",
"pk": 1
},
{
"fields": {
"buildnumber": 1,
"date": "2015-05-04T10:41:53.788Z",
"gerrit_change": null,
"gerrit_eventtype": null,
"gerrit_patchset": null,
"job_url": "http://fake.org/gogo",
"param_branch": null,
"param_distribution": "wheezy",
"param_ppa": null,
"param_release": "mr3.1-fake",
"param_release_uuid": null,
"param_tag": null,
"projectname": "fake",
"jobname": "fake-get-code",
"repo_name": null,
"result": "FAILED",
"tag": "UUID0"
},
"model": "repoapi.jenkinsbuildinfo",
"pk": 2
},
{
"fields": {
"buildnumber": 1,
"date": "2015-05-04T10:42:13.259Z",
"gerrit_change": null,
"gerrit_eventtype": null,
"gerrit_patchset": null,
"job_url": "http://fake.org/gogo",
"param_branch": null,
"param_distribution": "wheezy",
"param_ppa": null,
"param_release": "mr3.1-fake",
"param_release_uuid": null,
"param_tag": null,
"projectname": "fake",
"jobname": "fake-source-tests",
"repo_name": null,
"result": "SUCCESS",
"tag": "UUID1"
},
"model": "repoapi.jenkinsbuildinfo",
"pk": 3
},
{
"fields": {
"buildnumber": 1,
"date": "2015-05-04T17:04:57.802Z",
"gerrit_change": null,
"gerrit_eventtype": null,
"gerrit_patchset": null,
"job_url": "https://jenkins.mgm.sipwise.com/job/foo-get-code/",
"param_branch": null,
"param_distribution": "wheezy",
"param_ppa": null,
"param_release": "mr3.1-fake",
"param_release_uuid": null,
"param_tag": null,
"projectname": "fake",
"jobname": "fake-get-code",
"repo_name": null,
"result": "SUCCESS",
"tag": "UUID1"
},
"model": "repoapi.jenkinsbuildinfo",
"pk": 4
},
{
"fields": {
"buildnumber": 1,
"date": "2015-05-04T17:04:57.802Z",
"gerrit_change": null,
"gerrit_eventtype": null,
"gerrit_patchset": null,
"job_url": "https://jenkins.mgm.sipwise.com/job/release-update-deb-symlinks/",
"param_branch": null,
"param_distribution": "wheezy",
"param_ppa": null,
"param_release": "mr3.1-fake",
"param_release_uuid": null,
"param_tag": null,
"projectname": "release-update-deb-symlinks",
"jobname": "release-update-deb-symlinks",
"repo_name": null,
"result": "SUCCESS",
"tag": null
},
"model": "repoapi.jenkinsbuildinfo",
"pk": 5
},
{
"fields": {
"buildnumber": 1,
"date": "2015-05-04T17:04:57.802Z",
"gerrit_change": null,
"gerrit_eventtype": null,
"gerrit_patchset": null,
"job_url": "https://jenkins.mgm.sipwise.com/job/release-copy-debs-yml/",
"param_branch": null,
"param_distribution": "wheezy",
"param_ppa": null,
"param_release": "mr3.1-fake",
"param_release_uuid": null,
"param_tag": null,
"projectname": "release-copy-debs-yml",
"jobname": "release-copy-debs-yml",
"repo_name": null,
"result": "SUCCESS",
"tag": null
},
"model": "repoapi.jenkinsbuildinfo",
"pk": 6
}
]