Skip to content

Commit e73414f

Browse files
[Fix flaky tests ] - Replace contact email with Canny board link (#9741)
* Replace contact email with Canny board link Updated contact information to direct users to the Canny board for feedback and feature requests. * Update docs/guides/modules/test/pages/fix-flaky-tests.adoc * Update docs/guides/modules/test/pages/fix-flaky-tests.adoc Co-authored-by: Rosie Yohannan <rosie@circleci.com> * move canny link to top of page * fix lint error --------- Co-authored-by: Rosie Yohannan <rosie@circleci.com>
1 parent 3801be1 commit e73414f

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

docs/guides/modules/test/pages/fix-flaky-tests.adoc

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
:experimental:
66
:page-noindex: true
77

8-
NOTE: Chunk by CircleCI is currently in closed preview. If you would like to join the private beta, sign up link:https://www2.circleci.com/chunk-waitlist[here for the waiting list, window=_blank]. There are no extra costs during beta, Chunk uses CircleCI credits and your AI model provider token. Chunk tasks will be a paid feature after the beta.
8+
NOTE: Chunk by CircleCI is currently in *closed preview*. If you would like to join the private beta, sign up link:https://www2.circleci.com/chunk-waitlist[here for the waiting list, window=_blank]. There are no extra costs during beta, Chunk uses CircleCI credits and your AI model provider token. Chunk tasks will be a paid feature after the beta.
9+
10+
NOTE: Have feedback or feature requests? Submit them on our link:https://circleci.canny.io/cloud-feature-requests?selectedCategory=chunk-ai[Ideas board] where you can also see existing feature requests and vote on them.
911

1012
Use Chunk by CircleCI to automatically identify and present resolutions to flaky tests in your CI/CD pipelines.
1113

@@ -242,7 +244,7 @@ This page lets you run the contents of your cci-agent-setup.yml file on a specif
242244
Merge the `cci-agent-setup.yml` file to your default branch when the results on the environment setup page are satisfactory.
243245

244246
==== Additional guidance for Chunk
245-
To improve Chunk's ability to run tests and produce fixes that are aligned with stylistic/architectural preferences, you can include a markdown file (`claude.md` or `agents.md`) in the root of your repository with instructions for running tests. Chunk should pick this up automatically.
247+
To improve Chunk's ability to run tests and produce fixes that are aligned with stylistic/architectural preferences, you can include instructions. Your instructions can be in a markdown file (`claude.md` or `agents.md`) in the root of your repository or in a custom `cci-agent-setup.yml` file. Chunk should pick this up automatically.
246248

247249
== How Chunk by CircleCI works
248250

@@ -336,11 +338,10 @@ You also get a code diff of the proposed fix along with logs of the decision pro
336338

337339
The following table shows the configuration options available when setting up Chunk:
338340

339-
.Chunk configuration options
340-
341341
[.table-scroll]
342342
--
343-
[cols=3*]
343+
.Chunk configuration options
344+
[cols="1,2,3", options="header"]
344345
|===
345346
|Setting |Description |Default
346347

@@ -429,8 +430,6 @@ If you get the following error inside a Chunk task, this indicates that your Ope
429430
Action required - agent execution error
430431
The agent ran into an error while executing this task. See our community forum for how to solve this error.
431432

432-
Contact mailto:sebastian@circleci.com[sebastian@circleci.com] for assistance.
433-
434433
== Frequently asked questions
435434

436435
=== Does CircleCI use my data to train AI models?
@@ -439,4 +438,4 @@ No, CircleCI does not store your source code or use it for training purposes. Ch
439438

440439
=== How long are Chunk's logs stored?
441440

442-
Chunks logs are stored by CircleCI for 90 days. 90 days is a fixed retention period that applies to all organizations, link:https://support.circleci.com/hc/en-us/articles/5645222646939-Cloud-Data-Retention-Policy-and-Settings[regardless of your plan’s standard data retention policy, window=_blank]. After 90 days, logs are automatically deleted to keep your workspace at optimal performance.
441+
Chunk's logs are stored by CircleCI for 90 days. 90 days is a fixed retention period that applies to all organizations, link:https://support.circleci.com/hc/en-us/articles/5645222646939-Cloud-Data-Retention-Policy-and-Settings[regardless of your plan’s standard data retention policy, window=_blank]. After 90 days, logs are automatically deleted to keep your workspace at optimal performance.

0 commit comments

Comments
 (0)