Skip to content

Commit 6ef891d

Browse files
Merge pull request #9800 from circleci/DOCSS-1978-chunk-rewrite-open-preview
Chunk docs split
2 parents fec5c1e + 06063ed commit 6ef891d

File tree

12 files changed

+348
-228
lines changed

12 files changed

+348
-228
lines changed

antora-playbook.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ antora:
7070
- require: ./extensions/unlisted-pages-extension.js
7171
allowedUnlistedPages:
7272
- 'test:smarter-testing.adoc'
73-
- 'test:fix-flaky-tests.adoc'
7473
- require: '@sntke/antora-mermaid-extension'
7574
mermaid_initialize_options:
7675
start_on_load: true
166 KB
Loading
111 KB
Loading
158 KB
Loading
80.3 KB
Loading
-132 KB
Binary file not shown.
-57.7 KB
Loading
Lines changed: 5 additions & 0 deletions
Loading

docs/guides/modules/ROOT/nav.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@
146146
*** xref:test:test.adoc[Automated testing]
147147
*** xref:test:collect-test-data.adoc[Collecting test data]
148148
*** xref:insights:insights-tests.adoc[Test Insights]
149+
** Manage and optimize tests
150+
*** xref:test:fix-flaky-tests.adoc[Fix flaky tests]
149151
** Testing strategies
150152
*** xref:test:testing-llm-enabled-applications-through-evaluations.adoc[Testing LLM-enabled applications through evaluations]
151153
*** xref:test:browser-testing.adoc[Browser testing]
@@ -293,6 +295,7 @@
293295
* Developer toolkit
294296
** xref:toolkit:how-to-find-ids.adoc[How to find IDs]
295297
** AI features
298+
*** xref:guides:toolkit:chunk-setup-and-overview.adoc[Chunk Setup and Overview]
296299
*** xref:toolkit:using-the-circleci-mcp-server.adoc[Using the CircleCI MCP server]
297300
*** xref:toolkit:intelligent-summaries.adoc[Intelligent summaries]
298301
** CLI
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
=== Does CircleCI use my data to train AI models?
2+
3+
No, CircleCI does not store your source code or use it for training purposes. Chunk processes your code temporarily to generate fixes but does not retain or share this information with model providers for training.
4+
5+
=== How long are Chunk's logs stored?
6+
7+
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)