1
0
mirror of synced 2025-12-26 14:02:10 -05:00
Commit Graph

5 Commits

Author SHA1 Message Date
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
Augustin
e0bec7a088 format-fix-command: disable dagger cache (#38867) 2024-06-03 16:12:54 +00:00
Aaron ("AJ") Steers
0de1b488ae CI: Refactor commit and push steps of 'format-fix' workflow (#37580) 2024-04-25 09:52:04 -07:00
Aaron ("AJ") Steers
5629bb9e6b CI: fix missing slash command input args (#37564) 2024-04-25 08:58:55 -07:00
Aaron ("AJ") Steers
1c187e9ecf CI: Allow format fix on PRs from forks (#37393) 2024-04-24 12:11:14 -07:00