From 933f4880e7b5f60190a4e5fc717f9308021d6c5a Mon Sep 17 00:00:00 2001 From: Ben Church Date: Wed, 2 Aug 2023 17:31:56 -0700 Subject: [PATCH] Update to airbyte-ci-internal --- .../metadata_service/orchestrator/orchestrator/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airbyte-ci/connectors/metadata_service/orchestrator/orchestrator/config.py b/airbyte-ci/connectors/metadata_service/orchestrator/orchestrator/config.py index 866c216906c6..71f19e3e8ab7 100644 --- a/airbyte-ci/connectors/metadata_service/orchestrator/orchestrator/config.py +++ b/airbyte-ci/connectors/metadata_service/orchestrator/orchestrator/config.py @@ -5,11 +5,11 @@ REGISTRIES_FOLDER = "registries/v0" REPORT_FOLDER = "generated_reports" -NIGHTLY_FOLDER = "airbyte-ci/connectors/test/nightly_builds/master" +NIGHTLY_FOLDER = "airbyte-ci-internal/connectors/test/nightly_builds/master" NIGHTLY_COMPLETE_REPORT_FILE_NAME = "complete.json" NIGHTLY_INDIVIDUAL_TEST_REPORT_FILE_NAME = "output.json" NIGHTLY_GHA_WORKFLOW_ID = "connector_nightly_builds_dagger.yml" -CI_TEST_REPORT_PREFIX = "airbyte-ci/connectors/test" +CI_TEST_REPORT_PREFIX = "airbyte-ci-internal/connectors/test" CI_MASTER_TEST_OUTPUT_REGEX = f".*master.*output.json$" CONNECTOR_REPO_NAME = "airbytehq/airbyte"