Skip to content

Commit

Permalink
[uss_qualifier] Add execution control (#292)
Browse files Browse the repository at this point in the history
* Add execution control

* Fix behavior with missing execution specification 7fb0ef7
  • Loading branch information
github-actions[bot] committed Oct 30, 2023
1 parent a557214 commit c02d1d4
Show file tree
Hide file tree
Showing 131 changed files with 34,138 additions and 34,114 deletions.
2 changes: 1 addition & 1 deletion artifacts/uss_qualifier/reports/dss_probing/report.json

Large diffs are not rendered by default.

1,112 changes: 556 additions & 556 deletions artifacts/uss_qualifier/reports/dss_probing/requirements/uss1.html

Large diffs are not rendered by default.

1,112 changes: 556 additions & 556 deletions artifacts/uss_qualifier/reports/dss_probing/requirements/uss2.html

Large diffs are not rendered by default.

22 changes: 13 additions & 9 deletions artifacts/uss_qualifier/reports/dss_probing/sequence/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>TR-b1d3117 sequence view</title>
<title>TR-8cd1e75 sequence view</title>
<style>
body {
margin: 0;
Expand Down Expand Up @@ -45,6 +45,10 @@
h2 {
margin-block-end: 0.1em;
}
p {
margin-top: 0.1em;
margin-bottom: 0.1em;
}
.sticky_cell_value {
position: sticky;
top: 40px;
Expand Down Expand Up @@ -103,31 +107,31 @@ <h1>Sequence view of uss_qualifier test run</h1>
</tr>
<tr>
<td>Test run identifier</td>
<td>TR-b1d3117</td>
<td>TR-8cd1e75</td>
</tr>
<tr>
<td>Start time</td>
<td>2023-10-28 20:07:23 UTC</td>
<td>2023-10-30 13:36:36 UTC</td>
</tr>
<tr>
<td>End time</td>
<td>2023-10-28 20:08:30 UTC</td>
<td>2023-10-30 13:37:41 UTC</td>
</tr>
<tr>
<td>Test baseline identifier</td>
<td>TB-81163ae</td>
<td>TB-ec96f23</td>
</tr>
<tr>
<td>Environment identifier</td>
<td>TE-3836708</td>
</tr>
<tr>
<td>Codebase version</td>
<td>interuss/monitoring/v0.0.0-9ca9031</td>
<td>interuss/monitoring/v0.0.0-7fb0ef7</td>
</tr>
<tr>
<td>Commit hash</td>
<td>9ca90318d5dc9cb90d138282dd56e443093689a7</td>
<td>7fb0ef7d634a751539438f2c5524512b42785e02</td>
</tr>
</table>
</div>
Expand Down Expand Up @@ -649,7 +653,7 @@ <h2>Scenarios executed</h2>
<td></td>
<td></td>
<td>
0:01
0:00
</td>
</tr>
<tr>
Expand Down Expand Up @@ -784,7 +788,7 @@ <h2>Scenarios executed</h2>
<td></td>
<td></td>
<td>
0:01
0:00
</td>
</tr>
<tr>
Expand Down
314 changes: 157 additions & 157 deletions artifacts/uss_qualifier/reports/dss_probing/sequence/s1.html

Large diffs are not rendered by default.

768 changes: 384 additions & 384 deletions artifacts/uss_qualifier/reports/dss_probing/sequence/s10.html

Large diffs are not rendered by default.

726 changes: 363 additions & 363 deletions artifacts/uss_qualifier/reports/dss_probing/sequence/s11.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
</head>
<body>
<div>
<h2><a href="https://github.com/interuss/monitoring/blob/9ca90318d5dc9cb90d138282dd56e443093689a7/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/crdb_access.md">ASTM NetRID DSS: Direct CRDB access</a></h2>
<h2><a href="https://github.com/interuss/monitoring/blob/7fb0ef7d634a751539438f2c5524512b42785e02/monitoring/uss_qualifier/scenarios/astm/netrid/v19/dss/crdb_access.md">ASTM NetRID DSS: Direct CRDB access</a></h2>
<h3>scenarios.astm.netrid.v19.dss.CRDBAccess</h3>
<table>
<tr class="header_row">
Expand Down
330 changes: 165 additions & 165 deletions artifacts/uss_qualifier/reports/dss_probing/sequence/s13.html

Large diffs are not rendered by default.

Loading

0 comments on commit c02d1d4

Please sign in to comment.