Skip to content
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

airbyte-ci: fix nightly build binary #34022

Merged

Conversation

alafanechere
Copy link
Contributor

@alafanechere alafanechere commented Jan 8, 2024

What

Closes #34040

How

The airbyte-ci-binary-url input was introduced as a workflow dispatch input for manual testing purposes, without a default fallback on schedule.
We can remove this input as:

  • Nightly builds are meant to be scheduled, and not manually run
  • They should run using the latest binary
  • If we want to test an airbyte-ci change on this workflow the dev airbyte-ci version will be installed on the branch modifying airbyte-ci

Copy link

vercel bot commented Jan 8, 2024

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

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview Jan 8, 2024 8:53pm

Copy link
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @alafanechere and the rest of your teammates on Graphite Graphite

@alafanechere alafanechere marked this pull request as ready for review January 9, 2024 08:07
@alafanechere alafanechere requested a review from a team January 9, 2024 10:43
Copy link
Contributor

@erohmensing erohmensing left a comment

Choose a reason for hiding this comment

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

Had to dig a little bit to understand this, but now it makes sense - inputs is only available on the workflow_dispatch trigger and not on the cron trigger. Instead we won't set it, since this will call the ./.github/actions/run-dagger-pipeline action which already has it as an optional input with a default (since it is an action, the default will actually be filled) - sort of confusing how these are ever so slightly different

@alafanechere alafanechere merged commit 3cb1f1e into master Jan 9, 2024
22 of 23 checks passed
@alafanechere alafanechere deleted the augustin/01-08-airbyte-ci_fix_nightly_build_binary branch January 9, 2024 16:51
jatinyadav-cc pushed a commit to ollionorg/datapipes-airbyte that referenced this pull request Feb 26, 2024
jatinyadav-cc pushed a commit to ollionorg/datapipes-airbyte that referenced this pull request Feb 26, 2024
jatinyadav-cc pushed a commit to ollionorg/datapipes-airbyte that referenced this pull request Feb 26, 2024
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.

airbyte-ci: nightly builds are not running because binary url is null
2 participants