Skip to content

dd-trace-py downstream (d124d59aaf3d41d83dd0a62ff844b453684e52ab) #1131

dd-trace-py downstream (d124d59aaf3d41d83dd0a62ff844b453684e52ab)

dd-trace-py downstream (d124d59aaf3d41d83dd0a62ff844b453684e52ab) #1131

name: "Downstream: dd-trace-py"
run-name: "dd-trace-py downstream (${{ inputs.dd_trace_py_commit_sha }})"
on:
workflow_dispatch:
inputs:
dd_trace_py_commit_sha:
description: 'dd-trace-py commit SHA to test against (installs wheels from S3)'
required: true
type: string
test_scenarios:
description: 'Regexp to select which scenarios to run'
required: false
type: string
default: 'python.*'
jobs:
python:
uses: ./.github/workflows/test.yml
with:
test_scenarios: ${{ inputs.test_scenarios }}
ddtrace_install_url: "https://dd-trace-py-builds.s3.amazonaws.com/${{ inputs.dd_trace_py_commit_sha }}/install.sh"
secrets: inherit