Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Each section from every release note are combined when the
# CHANGELOG.rst is rendered. So the text needs to be worded so that
# it does not depend on any information only available in another
# section. This may mean repeating some details, but each section
# must be readable independently of the other.
#
# Each section note must be formatted as reStructuredText.
---
fixes:
- |
Adds the tasks/agent.py file to the list of files used to
compute the global omnibus cache.
1 change: 1 addition & 0 deletions tasks/libs/common/omnibus.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ def omnibus_compute_cache_key(ctx, env: dict[str, str]) -> str:
'omnibus/python-scripts',
'omnibus/resources',
'omnibus/omnibus.rb',
'tasks/agent.py',
'deps',
'bazel',
],
Expand Down
Loading