summaryrefslogtreecommitdiffstats
path: root/models/fixtures/commit_status.yml
blob: 0ba6caafe91f895857368d5cd444fe702ff46811 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
-
  id: 1
  index: 1
  repo_id: 1
  state: "pending"
  sha: "1234123412341234123412341234123412341234"
  target_url: https://example.com/builds/
  description: My awesome CI-service
  context: ci/awesomeness
  creator_id: 2

-
  id: 2
  index: 2
  repo_id: 1
  state: "warning"
  sha: "1234123412341234123412341234123412341234"
  target_url: https://example.com/coverage/
  description: My awesome Coverage service
  context: cov/awesomeness
  creator_id: 2

-
  id: 3
  index: 3
  repo_id: 1
  state: "success"
  sha: "1234123412341234123412341234123412341234"
  target_url: https://example.com/coverage/
  description: My awesome Coverage service
  context: cov/awesomeness
  creator_id: 2

-
  id: 4
  index: 4
  repo_id: 1
  state: "failure"
  sha: "1234123412341234123412341234123412341234"
  target_url: https://example.com/builds/
  description: My awesome CI-service
  context: ci/awesomeness
  creator_id: 2

-
  id: 5
  index: 5
  repo_id: 1
  state: "error"
  sha: "1234123412341234123412341234123412341234"
  target_url: https://example.com/builds/
  description: My awesome deploy service
  context: deploy/awesomeness
  creator_id: 2

-
  id: 6
  index: 6
  repo_id: 62
  state: "failure"
  sha: "774f93df12d14931ea93259ae93418da4482fcc1"
  target_url: "/user2/test_workflows/actions"
  description: My awesome deploy service
  context: deploy/awesomeness
  creator_id: 2