There's an unknown.jsonl being uploaded to the logs runs on the CI for master. This comes from an e2e job not being properly identified by the getJobName function in the e2e utils:
We should figure out where it's coming from and fix the job name. Note that this doesn't picked up for the benchmark aggregation, so it's not an issue when it comes to benchmark results.
There's an
unknown.jsonl
being uploaded to thelogs
runs on the CI for master. This comes from an e2e job not being properly identified by thegetJobName
function in the e2e utils:https://github.com/AztecProtocol/aztec-packages/blob/40453d191c56a69b4c27924b9d9956d203456957/yarn-project/end-to-end/src/fixtures/utils.ts#L321-L323
We should figure out where it's coming from and fix the job name. Note that this doesn't picked up for the benchmark aggregation, so it's not an issue when it comes to benchmark results.