Skip to content

Commit 65e4bc3

Browse files
committed
Merge branch 'potel-base' into antonpirker/potel/continuous_profiling
2 parents 1554f77 + d5a09bc commit 65e4bc3

23 files changed

+141
-49
lines changed

.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-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')

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
needs: test-network-pinned
136136
# Always run this, even if a dependent job failed
137137
if: always()
138-
runs-on: ubuntu-20.04
138+
runs-on: ubuntu-22.04
139139
steps:
140140
- name: Check for failures
141141
if: contains(needs.test-network-pinned.result, 'failure') || contains(needs.test-network-pinned.result, 'skipped')

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
needs: test-tasks-pinned
180180
# Always run this, even if a dependent job failed
181181
if: always()
182-
runs-on: ubuntu-20.04
182+
runs-on: ubuntu-22.04
183183
steps:
184184
- name: Check for failures
185185
if: contains(needs.test-tasks-pinned.result, 'failure') || contains(needs.test-tasks-pinned.result, 'skipped')

0 commit comments

Comments
 (0)