Skip to content

Commit 6f41823

Browse files
authored
Run more CI checks on 2.0 branch (#2625)
1 parent 8bd2f46 commit 6f41823

15 files changed

+28
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- master
77
- release/**
8+
- sentry-sdk-2.0
89

910
pull_request:
1011

.github/workflows/codeql-analysis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,14 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ master ]
16+
branches:
17+
- master
18+
- sentry-sdk-2.0
1719
pull_request:
1820
# The branches below must be a subset of the branches above
19-
branches: [ master ]
21+
branches:
22+
- master
23+
- sentry-sdk-2.0
2024
schedule:
2125
- cron: '18 18 * * 3'
2226

.github/workflows/enforce-license-compliance.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@ name: Enforce License Compliance
22

33
on:
44
push:
5-
branches: [master, main, release/*]
5+
branches:
6+
- master
7+
- main
8+
- release/*
9+
- sentry-sdk-2.0
610
pull_request:
7-
branches: [master, main]
11+
branches:
12+
- master
13+
- main
14+
- sentry-sdk-2.0
815

916
jobs:
1017
enforce-license-compliance:

.github/workflows/test-integrations-aws-lambda.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- master
66
- release/**
7+
- sentry-sdk-2.0
78
# XXX: We are using `pull_request_target` instead of `pull_request` because we want
89
# this to run on forks with access to the secrets necessary to run the test suite.
910
# Prefer to use `pull_request` when possible.

.github/workflows/test-integrations-cloud-computing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- master
66
- release/**
7+
- sentry-sdk-2.0
78
pull_request:
89
# Cancel in progress workflows on pull_requests.
910
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value

.github/workflows/test-integrations-common.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- master
66
- release/**
7+
- sentry-sdk-2.0
78
pull_request:
89
# Cancel in progress workflows on pull_requests.
910
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value

.github/workflows/test-integrations-data-processing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- master
66
- release/**
7+
- sentry-sdk-2.0
78
pull_request:
89
# Cancel in progress workflows on pull_requests.
910
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value

.github/workflows/test-integrations-databases.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- master
66
- release/**
7+
- sentry-sdk-2.0
78
pull_request:
89
# Cancel in progress workflows on pull_requests.
910
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value

.github/workflows/test-integrations-graphql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- master
66
- release/**
7+
- sentry-sdk-2.0
78
pull_request:
89
# Cancel in progress workflows on pull_requests.
910
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value

.github/workflows/test-integrations-miscellaneous.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- master
66
- release/**
7+
- sentry-sdk-2.0
78
pull_request:
89
# Cancel in progress workflows on pull_requests.
910
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value

.github/workflows/test-integrations-networking.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- master
66
- release/**
7+
- sentry-sdk-2.0
78
pull_request:
89
# Cancel in progress workflows on pull_requests.
910
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value

.github/workflows/test-integrations-web-frameworks-1.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- master
66
- release/**
7+
- sentry-sdk-2.0
78
pull_request:
89
# Cancel in progress workflows on pull_requests.
910
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value

.github/workflows/test-integrations-web-frameworks-2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
branches:
55
- master
66
- release/**
7+
- sentry-sdk-2.0
78
pull_request:
89
# Cancel in progress workflows on pull_requests.
910
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-a-fallback-value

linter-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ mypy
22
black
33
flake8==5.0.4 # flake8 depends on pyflakes>=3.0.0 and this dropped support for Python 2 "# type:" comments
44
types-certifi
5-
types-protobuf
5+
types-protobuf==4.24.0.4 # newer raises an error on mypy sentry_sdk
66
types-redis
77
types-setuptools
88
pymongo # There is no separate types module.

scripts/split-tox-gh-actions/templates/base.jinja

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- master
88
- release/**
9+
- sentry-sdk-2.0
910

1011
{% if needs_github_secrets %}
1112
# XXX: We are using `pull_request_target` instead of `pull_request` because we want

0 commit comments

Comments
 (0)