Skip to content

Commit

Permalink
ci: move aws_lambda, datastreams, and opentelemetry suites to gitlab (#…
Browse files Browse the repository at this point in the history
…12518)

This change moves to gitlab the `aws_lambda`, `datastreams`, and
`opentelemetry` test suites as part of the ongoing migration from
circleci.

## 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
- [ ] 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)
  • Loading branch information
emmettbutler authored Feb 27, 2025
1 parent df2f281 commit 9aea2bb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
25 changes: 0 additions & 25 deletions .circleci/config.templ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ machine_executor: &machine_executor
command: |
pyenv global 3.9.4
contrib_job_large: &contrib_job_large
executor: ddtrace_dev
parallelism: 10

contrib_job: &contrib_job
executor: ddtrace_dev
parallelism: 2
Expand Down Expand Up @@ -397,27 +393,6 @@ jobs:
run_agent_checks: false
docker_services: "pygoat"

aws_lambda:
<<: *machine_executor
steps:
- run_test:
pattern: 'aws_lambda'
snapshot: true

datastreams:
<<: *contrib_job_small
steps:
- run_test:
pattern: "datastreams"

opentelemetry:
parallelism: 4
<<: *machine_executor
steps:
- run_test:
pattern: 'opentelemetry'
snapshot: true

botocore:
<<: *machine_executor
parallelism: 6
Expand Down
1 change: 1 addition & 0 deletions .gitlab/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
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
SNAPSHOT_IGNORED_ATTRS: span_id,trace_id,parent_id,duration,start,metrics.system.pid,metrics.system.process_id,metrics.process_id,meta.runtime-id,meta._dd.p.tid,meta.pathway.hash,metrics._dd.tracer_kr,meta._dd.parent_id,meta.kafka.cluster_id
mongo:
name: registry.ddbuild.io/images/mirror/mongo:6.0.5
alias: mongo
Expand Down

0 comments on commit 9aea2bb

Please sign in to comment.