You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Override number of concurrent compiles in grpc gem, see https://github.com/grpc/grpc/pull/28250 and https://github.com/DataDog/dd-trace-rb/issues/1791
10
+
# If you see gem installation failing with "Killed" on CircleCI and `gem install --platform ruby grpc` reproduces the
11
+
# issue when you connect to the testing container via ssh, then try lowering this file a notch.
12
+
GRPC_RUBY_BUILD_PROCS: 6
13
+
DD_INSTRUMENTATION_TELEMETRY_ENABLED: false
14
+
DD_REMOTE_CONFIGURATION_ENABLED: false
15
+
TEST_OPENSEARCH_HOST: opensearch
16
+
TEST_OPENSEARCH_PORT: 9200
17
+
DD_AGENT_HOST: testagent
18
+
DD_TRACE_AGENT_PORT: 9126
19
+
DATADOG_GEM_CI: true
20
+
TEST_DATADOG_INTEGRATION: 1
21
+
COVERAGE_BASE_DIR: coverage
22
+
- &test_job_default
23
+
# TODO: We should move away from using a directory
24
+
# TODO: that requires root permission to be created.
25
+
# TODO: Changing this requires rebuilding all docker images.
# Override number of concurrent compiles in grpc gem, see https://github.com/grpc/grpc/pull/28250 and https://github.com/DataDog/dd-trace-rb/issues/1791
33
-
# If you see gem installation failing with "Killed" on CircleCI and `gem install --platform ruby grpc` reproduces the
34
-
# issue when you connect to the testing container via ssh, then try lowering this file a notch.
0 commit comments