Skip to content

Commit bef503d

Browse files
authored
ci: run daily and notify if failures (#520)
1 parent 2c2ddcd commit bef503d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.buildkite/pipeline.yml

+5
Original file line numberDiff line numberDiff line change
@@ -155,3 +155,8 @@ steps:
155155
provider: "gcp"
156156
image: "${IMAGE_UBUNTU_X86_64}"
157157
instanceType: "${INSTANCE_TYPE_X86_64}"
158+
159+
# TODO: look for the right slack channel. Robots team don't own this project.
160+
notify:
161+
- slack: "#observablt-bots"
162+
if: build.state == "failed"

catalog-info.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ spec:
5959
access_level: BUILD_AND_READ
6060
everyone:
6161
access_level: READ_ONLY
62+
schedules:
63+
Daily:
64+
branch: main
65+
cronline: "0 12 * * * America/New_York"
66+
message: "Builds once per day"
6267

6368
---
6469
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json

0 commit comments

Comments
 (0)