Skip to content

Commit 59d1ae4

Browse files
authored
Merge pull request #102 from lsst/tickets/DM-53844
DM-53844: v30 release notes
2 parents 95f9fb5 + 14d2892 commit 59d1ae4

9 files changed

Lines changed: 22 additions & 8 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ jobs:
6363
token: ${{ secrets.CODECOV_TOKEN }}
6464
- name: Upload test results to Codecov
6565
if: ${{ !cancelled() }}
66-
uses: codecov/test-results-action@v1
66+
uses: codecov/codecov-action@v5
6767
with:
68+
report_type: test_results
6869
token: ${{ secrets.CODECOV_TOKEN }}
6970

7071
pypi:

doc/changes/DM-48912.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changes/DM-50973.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changes/DM-52283.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changes/DM-52454.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changes/DM-52585.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changes/DM-52866.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/changes/DM-52999.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/lsst.ctrl.bps.panda/CHANGES.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
lsst-ctrl-bps-panda v30.0.0 (2026-01-16)
2+
========================================
3+
4+
New Features
5+
------------
6+
7+
- Added refresh function in panda_auth (`DM-48912 <https://rubinobs.atlassian.net/browse/DM-48912>`_)
8+
- Now use job name to map the quantum nodes (`DM-50973 <https://rubinobs.atlassian.net/browse/DM-50973>`_)
9+
- Support different maxPayloadsPerPandaJob for different ES tasks (`DM-52454 <https://rubinobs.atlassian.net/browse/DM-52454>`_)
10+
- Added parts to set task dependency (`DM-52585 <https://rubinobs.atlassian.net/browse/DM-52585>`_)
11+
- Updated ``bps report`` function to aggregate panda task slices into task labels (`DM-52866 <https://rubinobs.atlassian.net/browse/DM-52866>`_)
12+
- Now split huge a workflow into smaller steps (`DM-52999 <https://rubinobs.atlassian.net/browse/DM-52999>`_)
13+
14+
15+
Bug Fixes
16+
---------
17+
18+
- Fixed the ``order_id`` for ``EventService`` (``EventService`` requires the ``order_id`` to be continuous. When a big task is split to multiple tasks, the ``order_id`` was not continuous) (`DM-52283 <https://rubinobs.atlassian.net/browse/DM-52283>`_)
19+
20+
121
lsst-ctrl-bps-panda v29.1.0 (2025-06-13)
222
========================================
323

0 commit comments

Comments
 (0)