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: reduce required env var when running in CI #37765

Conversation

alafanechere
Copy link
Contributor

@alafanechere alafanechere commented May 2, 2024

To run "early CI" on community PR we have to make some env vars with secret values optionals.

This PR removes the requirement for the following env vars in CI:

  • GCP_GSM_CREDENTIALS
  • CI_REPORT_BUCKET_NAME

If CI_REPORT_BUCKET_NAME is not set reports will simply not be uploaded to GCS, which is fine as they are attached as artifacts to worfklow runs.

If GCP_GSM_CREDENTIALS is not set the test pipeline won't be able to fetch our sandbox credentials. Which is fine in "early CI" as we're not running steps that require secret access.

Copy link

vercel bot commented May 2, 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 May 2, 2024 2:27pm

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 force-pushed the augustin/05-02-airbyte-ci_reduce_required_env_var_when_running_in_CI branch 2 times, most recently from 0a76d2f to 9c533f2 Compare May 2, 2024 14:06
@alafanechere alafanechere force-pushed the augustin/05-02-airbyte-ci_reduce_required_env_var_when_running_in_CI branch from 9c533f2 to 5329b0b Compare May 2, 2024 14:27
@alafanechere alafanechere marked this pull request as ready for review May 2, 2024 14:35
@alafanechere alafanechere requested a review from a team as a code owner May 2, 2024 14:35
@alafanechere alafanechere merged commit 8665eaf into master May 2, 2024
36 checks passed
@alafanechere alafanechere deleted the augustin/05-02-airbyte-ci_reduce_required_env_var_when_running_in_CI branch May 2, 2024 15:25
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.

None yet

1 participant