Skip to content

Connector Performance Harness Cron #5

Connector Performance Harness Cron

Connector Performance Harness Cron #5

name: Connector Performance Harness Cron
on:
workflow_dispatch:
inputs:
test:
description: might not be needed.
default: "test"
jobs:
postgres-1m-run:
uses: ./.github/workflows/connector-performance-command.yml

Check failure on line 11 in .github/workflows/connector-performance-cron.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/connector-performance-cron.yml

Invalid workflow file

error parsing called workflow ".github/workflows/connector-performance-cron.yml" -> "./.github/workflows/connector-performance-command.yml" (source branch with sha:4f39d5759e9cc3696c44ac8b49c31ee6ba85b919) : workflow is not reusable as it is missing a `on.workflow_call` trigger
with:
connector: connectors/source-postgres
dataset: 1m
postgres-10m-run:
uses: ./.github/workflows/connector-performance-command.yml
with:
connector: connectors/source-postgres
dataset: 10m
postgres-20m-run:
uses: ./.github/workflows/connector-performance-command.yml
with:
connector: connectors/source-postgres
dataset: 20m
mysql-1m-run:
uses: ./.github/workflows/connector-performance-command.yml
with:
connector: connectors/source-mysql
dataset: 1m
mysql-10m-run:
uses: ./.github/workflows/connector-performance-command.yml
with:
connector: connectors/source-mysql
dataset: 10m
mysql-20m-run:
uses: ./.github/workflows/connector-performance-command.yml
with:
connector: connectors/source-mysql
dataset: 20m