Skip to content

airbyte-ci: add and adopt AIRBYTE_GITHUB_REPO env var #41642

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

Merged
merged 3 commits into from
Jul 11, 2024

Conversation

postamar
Copy link
Contributor

@postamar postamar commented Jul 11, 2024

What

This env var makes it possible to run airbyte-ci for a repo that's not airbytehq/airbyte.

How

Replaces all hardcoded instances of "airbytehq/airbyte".

User Impact

None

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

Copy link

vercel bot commented Jul 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview Jul 11, 2024 6:39pm

@postamar postamar force-pushed the postamar/airbyte-ci-more-enterprise-fixes branch from 6209114 to ae88e8a Compare July 11, 2024 18:32
@postamar postamar changed the title airbyte-ci: add and adopt AIRBYTE_REPO_NAME env var airbyte-ci: add and adopt AIRBYTE_GITHUB_REPO env var Jul 11, 2024
@postamar postamar force-pushed the postamar/airbyte-ci-more-enterprise-fixes branch from ae88e8a to 34bc0f3 Compare July 11, 2024 18:34
@postamar postamar marked this pull request as ready for review July 11, 2024 19:03
@postamar postamar requested a review from bnchrch July 11, 2024 19:04
Copy link
Contributor

@bnchrch bnchrch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Straight forward from a code perspective.

Approved from Alberta

glen-powell-cowboy-hat-twisters-hat-tip-gif

@@ -50,7 +52,7 @@ def should_run(self) -> bool:

@property
def github_master_metadata_url(self) -> str:
return f"{self.GITHUB_URL_PREFIX_FOR_CONNECTORS}/{self.context.connector.technical_name}/{METADATA_FILE_NAME}"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💎 This makes me happy

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This -> The removal of self

@postamar postamar merged commit c97cdb0 into master Jul 11, 2024
37 checks passed
@postamar postamar deleted the postamar/airbyte-ci-more-enterprise-fixes branch July 11, 2024 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants