Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

chore: Cleanup kokoro artifacts at end of build #1462

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 2 commits into from
Mar 10, 2025

Conversation

TrevorBergeron
Copy link
Contributor

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕

@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. labels Mar 6, 2025
@TrevorBergeron TrevorBergeron requested a review from tswast March 6, 2025 04:46
@TrevorBergeron TrevorBergeron marked this pull request as ready for review March 6, 2025 04:46
@TrevorBergeron TrevorBergeron requested review from a team as code owners March 6, 2025 04:46
@@ -50,3 +50,6 @@ if [[ -n "${NOX_SESSION:-}" ]]; then
else
python3 -m nox --stop-on-first-error
fi

# Prevent kokoro from trying to collect many mb of artifacts, wasting several minutes
sudo rm -rf "${KOKORO_ARTIFACTS_DIR?}"/*
Copy link
Collaborator

Choose a reason for hiding this comment

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

I worry that this might break the release build. Could you check?

Also, I recall there is a https://github.com/googleapis/repo-automation-bots/tree/main/packages/flakybot that could use these to automatically file issues for which specific tests are being flaky. It was in the list of TODOs when we first setup the repo, but I don't think we ever got around to setting it up.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

From what I can see, release build uses release.sh for its build file. Flakybot seems to be independent of post-build artifact collection, and is only invoked from samples tests it seems.

@TrevorBergeron TrevorBergeron requested a review from tswast March 7, 2025 02:13
@TrevorBergeron TrevorBergeron merged commit 8bba8df into main Mar 10, 2025
22 of 23 checks passed
@TrevorBergeron TrevorBergeron deleted the clean_build_artifacts branch March 10, 2025 21:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery-dataframes API. size: xs Pull request size is extra small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.