Skip to content

Commit a32e94e

Browse files
authored
community-ci: support regression tests on forks (#44813)
1 parent ac2dd23 commit a32e94e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/actions/run-airbyte-ci/action.yml

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ inputs:
3434
description: "GCP credentials for GCP Secret Manager"
3535
required: false
3636
default: ""
37+
gcp_integration_tester_credentials:
38+
description: "GCP credentials for integration tests"
39+
required: false
40+
default: ""
3741
git_repo_url:
3842
description: "Git repository URL"
3943
default: https://github.com/airbytehq/airbyte.git

.github/workflows/community_ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -230,11 +230,12 @@ jobs:
230230
docker_hub_password: ${{ secrets.DOCKER_HUB_PASSWORD }}
231231
docker_hub_username: ${{ secrets.DOCKER_HUB_USERNAME }}
232232
gcp_gsm_credentials: ${{ secrets.GCP_GSM_CREDENTIALS }}
233+
gcp_integration_tester_credentials: ${{ secrets.GCLOUD_INTEGRATION_TESTER }}
233234
sentry_dsn: ${{ secrets.SENTRY_AIRBYTE_CI_DSN }}
234235
git_repo_url: ${{ github.event.pull_request.head.repo.clone_url }}
235236
git_branch: ${{ github.head_ref }}
236237
git_revision: ${{ github.event.pull_request.head.sha }}
237-
github_token: ${{ github.token }}
238+
github_token: ${{ secrets.GH_PAT_MAINTENANCE_OSS }}
238239
s3_build_cache_access_key_id: ${{ secrets.SELF_RUNNER_AWS_ACCESS_KEY_ID }}
239240
s3_build_cache_secret_key: ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
240241
subcommand: "connectors --modified test"

airbyte-integrations/connectors/source-faker/metadata.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ data:
5555
connectorTestSuitesOptions:
5656
- suite: liveTests
5757
testConnections:
58-
- name: faker_ben_test_config_dev_null
59-
id: 64b8f520-d7c1-4328-9451-c88ce03fc771
6058
- name: faker_config_dev_null
6159
id: 73abc3a9-3fea-4e7c-b58d-2c8236464a95
6260
- suite: unitTests

0 commit comments

Comments
 (0)