Skip to content

Commit

Permalink
Merge pull request #119 from lsst-ts/tickets/DM-43873
Browse files Browse the repository at this point in the history
Tickets/dm43873: Cycle37 updates
  • Loading branch information
rbovill authored May 31, 2024
2 parents ca81d1b + 4344ac6 commit 8206c0e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions doc/version-history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ v0.24.0
-------
* Added ESS:205 to the EAS state transition configurations.
* Added EPM:1 to the EAS state transition configurations.
* Added ESS:107, ESS:108, Scheduler:3 and ScriptQueue:3 CSCs
* Removed Authorize CSC.

v0.23.0
-------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
- [ESS:104, DISABLED]
- [ESS:105, DISABLED]
- [ESS:106, DISABLED]
- [ESS:107, DISABLED]
- [ESS:108, DISABLED]
- [ESS:201, DISABLED]
- [ESS:202, DISABLED]
- [ESS:203, DISABLED]
Expand Down Expand Up @@ -68,6 +70,8 @@
- [ESS:104, ENABLED]
- [ESS:105, ENABLED]
- [ESS:106, ENABLED]
- [ESS:107, ENABLED]
- [ESS:108, ENABLED]
- [ESS:201, ENABLED]
- [ESS:202, ENABLED]
- [ESS:203, ENABLED]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
data:
- [Scheduler:1, OFFLINE]
- [Scheduler:2, OFFLINE]
- [Scheduler:3, OFFLINE]
- [OCPS:1, OFFLINE]
"""
)
Expand All @@ -69,6 +70,8 @@
- [ESS:104, OFFLINE]
- [ESS:105, OFFLINE]
- [ESS:106, OFFLINE]
- [ESS:107, OFFLINE]
- [ESS:108, OFFLINE]
- [ESS:201, OFFLINE]
- [ESS:202, OFFLINE]
- [ESS:203, OFFLINE]
Expand All @@ -87,10 +90,10 @@
yaml_string = yaml.safe_load(
"""
data:
- [Authorize, OFFLINE]
- [Test:42, OFFLINE]
- [ScriptQueue:1, OFFLINE]
- [ScriptQueue:2, OFFLINE]
- [ScriptQueue:3, OFFLINE]
"""
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
data:
- [Scheduler:1, DISABLED]
- [Scheduler:2, DISABLED]
- [Scheduler:3, DISABLED]
- [OCPS:1, DISABLED]
- [Watcher, DISABLED]
"""
Expand All @@ -48,6 +49,7 @@
data:
- [Scheduler:1, ENABLED]
- [Scheduler:2, ENABLED]
- [Scheduler:3, ENABLED]
- [OCPS:1, ENABLED]
- [Watcher, ENABLED]
"""
Expand Down
1 change: 0 additions & 1 deletion python/lsst/ts/IntegrationTests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"ATPtg",
"ATSpectrograph",
"ATWhiteLight",
"Authorize",
"GCHeaderService",
"CCCamera",
"CCHeaderService",
Expand Down

0 comments on commit 8206c0e

Please sign in to comment.