Skip to content

feat(propagation): add DD_TRACE_PROPAGATION_BEHAVIOR_EXTRACT to handle x-org propagation #36606

feat(propagation): add DD_TRACE_PROPAGATION_BEHAVIOR_EXTRACT to handle x-org propagation

feat(propagation): add DD_TRACE_PROPAGATION_BEHAVIOR_EXTRACT to handle x-org propagation #36606

name: Test Requirements Lockfiles Check
on:
push:
branches:
- main
- 'mq-working-branch**'
pull_request:
types: [opened, reopened, synchronize]
jobs:
validate:
name: Check requirements lockfiles
runs-on: ubuntu-latest
container: ghcr.io/datadog/dd-trace-py/testrunner:47c7b5287da25643e46652e6d222a40a52f2382a@sha256:3a02dafeff9cd72966978816d1b39b54f5517af4049396923b95c8452f604269
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Fixup git permissions
# https://github.com/actions/checkout/issues/766
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
- name: Set python interpreters
run: pyenv global 3.10 3.7 3.8 3.9 3.11 3.12
- name: Install Dependencies
run: pip install --upgrade pip && pip install riot==0.20.1
- name: Generate riot locks
run: scripts/compile-and-prune-test-requirements
- name: Check git diff
run: scripts/check-diff '.riot/requirements/' 'Mismatches found between .riot/requirements/*.txt and riotfile.py. Run scripts/compile-and-prune-test-requirements and commit the result.'