[refactor] Return start and end timestamps from FindTraceIDs in v2 remote storage api #1891
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: E2E Tests | |
on: | |
merge_group: | |
push: | |
branches: [main] | |
pull_request: | |
branches: [main] | |
concurrency: | |
group: combined-cit-${{ github.workflow }}-${{ (github.event.pull_request && github.event.pull_request.number) || github.ref || github.run_id }} | |
cancel-in-progress: true | |
permissions: | |
contents: read | |
jobs: | |
badger: | |
uses: ./.github/workflows/ci-e2e-badger.yaml | |
cassandra: | |
uses: ./.github/workflows/ci-e2e-cassandra.yml | |
elasticsearch: | |
uses: ./.github/workflows/ci-e2e-elasticsearch.yml | |
grpc: | |
uses: ./.github/workflows/ci-e2e-grpc.yml | |
kafka: | |
uses: ./.github/workflows/ci-e2e-kafka.yml | |
memory: | |
uses: ./.github/workflows/ci-e2e-memory.yaml | |
opensearch: | |
uses: ./.github/workflows/ci-e2e-opensearch.yml | |