Skip to content

CI: Skip airbyte-ci version check in format_check, already a fresh binary install #37642

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 1 commit into from
Apr 26, 2024

Conversation

aaronsteers
Copy link
Collaborator

@aaronsteers aaronsteers commented Apr 26, 2024

What

Skip version check on CI format check.

This resolves an issue where checks immediately fail when a new version of airbyte-ci becomes available.

The problem is that the CLi is newer than what is on the branch.

Since the execution of airbyte-ci comes from the binary download, and because it does not depend on the local branch being up to date, we should not fail the check because the running version (binary download) is newer than the local branch version (not used anyway).

Lmk if I'm missing anything here.

Example PR affected by this now:

How

Review guide

User Impact

Can this PR be safely reverted and rolled back?

  • YES 💚
  • NO ❌

@aaronsteers aaronsteers requested a review from a team April 26, 2024 22:37
Copy link

vercel bot commented Apr 26, 2024

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

1 Ignored Deployment
Name Status Preview Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Apr 26, 2024 10:37pm

@aaronsteers aaronsteers changed the title skip version check (fresh install) CI: Skip airbyte-ci version check in format_check, already a fresh binary install Apr 26, 2024
@aaronsteers aaronsteers enabled auto-merge (squash) April 26, 2024 22:55
@aaronsteers aaronsteers merged commit ca9db8d into master Apr 26, 2024
31 checks passed
@aaronsteers aaronsteers deleted the aj/ci/skip-version-check-during-format-check branch April 26, 2024 23:36
@natikgadzhi
Copy link
Contributor

Oh, hello automerge.

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