Skip to content

Reduce CI duration by modifying e2e test execution strategy #419

Reduce CI duration by modifying e2e test execution strategy

Reduce CI duration by modifying e2e test execution strategy #419

Workflow file for this run

name: E2E Tests
on:
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

Check failure on line 37 in .github/workflows/ci-e2e-all.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci-e2e-all.yml

Invalid workflow file

error parsing called workflow ".github/workflows/ci-e2e-all.yml" -> "./.github/workflows/ci-e2e-opensearch.yml" : Invalid type for `on`