Skip to content

Commit

Permalink
Merge pull request #889 from lsst-ts/tickets/DM-45686
Browse files Browse the repository at this point in the history
DM-45686: Add support for test execution metadata to script and block execution.
  • Loading branch information
tribeiro authored Aug 15, 2024
2 parents 0189c80 + 4bbcd6d commit 24bb115
Show file tree
Hide file tree
Showing 8 changed files with 42 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/news/interface_changes/DM-45686.scheduler.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add support for execution id.
1 change: 1 addition & 0 deletions doc/news/interface_changes/DM-45686.script.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add support for execution id.
1 change: 1 addition & 0 deletions doc/news/interface_changes/DM-45686.scriptqueue.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add support for execution id.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@
<Units>unitless</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>executionId</EFDB_Name>
<Description>ID generated by the OCS for the block execution.</Description>
<IDL_Type>string</IDL_Type>
<IDL_Size>1</IDL_Size>
<Units>unitless</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>override</EFDB_Name>
<Description>Override information in the block with those provided here.</Description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@
<Units>unitless</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>executionId</EFDB_Name>
<Description>ID generated by the OCS when running a script as part of a test execution (optional).</Description>
<IDL_Type>string</IDL_Type>
<IDL_Size>1</IDL_Size>
<Units>unitless</Units>
<Count>1</Count>
</item>
</SALCommand>
<SALCommand>
<Subsystem>Script</Subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,5 +223,13 @@
<Units>unitless</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>executionId</EFDB_Name>
<Description>ID generated by the OCS when running a script as part of a test execution (optional).</Description>
<IDL_Type>string</IDL_Type>
<IDL_Size>1</IDL_Size>
<Units>unitless</Units>
<Count>1</Count>
</item>
</SALEvent>
</SALEventSet>
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,13 @@
<Units>unitless</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>executionId</EFDB_Name>
<Description>The script execution ID. This is a metadata generated by the OCS when running a script as part of a test execution.</Description>
<IDL_Type>string</IDL_Type>
<Units>unitless</Units>
<Count>1</Count>
</item>
</SALCommand>
<SALCommand>
<Subsystem>ScriptQueue</Subsystem>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,14 @@
<Units>unitless</Units>
<Count>1</Count>
</item>
<item>
<EFDB_Name>executionId</EFDB_Name>
<Description>ID generated by the OCS when running a script as part of a test execution (optional).</Description>
<IDL_Type>string</IDL_Type>
<IDL_Size>1</IDL_Size>
<Units>unitless</Units>
<Count>1</Count>
</item>
</SALEvent>
<SALEvent>
<Subsystem>ScriptQueue</Subsystem>
Expand Down

0 comments on commit 24bb115

Please sign in to comment.