File tree 3 files changed +6
-3
lines changed
airbyte-integrations/connectors/source-faker
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,10 @@ inputs:
34
34
description : " GCP credentials for GCP Secret Manager"
35
35
required : false
36
36
default : " "
37
+ gcp_integration_tester_credentials :
38
+ description : " GCP credentials for integration tests"
39
+ required : false
40
+ default : " "
37
41
git_repo_url :
38
42
description : " Git repository URL"
39
43
default : https://github.com/airbytehq/airbyte.git
Original file line number Diff line number Diff line change @@ -230,11 +230,12 @@ jobs:
230
230
docker_hub_password : ${{ secrets.DOCKER_HUB_PASSWORD }}
231
231
docker_hub_username : ${{ secrets.DOCKER_HUB_USERNAME }}
232
232
gcp_gsm_credentials : ${{ secrets.GCP_GSM_CREDENTIALS }}
233
+ gcp_integration_tester_credentials : ${{ secrets.GCLOUD_INTEGRATION_TESTER }}
233
234
sentry_dsn : ${{ secrets.SENTRY_AIRBYTE_CI_DSN }}
234
235
git_repo_url : ${{ github.event.pull_request.head.repo.clone_url }}
235
236
git_branch : ${{ github.head_ref }}
236
237
git_revision : ${{ github.event.pull_request.head.sha }}
237
- github_token : ${{ github.token }}
238
+ github_token : ${{ secrets.GH_PAT_MAINTENANCE_OSS }}
238
239
s3_build_cache_access_key_id : ${{ secrets.SELF_RUNNER_AWS_ACCESS_KEY_ID }}
239
240
s3_build_cache_secret_key : ${{ secrets.SELF_RUNNER_AWS_SECRET_ACCESS_KEY }}
240
241
subcommand : " connectors --modified test"
Original file line number Diff line number Diff line change 55
55
connectorTestSuitesOptions :
56
56
- suite : liveTests
57
57
testConnections :
58
- - name : faker_ben_test_config_dev_null
59
- id : 64b8f520-d7c1-4328-9451-c88ce03fc771
60
58
- name : faker_config_dev_null
61
59
id : 73abc3a9-3fea-4e7c-b58d-2c8236464a95
62
60
- suite : unitTests
You can’t perform that action at this time.
0 commit comments