Skip to content
Open
1 change: 0 additions & 1 deletion antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ antora:
- require: ./extensions/unlisted-pages-extension.js
allowedUnlistedPages:
- 'test:smarter-testing.adoc'
- 'test:fix-flaky-tests.adoc'
- require: '@sntke/antora-mermaid-extension'
mermaid_initialize_options:
start_on_load: true
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file modified docs/guides/modules/ROOT/images/chunk/set-up-chunk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions docs/guides/modules/ROOT/images/icons/chunk.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/guides/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@
*** xref:test:test.adoc[Automated testing]
*** xref:test:collect-test-data.adoc[Collecting test data]
*** xref:insights:insights-tests.adoc[Test Insights]
** Manage and optimize tests
*** xref:test:fix-flaky-tests.adoc[Fix flaky tests]
** Testing strategies
*** xref:test:testing-llm-enabled-applications-through-evaluations.adoc[Testing LLM-enabled applications through evaluations]
*** xref:test:browser-testing.adoc[Browser testing]
Expand Down Expand Up @@ -293,6 +295,7 @@
* Developer toolkit
** xref:toolkit:how-to-find-ids.adoc[How to find IDs]
** AI features
*** xref:guides:toolkit:chunk-setup-and-overview.adoc[Chunk Setup and Overview]
*** xref:toolkit:using-the-circleci-mcp-server.adoc[Using the CircleCI MCP server]
*** xref:toolkit:intelligent-summaries.adoc[Intelligent summaries]
** CLI
Expand Down
7 changes: 7 additions & 0 deletions docs/guides/modules/ROOT/partials/faq/chunk.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
=== Does CircleCI use my data to train AI models?

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.

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

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.
Loading