Skip to content

Commit d595729

Browse files
committed
tests: promote mock states to new state format
1 parent 7d9a997 commit d595729

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed
Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11

22
{
3-
"pipeline_statuses": {
4-
"default": {
5-
"master": "failure"
6-
},
7-
"buildkite/notabot-test": {
8-
"master": "success"
3+
"repos": {
4+
"https://git.ahrefs.com/ahrefs/notabot_test": {
5+
"pipeline_statuses": {
6+
"default": {
7+
"master": "failure"
8+
},
9+
"buildkite/notabot-test": {
10+
"master": "success"
11+
}
12+
}
913
}
1014
}
1115
}
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
{
2-
"pipeline_statuses": {
3-
"buildkite/notabot-test": {
4-
"master": "failure"
2+
"repos": {
3+
"https://git.ahrefs.com/ahrefs/notabot_test": {
4+
"pipeline_statuses": {
5+
"buildkite/notabot-test": {
6+
"master": "failure"
7+
}
8+
}
59
}
610
}
711
}

0 commit comments

Comments
 (0)