Skip to content

Commit

Permalink
Branch was auto-updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
sa-github-api authored Aug 8, 2024
2 parents 2fb8690 + f3e5005 commit dbf1575
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion release-controller/release_notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ def get_guestos_packages_with_bazel(ic_repo: GitRepo):
"""Get the packages that are related to the GuestOS image using Bazel."""
guestos_packages_all = bazel_query(
ic_repo,
"deps(//ic-os/guestos/envs/prod:update-img.tar.gz) union deps(//ic-os/setupos/envs/prod:disk-img.tar.gz)",
"deps(//ic-os/guestos/envs/prod:update-img.tar.gz) union deps(//ic-os/setupos/envs/prod:disk-img.tar.zst)",
)
guestos_packages_filtered = [
p for p in guestos_packages_all if not any(re.match(f, p) for f in EXCLUDE_PACKAGES_FILTERS)
Expand Down
Loading

0 comments on commit dbf1575

Please sign in to comment.