1
0
mirror of synced 2026-01-03 06:02:23 -05:00
Files
airbyte/.github/workflows/format-fix-command.yml
Augustin 40ee0298f5 Use multiple Dagger token to namespace caching (#46965)
## What
The Dagger team created a bunch of additional token to use their distributed cache.
We want multiple token to "namespace" the cache per use case so that for instance  `airbyte-ci format` can pull the couple images it uses from it, instead of downloading the full cache which has all the connector testing related layers.

Rationale:
* `DAGGER_CLOUD_TOKEN_CACHE_5`: internal python packages testing
* `DAGGER_CLOUD_TOKEN_CACHE_4`: community CI only
* `DAGGER_CLOUD_TOKEN_CACHE_3`: connector build/testing/publish
* `DAGGER_CLOUD_TOKEN_CACHE_2`: light jobs like `format` or `version increment check`
2024-10-17 12:22:08 +02:00

5.1 KiB