Skip to content

Connector Performance Harness Cron #9

Connector Performance Harness Cron

Connector Performance Harness Cron #9

name: Connector Performance Harness Cron
on: workflow_dispatch
jobs:
postgres-1m-run:
uses: ./.github/workflows/connector-performance-command.yml
with:
connector: connectors/source-postgres
dataset: 1m
repo: "airbytehq/airbyte"

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

View workflow run for this annotation

GitHub Actions / Connector Performance Harness Cron

Invalid workflow file

The workflow is not valid. .github/workflows/connector-performance-cron.yml (Line: 10, Col: 13): Invalid input, repo is not defined in the referenced workflow. .github/workflows/connector-performance-cron.yml (Line: 11, Col: 15): Invalid input, gitref is not defined in the referenced workflow.
gitref: master
uuid: ""
postgres-10m-run:
uses: ./.github/workflows/connector-performance-command.yml
with:
connector: connectors/source-postgres
dataset: 10m
repo: "airbytehq/airbyte"
gitref: master
uuid: ""
postgres-20m-run:
uses: ./.github/workflows/connector-performance-command.yml
with:
connector: connectors/source-postgres
dataset: 20m
repo: "airbytehq/airbyte"
gitref: master
uuid: ""
mysql-1m-run:
uses: ./.github/workflows/connector-performance-command.yml
with:
connector: connectors/source-mysql
dataset: 1m
repo: "airbytehq/airbyte"
gitref: master
uuid: ""
mysql-10m-run:
uses: ./.github/workflows/connector-performance-command.yml
with:
connector: connectors/source-mysql
dataset: 10m
repo: "airbytehq/airbyte"
gitref: master
uuid: ""
mysql-20m-run:
uses: ./.github/workflows/connector-performance-command.yml
with:
connector: connectors/source-mysql
dataset: 20m
repo: "airbytehq/airbyte"
gitref: master
uuid: ""