Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression tests GHA: remove defaults #37689

Merged
merged 2 commits into from
Apr 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/regression_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ on:
inputs:
connector_name:
description: "Connector name (e.g. source-faker)"
default: "source-s3"
required: true
connection_id:
description: "ID of the connection to test"
default: "06c4ea16-b57d-4ca5-8adb-36414e350be0"
required: true
pr_url:
description: "URL of the PR containing the code change"
default: "none"
required: true

jobs:
regression_tests:
Expand Down
3 changes: 1 addition & 2 deletions airbyte-ci/connectors/live-tests/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ pydash = "~=7.0.7"
docker = ">=6,<7"
asyncclick = "^8.1.7.1"
# TODO: when this is open-sourced, don't require connection-retriever
# TODO: get rid of rev when https://github.com/airbytehq/airbyte-platform-internal/pull/12286 is merged
connection-retriever = {git = "[email protected]:airbytehq/airbyte-platform-internal", subdirectory = "tools/connection-retriever", rev = "catherine/connection-retriever-proxy"}
connection-retriever = {git = "[email protected]:airbytehq/airbyte-platform-internal", subdirectory = "tools/connection-retriever"}
duckdb = "^0.10.0"
pandas = "^2.2.1"
pytest-sugar = "^1.0.0"
Expand Down
Loading