1
0
mirror of synced 2026-01-07 18:06:03 -05:00
Commit Graph

6 Commits

Author SHA1 Message Date
Augustin
6002cf8465 GHA: dedicated dagger token for publish (#47722) 2024-10-29 11:23:15 +01:00
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
Catherine Noll
f86b1caa90 Live tests: surface --should-read-with-state to GHAs (#44173) 2024-08-16 11:36:46 -04:00
Catherine Noll
548c16cf1e Live/regression tests: add support for selecting from a subset of connections (#42044) 2024-07-17 11:07:21 -04:00
Catherine Noll
b4b2932554 airbyte-ci: add live tests evaluation mode options (#40698) 2024-07-03 14:51:57 -04:00
Catherine Noll
c7ecc41317 Live tests: GHA to run both validation & regression tests (#38816)
Co-authored-by: Augustin <augustin@airbyte.io>
2024-06-20 13:50:07 -04:00