Skip to content

Commit

Permalink
cleanup(slo-stat-bot): remove slo-stat-bot (#1952)
Browse files Browse the repository at this point in the history
* cleanup(slo-stat-bot): remove slo-stat-bot

fixes #1951

* skip slo-stat-bot
  • Loading branch information
Takashi Matsuo committed Jun 7, 2021
1 parent 53d62d7 commit b6cf9b3
Show file tree
Hide file tree
Showing 47 changed files with 6 additions and 11,093 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/interrogate.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ let goPaths = new Set();
let bashPaths = new Set();
for (const change of changes) {
if (change.startsWith('packages/')) {
if (change.startsWith('packages/slo-stat-bot')) {
// Currently our test pipeline does not allow us to delete
// an existing bot. We may want to handle it better in the future,
// but this quick hack may work for #1952.
continue;
}
if (change.startsWith('packages/monitoring-system')) {
// projects under packages/monitoring-system are nested, but ensure
// the files are in the nested directory
Expand Down
5 changes: 0 additions & 5 deletions packages/slo-stat-bot/.eslintignore

This file was deleted.

3 changes: 0 additions & 3 deletions packages/slo-stat-bot/.eslintrc.json

This file was deleted.

3 changes: 0 additions & 3 deletions packages/slo-stat-bot/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions packages/slo-stat-bot/.prettierignore

This file was deleted.

17 changes: 0 additions & 17 deletions packages/slo-stat-bot/.prettierrc.js

This file was deleted.

33 changes: 0 additions & 33 deletions packages/slo-stat-bot/README.md

This file was deleted.

3 changes: 0 additions & 3 deletions packages/slo-stat-bot/__snapshots__/slo-label.js

This file was deleted.

50 changes: 0 additions & 50 deletions packages/slo-stat-bot/__snapshots__/slo-lint.js

This file was deleted.

50 changes: 0 additions & 50 deletions packages/slo-stat-bot/cloudbuild.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions packages/slo-stat-bot/cron.yaml

This file was deleted.

99 changes: 0 additions & 99 deletions packages/slo-stat-bot/data/schema.json

This file was deleted.

0 comments on commit b6cf9b3

Please sign in to comment.