File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -276,6 +276,35 @@ jobs:
276276 - store-pytest-results
277277 - store-coverage-report
278278
279+ python3150 :
280+ parameters :
281+ docker :
282+ - image : ghcr.io/pvital/pvital-python:latest
283+ - image : public.ecr.aws/docker/library/postgres:16.10-trixie
284+ environment :
285+ POSTGRES_USER : root
286+ POSTGRES_PASSWORD : passw0rd
287+ POSTGRES_DB : instana_test_db
288+ - image : public.ecr.aws/docker/library/mariadb:11.3.2
289+ environment :
290+ MYSQL_ROOT_PASSWORD : passw0rd
291+ MYSQL_DATABASE : instana_test_db
292+ - image : public.ecr.aws/docker/library/redis:7.2.4-bookworm
293+ - image : public.ecr.aws/docker/library/rabbitmq:3.13.0
294+ - image : public.ecr.aws/docker/library/mongo:7.0.6
295+ - image : quay.io/thekevjames/gcloud-pubsub-emulator:latest
296+ environment :
297+ PUBSUB_EMULATOR_HOST : 0.0.0.0:8681
298+ PUBSUB_PROJECT1 : test-project,test-topic
299+ working_directory : ~/repo
300+ steps :
301+ - checkout
302+ - check-if-tests-needed
303+ - pip-install-deps
304+ - run-tests-with-coverage-report
305+ - store-pytest-results
306+ - store-coverage-report
307+
279308 final_job :
280309 docker :
281310 - image : public.ecr.aws/docker/library/python:3.13
@@ -301,6 +330,7 @@ workflows:
301330 matrix :
302331 parameters :
303332 py-version : ["3.11", "3.12", "3.13", "3.14"]
333+ - python3150
304334 - final_job :
305335 requires :
306336 - python3x
You can’t perform that action at this time.
0 commit comments