Closed austin3dickey closed 1 year ago
I couldn't run an end-to-end test for this PR because it requires the DB migration. I think we can just merge this and I'll monitor and fix anything that comes up (or revert).
Before I 🚢 this, I'll add the required GITHUB_APP_ID
and GITHUB_APP_PRIVATE_KEY
secrets to the schedule-and-publish
Buildkite pipeline.
Okay, all secrets should be set up now. The only thing I'm waiting on is for Apache Infra to install the GitHub app onto apache/arrow so it can post these checks.
Looks like the app is installed: https://issues.apache.org/jira/browse/INFRA-24701
Closes #98. This PR turns the
Notification
database table intoBenchalertsRun
, which keeps track of planned/historicbenchalerts
runs and knows how to run thebenchalerts
alerting pipeline, similar to howNotification
was used in the past.