ci: skip integration/otel tests for external pull requests #321
opentelemetry-conformance-tests.yml
on: pull_request
opentelemetry
/
...
/
Resolve test commits
opentelemetry
/
...
/
${{ format(
'{0} - Community/Datadog',
inputs.suite == 'otel-invocation' && 'Invocation' || 'Execution'
) }}
opentelemetry
/
...
/
${{ format(
'{0} - Community/S3',
inputs.suite == 'otel-invocation' && 'Invocation' || 'Execution'
) }}
opentelemetry
/
...
/
${{ format(
'{0} - Community/Datadog',
inputs.suite == 'otel-invocation' && 'Invocation' || 'Execution'
) }}
opentelemetry
/
...
/
${{ format(
'{0} - Community/S3',
inputs.suite == 'otel-invocation' && 'Invocation' || 'Execution'
) }}
opentelemetry
/
...
/
${{ format(
'{0} - {1}',
inputs.view == 'invocation' && 'Invocation' || 'Execution',
inputs.phase == 'short' && 'Short'
|| (inputs.phase == 'auto' && 'Daily'
|| (inputs.phase == 'launch' && 'Launch' || 'Check'))
) }}
opentelemetry
/
...
/
${{ format(
'{0} - {1}',
inputs.view == 'invocation' && 'Invocation' || 'Execution',
inputs.phase == 'short' && 'Short'
|| (inputs.phase == 'auto' && 'Daily'
|| (inputs.phase == 'launch' && 'Launch' || 'Check'))
) }}
Matrix: opentelemetry / Execution view / ${{ format(
'{0} - {1}',
inputs.suite == 'otel-invocation' && 'Invocation' || 'Execution',
matrix.backend == 'xray' && 'ADOT/X-Ray' || 'Community/Dash0'
) }}
Waiting for pending jobs
Matrix: opentelemetry / Invocation view / ${{ format(
'{0} - {1}',
inputs.suite == 'otel-invocation' && 'Invocation' || 'Execution',
matrix.backend == 'xray' && 'ADOT/X-Ray' || 'Community/Dash0'
) }}
Waiting for pending jobs