Skip to content

Commit 8901f55

Browse files
authored
Regression tests GHA: remove defaults (#37689)
1 parent e27fda2 commit 8901f55

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/regression_tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ on:
1616
inputs:
1717
connector_name:
1818
description: "Connector name (e.g. source-faker)"
19-
default: "source-s3"
19+
required: true
2020
connection_id:
2121
description: "ID of the connection to test"
22-
default: "06c4ea16-b57d-4ca5-8adb-36414e350be0"
22+
required: true
2323
pr_url:
2424
description: "URL of the PR containing the code change"
25-
default: "none"
25+
required: true
2626

2727
jobs:
2828
regression_tests:

airbyte-ci/connectors/live-tests/pyproject.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ pydash = "~=7.0.7"
2727
docker = ">=6,<7"
2828
asyncclick = "^8.1.7.1"
2929
# TODO: when this is open-sourced, don't require connection-retriever
30-
# TODO: get rid of rev when https://github.com/airbytehq/airbyte-platform-internal/pull/12286 is merged
31-
connection-retriever = {git = "[email protected]:airbytehq/airbyte-platform-internal", subdirectory = "tools/connection-retriever", rev = "catherine/connection-retriever-proxy"}
30+
connection-retriever = {git = "[email protected]:airbytehq/airbyte-platform-internal", subdirectory = "tools/connection-retriever"}
3231
duckdb = "^0.10.0"
3332
pandas = "^2.2.1"
3433
pytest-sugar = "^1.0.0"

0 commit comments

Comments
 (0)