Skip to content

Commit af6cc5b

Browse files
committed
Merge branch 'potel-base' into ivana/potel/remove-custom-sampled
2 parents fb74530 + bff8fdd commit af6cc5b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+957
-521
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @getsentry/owners-python-sdk
1+
* @getsentry/team-web-sdk-backend

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
needs: test-ai-pinned
152152
# Always run this, even if a dependent job failed
153153
if: always()
154-
runs-on: ubuntu-20.04
154+
runs-on: ubuntu-22.04
155155
steps:
156156
- name: Check for failures
157157
if: contains(needs.test-ai-pinned.result, 'failure') || contains(needs.test-ai-pinned.result, 'skipped')

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

Lines changed: 0 additions & 116 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
needs: test-cloud-pinned
160160
# Always run this, even if a dependent job failed
161161
if: always()
162-
runs-on: ubuntu-20.04
162+
runs-on: ubuntu-22.04
163163
steps:
164164
- name: Check for failures
165165
if: contains(needs.test-cloud-pinned.result, 'failure') || contains(needs.test-cloud-pinned.result, 'skipped')

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
needs: test-common-pinned
7474
# Always run this, even if a dependent job failed
7575
if: always()
76-
runs-on: ubuntu-20.04
76+
runs-on: ubuntu-22.04
7777
steps:
7878
- name: Check for failures
7979
if: contains(needs.test-common-pinned.result, 'failure') || contains(needs.test-common-pinned.result, 'skipped')

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
python-version: ${{ matrix.python-version }}
5757
allow-prereleases: true
5858
- name: "Setup ClickHouse Server"
59-
uses: getsentry/action-clickhouse-in-ci@v1.5
59+
uses: getsentry/action-clickhouse-in-ci@v1.6
6060
- name: Setup Test Env
6161
run: |
6262
pip install "coverage[toml]" tox
@@ -142,7 +142,7 @@ jobs:
142142
python-version: ${{ matrix.python-version }}
143143
allow-prereleases: true
144144
- name: "Setup ClickHouse Server"
145-
uses: getsentry/action-clickhouse-in-ci@v1.5
145+
uses: getsentry/action-clickhouse-in-ci@v1.6
146146
- name: Setup Test Env
147147
run: |
148148
pip install "coverage[toml]" tox
@@ -199,7 +199,7 @@ jobs:
199199
needs: test-dbs-pinned
200200
# Always run this, even if a dependent job failed
201201
if: always()
202-
runs-on: ubuntu-20.04
202+
runs-on: ubuntu-22.04
203203
steps:
204204
- name: Check for failures
205205
if: contains(needs.test-dbs-pinned.result, 'failure') || contains(needs.test-dbs-pinned.result, 'skipped')

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
needs: test-flags-pinned
8686
# Always run this, even if a dependent job failed
8787
if: always()
88-
runs-on: ubuntu-20.04
88+
runs-on: ubuntu-22.04
8989
steps:
9090
- name: Check for failures
9191
if: contains(needs.test-flags-pinned.result, 'failure') || contains(needs.test-flags-pinned.result, 'skipped')

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
needs: test-gevent-pinned
7474
# Always run this, even if a dependent job failed
7575
if: always()
76-
runs-on: ubuntu-20.04
76+
runs-on: ubuntu-22.04
7777
steps:
7878
- name: Check for failures
7979
if: contains(needs.test-gevent-pinned.result, 'failure') || contains(needs.test-gevent-pinned.result, 'skipped')

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
needs: test-graphql-pinned
8686
# Always run this, even if a dependent job failed
8787
if: always()
88-
runs-on: ubuntu-20.04
88+
runs-on: ubuntu-22.04
8989
steps:
9090
- name: Check for failures
9191
if: contains(needs.test-graphql-pinned.result, 'failure') || contains(needs.test-graphql-pinned.result, 'skipped')

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
needs: test-misc-pinned
9494
# Always run this, even if a dependent job failed
9595
if: always()
96-
runs-on: ubuntu-20.04
96+
runs-on: ubuntu-22.04
9797
steps:
9898
- name: Check for failures
9999
if: contains(needs.test-misc-pinned.result, 'failure') || contains(needs.test-misc-pinned.result, 'skipped')

0 commit comments

Comments
 (0)