From 79483a5459d228f38df60a22619dff0d2e304cf8 Mon Sep 17 00:00:00 2001 From: Taegyun Kim Date: Mon, 18 Nov 2024 15:38:22 -0500 Subject: [PATCH] ci: set ulimit -c unlimited for gitlab tests (#11400) ## Checklist - [x] PR author has checked that all the criteria below are met - The PR description includes an overview of the change - The PR description articulates the motivation for the change - The change includes tests OR the PR description describes a testing strategy - The PR description notes risks associated with the change, if any - Newly-added code is easy to change - The change follows the [library release note guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html) - The change includes or references documentation updates if necessary - Backport labels are set (if [applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)) ## Reviewer Checklist - [x] Reviewer has checked that all the criteria below are met - Title is accurate - All changes are related to the pull request's stated goal - Avoids breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes - Testing strategy adequately addresses listed risks - Newly-added code is easy to change - Release note makes sense to a user of the library - If necessary, author has acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment - Backport labels are set in a manner that is consistent with the [release branch maintenance policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting) --- .gitlab/testrunner.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/testrunner.yml b/.gitlab/testrunner.yml index 38e2111ec78..bdee810249a 100644 --- a/.gitlab/testrunner.yml +++ b/.gitlab/testrunner.yml @@ -4,5 +4,6 @@ tags: [ "arch:amd64" ] timeout: 20m before_script: + - ulimit -c unlimited - pyenv global 3.12 3.7 3.8 3.9 3.10 3.11 3.13-dev - export _CI_DD_AGENT_URL=http://${HOST_IP}:8126/