Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

alerting: Slack #lamprey-builds Channel #1524

Merged
merged 12 commits into from
May 12, 2023

Conversation

tzaffi
Copy link
Contributor

@tzaffi tzaffi commented May 12, 2023

Summary

Indexer is owned by Team Lamprey. Therefore, alerts of indexer build failures ought to be routed to a Lamprey-specific slack channel instead of #dev-alerts.

Issues

#1521

Test Plan

CI

You can see that the configuration works by looking at recent notifications inside of #lamprey-builds.

@tzaffi tzaffi requested a review from a team as a code owner May 12, 2023 17:50
.circleci/config.yml Outdated Show resolved Hide resolved
@tzaffi tzaffi added Enhancement New feature or request Team Lamprey Skip-Release-Notes Reserved for PRs which do not need to be included in Release Notes labels May 12, 2023
@tzaffi tzaffi changed the title Slack #lamprey-builds Channel Enhancement: Slack #lamprey-builds Channel May 12, 2023
@tzaffi tzaffi removed Enhancement New feature or request Team Lamprey labels May 12, 2023
@tzaffi tzaffi changed the title Enhancement: Slack #lamprey-builds Channel Slack #lamprey-builds Channel May 12, 2023
@tzaffi tzaffi changed the title Slack #lamprey-builds Channel alerting: Slack #lamprey-builds Channel May 12, 2023
.circleci/config.yml Outdated Show resolved Hide resolved
@tzaffi tzaffi mentioned this pull request May 12, 2023
7 tasks
@@ -54,7 +54,7 @@ jobs:
- install_linter
- run_tests
# Change this to run_e2e_tests once we have stable algod binaries containing delta APIs
- run_e2e_tests_nightly
# - run_e2e_tests_nightly
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Chicken and egg problem here. I can't re-route the slack messaging until I fix the test. But the test is broken and getting slacked to the wrong channel. I've added a TODO to #1521 :

image

@tzaffi tzaffi requested a review from a team May 12, 2023 19:57
@codecov
Copy link

codecov bot commented May 12, 2023

Codecov Report

Merging #1524 (cae4132) into develop (b2527f4) will increase coverage by 0.00%.
The diff coverage is 25.00%.

❗ Current head cae4132 differs from pull request most recent head a379f9a. Consider uploading reports for the commit a379f9a to get more accurate results

@@           Coverage Diff            @@
##           develop    #1524   +/-   ##
========================================
  Coverage    70.35%   70.35%           
========================================
  Files           40       40           
  Lines         8135     8136    +1     
========================================
+ Hits          5723     5724    +1     
  Misses        1982     1982           
  Partials       430      430           
Impacted Files Coverage Δ
api/error_messages.go 100.00% <ø> (ø)
api/generated/common/routes.go 36.36% <ø> (ø)
api/generated/v2/routes.go 30.38% <ø> (ø)
api/handlers.go 76.52% <25.00%> (+0.02%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@tzaffi tzaffi requested review from algobarb, Eric-Warehime and shiqizng and removed request for a team May 12, 2023 20:13
@tzaffi tzaffi requested a review from algochoi May 12, 2023 20:14
@tzaffi tzaffi merged commit 271de23 into algorand:develop May 12, 2023
@tzaffi tzaffi deleted the slack-lamprey-builds branch May 12, 2023 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip-Release-Notes Reserved for PRs which do not need to be included in Release Notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants