You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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>
Copy file name to clipboardExpand all lines: docs/guides/modules/test/pages/fix-flaky-tests.adoc
+7-8Lines changed: 7 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@
5
5
:experimental:
6
6
:page-noindex: true
7
7
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.
9
11
10
12
Use Chunk by CircleCI to automatically identify and present resolutions to flaky tests in your CI/CD pipelines.
11
13
@@ -242,7 +244,7 @@ This page lets you run the contents of your cci-agent-setup.yml file on a specif
242
244
Merge the `cci-agent-setup.yml` file to your default branch when the results on the environment setup page are satisfactory.
243
245
244
246
==== 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.
246
248
247
249
== How Chunk by CircleCI works
248
250
@@ -336,11 +338,10 @@ You also get a code diff of the proposed fix along with logs of the decision pro
336
338
337
339
The following table shows the configuration options available when setting up Chunk:
338
340
339
-
.Chunk configuration options
340
-
341
341
[.table-scroll]
342
342
--
343
-
[cols=3*]
343
+
.Chunk configuration options
344
+
[cols="1,2,3", options="header"]
344
345
|===
345
346
|Setting |Description |Default
346
347
@@ -429,8 +430,6 @@ If you get the following error inside a Chunk task, this indicates that your Ope
429
430
Action required - agent execution error
430
431
The agent ran into an error while executing this task. See our community forum for how to solve this error.
431
432
432
-
Contact mailto:sebastian@circleci.com[sebastian@circleci.com] for assistance.
433
-
434
433
== Frequently asked questions
435
434
436
435
=== 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
439
438
440
439
=== How long are Chunk's logs stored?
441
440
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