getsentry / getsentry/sentry-python

Use job dependency flow for CI jobs

オープン
#4,394 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
Python Tests
主要言語
Python
スター
2.2k
フォーク
669
平均マージ
1日 1時間
マージ済み PR(30日)
213

説明

The Ruby SDK cleaned up their CI flow by using job dependency flows:

@neel.shah said:

> btw probably interesting for everyone, @peter made the ruby CI really clean by creating a job dependency flow
> it looks like this
>
> [https://github.com/getsentry/sentry-ruby/actions/runs/15043844757](https://github.com/getsentry/sentry-ruby/actions/runs/15043844757)
> the main file is this
> [https://github.com/getsentry/sentry-ruby/blob/master/.github/workflows/tests.yml](https://github.com/getsentry/sentry-ruby/blob/master/.github/workflows/tests.yml)
> that invokes each specific test matrix
> [https://github.com/getsentry/sentry-ruby/blob/master/.github/workflows/sentry_ruby_test.yml](https://github.com/getsentry/sentry-ruby/blob/master/.github/workflows/sentry_ruby_test.yml)

We could implement something similar for the Python SDK to better group tests. We already have some grouping, but this grouping basically puts all tests for different categories in different jobs. Instead, we could have a single job for tests, with all the current groups as sub-jobs of that main test job

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。