Skip to content

Commit

Permalink
avoid running redis on every job
Browse files Browse the repository at this point in the history
  • Loading branch information
emmettbutler committed Aug 30, 2024
1 parent edd312e commit 447c832
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitlab/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ variables:
DD_POOL_TRACE_CHECK_FAILURES: true
DD_DISABLE_ERROR_RESPONSES: true
ENABLED_CHECKS: trace_content_length,trace_stall,meta_tracer_version_header,trace_count_header,trace_peer_service,trace_dd_service
- name: registry.ddbuild.io/redis:7.0.7
alias: redis
script:
- pip install riot~=0.19.1
- unset DD_SERVICE
Expand Down
4 changes: 4 additions & 0 deletions .gitlab/tests/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ integration-testagent:

ddtracerun:
extends: .test_base_riot
services:
- !reference [.test_base_riot, services]
- name: registry.ddbuild.io/redis:7.0.7
alias: redis
variables:
SUITE_NAME: "ddtracerun"
TEST_REDIS_HOST: "redis"

0 comments on commit 447c832

Please sign in to comment.