Skip to content

fix: respect timeout_millis in BatchProcessor.force_flush #25

fix: respect timeout_millis in BatchProcessor.force_flush

fix: respect timeout_millis in BatchProcessor.force_flush #25

Workflow file for this run

name: Core Contrib Test
on:
push:
branches-ignore:
- 'release/*'
- 'otelbot/*'
pull_request:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
contrib_0:
uses: open-telemetry/opentelemetry-python-contrib/.github/workflows/core_contrib_test_0.yml@main

Check failure on line 19 in .github/workflows/contrib.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/contrib.yml

Invalid workflow file

error parsing called workflow ".github/workflows/contrib.yml" -> "open-telemetry/opentelemetry-python-contrib/.github/workflows/core_contrib_test_0.yml@main" : failed to fetch workflow: workflow was not found.
with:
CORE_REPO_SHA: ${{ github.sha }}
CONTRIB_REPO_SHA: ${{ github.event_name == 'pull_request' && (
contains(github.event.pull_request.labels.*.name, 'prepare-release') && github.event.pull_request.head.ref ||
contains(github.event.pull_request.labels.*.name, 'backport') && github.event.pull_request.base.ref ||
'main'
) || 'main' }}