Skip to content

Commit 195c4a8

Browse files
committed
Merge branch 'potel-base' into antonpirker/potel/fix-celery-tests
2 parents 7b4d376 + ae2b524 commit 195c4a8

12 files changed

+3
-31
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
steps:
3535
- uses: actions/[email protected]
3636
- uses: actions/setup-python@v5
37-
if: ${{ matrix.python-version != '3.6' }}
3837
with:
3938
python-version: ${{ matrix.python-version }}
4039
allow-prereleases: true
@@ -97,7 +96,6 @@ jobs:
9796
steps:
9897
- uses: actions/[email protected]
9998
- uses: actions/setup-python@v5
100-
if: ${{ matrix.python-version != '3.6' }}
10199
with:
102100
python-version: ${{ matrix.python-version }}
103101
allow-prereleases: true

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,9 @@ jobs:
3535
docker:
3636
image: docker:dind # Required for Docker network management
3737
options: --privileged # Required for Docker-in-Docker operations
38-
# Use Docker container only for Python 3.6
39-
container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
4038
steps:
4139
- uses: actions/[email protected]
4240
- uses: actions/setup-python@v5
43-
if: ${{ matrix.python-version != '3.6' }}
4441
with:
4542
python-version: ${{ matrix.python-version }}
4643
allow-prereleases: true
@@ -104,12 +101,9 @@ jobs:
104101
docker:
105102
image: docker:dind # Required for Docker network management
106103
options: --privileged # Required for Docker-in-Docker operations
107-
# Use Docker container only for Python 3.6
108-
container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
109104
steps:
110105
- uses: actions/[email protected]
111106
- uses: actions/setup-python@v5
112-
if: ${{ matrix.python-version != '3.6' }}
113107
with:
114108
python-version: ${{ matrix.python-version }}
115109
allow-prereleases: true

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
steps:
3535
- uses: actions/[email protected]
3636
- uses: actions/setup-python@v5
37-
if: ${{ matrix.python-version != '3.6' }}
3837
with:
3938
python-version: ${{ matrix.python-version }}
4039
allow-prereleases: true

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
steps:
3535
- uses: actions/[email protected]
3636
- uses: actions/setup-python@v5
37-
if: ${{ matrix.python-version != '3.6' }}
3837
with:
3938
python-version: ${{ matrix.python-version }}
4039
allow-prereleases: true

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
steps:
3535
- uses: actions/[email protected]
3636
- uses: actions/setup-python@v5
37-
if: ${{ matrix.python-version != '3.6' }}
3837
with:
3938
python-version: ${{ matrix.python-version }}
4039
allow-prereleases: true

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
steps:
3535
- uses: actions/[email protected]
3636
- uses: actions/setup-python@v5
37-
if: ${{ matrix.python-version != '3.6' }}
3837
with:
3938
python-version: ${{ matrix.python-version }}
4039
allow-prereleases: true

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
steps:
3535
- uses: actions/[email protected]
3636
- uses: actions/setup-python@v5
37-
if: ${{ matrix.python-version != '3.6' }}
3837
with:
3938
python-version: ${{ matrix.python-version }}
4039
allow-prereleases: true

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
steps:
3535
- uses: actions/[email protected]
3636
- uses: actions/setup-python@v5
37-
if: ${{ matrix.python-version != '3.6' }}
3837
with:
3938
python-version: ${{ matrix.python-version }}
4039
allow-prereleases: true
@@ -89,7 +88,6 @@ jobs:
8988
steps:
9089
- uses: actions/[email protected]
9190
- uses: actions/setup-python@v5
92-
if: ${{ matrix.python-version != '3.6' }}
9391
with:
9492
python-version: ${{ matrix.python-version }}
9593
allow-prereleases: true

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
steps:
3535
- uses: actions/[email protected]
3636
- uses: actions/setup-python@v5
37-
if: ${{ matrix.python-version != '3.6' }}
3837
with:
3938
python-version: ${{ matrix.python-version }}
4039
allow-prereleases: true
@@ -111,7 +110,6 @@ jobs:
111110
steps:
112111
- uses: actions/[email protected]
113112
- uses: actions/setup-python@v5
114-
if: ${{ matrix.python-version != '3.6' }}
115113
with:
116114
python-version: ${{ matrix.python-version }}
117115
allow-prereleases: true

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

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,12 @@ jobs:
4646
ports:
4747
- 5432:5432
4848
env:
49-
SENTRY_PYTHON_TEST_POSTGRES_HOST: ${{ matrix.python-version == '3.6' && 'postgres' || 'localhost' }}
49+
SENTRY_PYTHON_TEST_POSTGRES_HOST: localhost
5050
SENTRY_PYTHON_TEST_POSTGRES_USER: postgres
5151
SENTRY_PYTHON_TEST_POSTGRES_PASSWORD: sentry
52-
# Use Docker container only for Python 3.6
53-
container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
5452
steps:
5553
- uses: actions/[email protected]
5654
- uses: actions/setup-python@v5
57-
if: ${{ matrix.python-version != '3.6' }}
5855
with:
5956
python-version: ${{ matrix.python-version }}
6057
allow-prereleases: true
@@ -125,15 +122,12 @@ jobs:
125122
ports:
126123
- 5432:5432
127124
env:
128-
SENTRY_PYTHON_TEST_POSTGRES_HOST: ${{ matrix.python-version == '3.6' && 'postgres' || 'localhost' }}
125+
SENTRY_PYTHON_TEST_POSTGRES_HOST: localhost
129126
SENTRY_PYTHON_TEST_POSTGRES_USER: postgres
130127
SENTRY_PYTHON_TEST_POSTGRES_PASSWORD: sentry
131-
# Use Docker container only for Python 3.6
132-
container: ${{ matrix.python-version == '3.6' && 'python:3.6' || null }}
133128
steps:
134129
- uses: actions/[email protected]
135130
- uses: actions/setup-python@v5
136-
if: ${{ matrix.python-version != '3.6' }}
137131
with:
138132
python-version: ${{ matrix.python-version }}
139133
allow-prereleases: true

0 commit comments

Comments
 (0)