Skip to content

Commit

Permalink
Merge pull request #671 from ClangBuiltLinux/caching-readme
Browse files Browse the repository at this point in the history
Add Caching Info Section to README
  • Loading branch information
JustinStitt authored Jan 5, 2024
2 parents 6185b34 + 301c84c commit d3ca1a8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,26 @@ need to do.
Requires that a
[TuxSuite secret token](https://gitlab.com/Linaro/tuxsuite#setup-config) is
configured.

## Caching
> Introduced in https://github.com/ClangBuiltLinux/continuous-integration2/pull/664
<details>
<summary>Info and Diagram</summary>
<br>
<section>
<p>
To help reduce Tuxsuite build minutes, the CI utilizes a <em>frontend cache</em>.
<br>
With this, redundant workflows can be stopped before spinning up any Tuxsuite jobs.
</p>
</section>


<b>Here's a diagram</b>:

<img src="https://github.com/ClangBuiltLinux/continuous-integration2/assets/24460581/fbdd2743-53ef-4dca-ae0f-46f62cf7f885" width=400 height=500></img>

</details>

> [!NOTE]
> This frontend cache is different than the caching system that Tuxsuite/Tuxbuild is using; those systems involve caching build targets and other compiler information.

0 comments on commit d3ca1a8

Please sign in to comment.