8000 Merge branch 'master' into szokeasaurusrex/unpin-pytest-redis · getsentry/sentry-python@8f7b475 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8f7b475

Browse files
Merge branch 'master' into szokeasaurusrex/unpin-pytest-redis
2 parents 4fe3130 + d48dc46 commit 8f7b475

13 files changed

+17
-12
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
files: .junitxml
166166
verbose: true
167167
check_required_tests:
168-
name: All AI tests passed
168+
name: All pinned AI tests passed
169169
needs: test-ai-pinned
170170
# Always run this, even if a dependent job failed
171171
if: always()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
files: .junitxml
113113
verbose: true
114114
check_required_tests:
115-
name: All AWS Lambda tests passed
115+
name: All pinned AWS Lambda tests passed
116116
needs: test-aws_lambda-pinned
117117
# Always run this, even if a dependent job failed
118118
if: always()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
files: .junitxml
158158
verbose: true
159159
check_required_tests:
160-
name: All Cloud Computing tests passed
160+
name: All pinned Cloud Computing tests passed
161161
needs: test-cloud_computing-pinned
162162
# Always run this, even if a dependent job failed
163163
if: always()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
files: .junitxml
7878
verbose: true
7979
check_required_tests:
80-
name: All Common tests passed
80+
name: All pinned Common tests passed
8181
needs: test-common-pinned
8282
# Always run this, even if a dependent job failed
8383
if: always()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
files: .junitxml
194194
verbose: true
195195
check_required_tests:
196-
name: All Data Processing tests passed
196+
name: All pinned Data Processing tests passed
197197
needs: test-data_processing-pinned
198198
# Always run this, even if a dependent job failed
199199
if: always()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
files: .junitxml
212212
verbose: true
213213
check_required_tests:
214-
name: All Databases tests passed
214+
name: All pinned Databases tests passed
215215
needs: test-databases-pinned
216216
# Always run this, even if a dependent job failed
217217
if: always()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
files: .junitxml
158158
verbose: true
159159
check_required_tests:
160-
name: All GraphQL tests passed
160+
name: All pinned GraphQL tests passed
161161
needs: test-graphql-pinned
162162
# Always run this, even if a dependent job failed
163163
if: always()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
files: .junitxml
166166
verbose: true
167167
check_required_tests:
168-
name: All Miscellaneous tests passed
168+
name: All pinned Miscellaneous tests passed
169169
needs: test-miscellaneous-pinned
170170
# Always run this, even if a dependent job failed
171171
if: always()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
files: .junitxml
158158
verbose: true
159159
check_required_tests:
160-
name: All Networking tests passed
160+
name: All pinned Networking tests passed
161161
needs: test-networking-pinned
162162
# Always run this, even if a dependent job failed
163163
if: always()

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
files: .junitxml
194194
verbose: true
195195
check_required_tests:
196-
name: All Web Frameworks 1 tests passed
196+
name: All pinned Web Frameworks 1 tests passed
197197
needs: test-web_frameworks_1-pinned
198198
# Always run this, even if a dependent job failed
199199
if: always()

0 commit comments

Comments
 (0)
0