From 1ab73aad3722d86b0d69ba555eeb919807801b86 Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Wed, 18 Jan 2023 08:29:40 -0500 Subject: [PATCH] DOCS: Clarify BYO CCI (#1951) Co-authored-by: Jeffrey Cafferata --- docs/release-engineering.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/release-engineering.md b/docs/release-engineering.md index 315756a18..81f79fd3d 100644 --- a/docs/release-engineering.md +++ b/docs/release-engineering.md @@ -222,8 +222,8 @@ Verify that your tests are working properly by making a branch. You'll see on t Some notes: -* Tests that are skipped take 25-30 seconds to complete. In other words, if you look at a list of tests, you can tell which ones were skipped by looking at the completion time. -* Free accounts don't have access to `2xlarge` instanace. You'll either need to upgrade your CCI account or change `2xlarge` to `large` in `.circleci/config.yml` in your fork. Please be careful to not include that file when you send a PR. (Anyone have tips on how to make that easier?) +* Tests that are skipped take about 3 seconds to complete. In other words, if you look at a list of tests, you can tell which ones were skipped by looking at the completion time. +* Free accounts don't have access to `2xlarge` instanace. You'll either need to upgrade your CCI account or change `2xlarge` to `large` in `.circleci/config.yml` in your fork. Please be careful to not include that file when you send a PR. See [#1935](https://github.com/StackExchange/dnscontrol/issues/1935) (Anyone have tips on how to make that easier?) ## Tip: How to rebuild flattener