From ff32bead8607e738dd2f14e35b61d97fd3684982 Mon Sep 17 00:00:00 2001 From: "Sherif A. Nada" Date: Tue, 2 Aug 2022 15:21:01 -0700 Subject: [PATCH] docs: add a note about how our build reports are persisted --- airbyte-integrations/builds-readme.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 airbyte-integrations/builds-readme.md diff --git a/airbyte-integrations/builds-readme.md b/airbyte-integrations/builds-readme.md new file mode 100644 index 000000000000..4ad3bb67d07d --- /dev/null +++ b/airbyte-integrations/builds-readme.md @@ -0,0 +1,6 @@ +# How is the builds page generated? +[This github action](https://github.com/airbytehq/airbyte/blob/master/.github/workflows/connector_integration_tests.yml) runs once a day. +It triggers builds for all connectors. The result of this build is persisted on an S3 bucket in our AWS dev environment. +Ask for access rights from the Airbyte team if you need it to access the environment. This S3 bucket is hooked up to a CDN, AWS CloudFront. +Then, [this Github action](https://github.com/airbytehq/airbyte/blob/master/.github/workflows/build-report.yml) reads from Cloudfront to send a daily +Slack message informing us of the build status of any connectors in need of attention.