Commit 6806919
MAINT Publish the backend log from the shared test jobs
The end-to-end tests launch pyrit_backend through ServerLauncher, which writes
the server log to a file in the system temp directory and then discards it when
the agent is torn down. A failing job therefore reports only the client side of
the failure, so a backend that is alive but unresponsive is indistinguishable
from one that never started.
Collect that log and publish it as a pipeline artifact, following the pattern
already used by adversarial-benchmark.yml. The collection step tolerates a
missing file so the jobs that do not launch a backend are unaffected, and the
publish step is skipped entirely when no log was found.1 parent 2369bc9 commit 6806919
1 file changed
Lines changed: 33 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
132 | 165 | | |
133 | 166 | | |
134 | 167 | | |
| |||
0 commit comments