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

8 Commits

Author SHA1 Message Date
Natik Gadzhi
3f45e06e63 feat(ci): use pre-commit instead of airbyte-ci format (#49806) 2024-12-18 14:03:45 -08:00
Aaron ("AJ") Steers
508424f848 ci: use explicit ubuntu versioned ci runner (#49857) 2024-12-18 13:17:19 -08:00
Aaron ("AJ") Steers
c4f6fdc932 ci: replace deprecated ::set-output syntax (#49856) 2024-12-18 08:44:50 -08: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
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