Skip to content

Commit

Permalink
fix: set linkinator to silent, concurrency 10 (#319)
Browse files Browse the repository at this point in the history
Concurrency 10 seems to work better on GitHub Actions.
  • Loading branch information
gcf-merge-on-green[bot] authored Mar 6, 2020
1 parent d93eea4 commit f01cec6
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 9 deletions.
4 changes: 3 additions & 1 deletion baselines/bigquery-storage/linkinator.config.json.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
"https://codecov.io/gh/googleapis/",
"www.googleapis.com",
"img.shields.io"
]
],
"silent": true,
"concurrency": 10
}
4 changes: 3 additions & 1 deletion baselines/dlp/linkinator.config.json.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
"https://codecov.io/gh/googleapis/",
"www.googleapis.com",
"img.shields.io"
]
],
"silent": true,
"concurrency": 10
}
4 changes: 3 additions & 1 deletion baselines/kms/linkinator.config.json.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
"https://codecov.io/gh/googleapis/",
"www.googleapis.com",
"img.shields.io"
]
],
"silent": true,
"concurrency": 10
}
4 changes: 3 additions & 1 deletion baselines/monitoring/linkinator.config.json.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
"https://codecov.io/gh/googleapis/",
"www.googleapis.com",
"img.shields.io"
]
],
"silent": true,
"concurrency": 10
}
4 changes: 3 additions & 1 deletion baselines/redis/linkinator.config.json.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
"https://codecov.io/gh/googleapis/",
"www.googleapis.com",
"img.shields.io"
]
],
"silent": true,
"concurrency": 10
}
4 changes: 3 additions & 1 deletion baselines/showcase/linkinator.config.json.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
"https://codecov.io/gh/googleapis/",
"www.googleapis.com",
"img.shields.io"
]
],
"silent": true,
"concurrency": 10
}
4 changes: 3 additions & 1 deletion baselines/texttospeech/linkinator.config.json.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
"https://codecov.io/gh/googleapis/",
"www.googleapis.com",
"img.shields.io"
]
],
"silent": true,
"concurrency": 10
}
4 changes: 3 additions & 1 deletion baselines/translate/linkinator.config.json.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
"https://codecov.io/gh/googleapis/",
"www.googleapis.com",
"img.shields.io"
]
],
"silent": true,
"concurrency": 10
}
4 changes: 3 additions & 1 deletion templates/typescript_gapic/linkinator.config.json.njk
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
"https://codecov.io/gh/googleapis/",
"www.googleapis.com",
"img.shields.io"
]
],
"silent": true,
"concurrency": 10
}

0 comments on commit f01cec6

Please sign in to comment.