Skip to content

Conversation

@inlined
Copy link
Member

@inlined inlined commented Feb 8, 2024

  1. Fixes issue where the --branch param on builds:create is ignored
  2. Fixes issue where the build ID uses day of week instead of day of month

@inlined inlined requested a review from bkendall February 8, 2024 00:29
@codecov-commenter
Copy link

codecov-commenter commented Feb 8, 2024

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 54.31%. Comparing base (a4abfa5) to head (40a545d).
⚠️ Report is 1447 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #6754   +/-   ##
=======================================
  Coverage   54.31%   54.31%           
=======================================
  Files         349      349           
  Lines       24283    24283           
  Branches     5021     5021           
=======================================
  Hits        13190    13190           
  Misses       9888     9888           
  Partials     1205     1205           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

(options.buildId as string) ||
(await apphosting.getNextRolloutId(projectId, location, backendId));
const branch = options.branch as string;
const branch = (options.branch as string | undefined) ?? "main";
Copy link
Contributor

Choose a reason for hiding this comment

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

A really neat improvement to this would be to see if they have a RolloutPolicy and pull the "default" branch from there. But that can come later.

Copy link
Member Author

Choose a reason for hiding this comment

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

File a bug and assign it to me. I agree that would be much better, but IIRC rollouts is still an "internal tool" that hasn't gone through API review.

@inlined inlined merged commit 0d975e3 into master Feb 9, 2024
@inlined inlined deleted the inlined.build-id-fix branch February 9, 2024 00:35
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.

3 participants