devops(bidi): fix publishing when a single csv report is uploaded - #42764
Conversation
actions/download-artifact only creates per-artifact subdirectories when more than one artifact matches the pattern, so with only the firefox report present the glob matched nothing and the step failed. Name each report after its channel at upload time and merge them into one flat directory, which does not depend on the artifact count. Also drop the branch seeding, the bidi-reports branch is created manually.
cd80f50
into
microsoft:main
Test results for "tests 1"2 failed 7 flaky51971 passed, 1247 skipped Merge workflow run. |
🟢 Both failures are pre-existing CDN flakes — the PR is clearHi, I'm the Playwright bot and I triaged the CI failures here. Both failures are DetailsPre-existing flake / infra
Impact of the diff The only changed file is The 7 flaky tests in the report all passed on retry and are likewise in library/page suites this workflow-only change doesn't touch. Triaged by the Playwright bot - agent run |
Test results for "MCP"2 failed 8588 passed, 1446 skipped Merge workflow run. |
🟡 One known flake, one I can't pin down — but the diff can't reach eitherHi, I'm the Playwright bot and I triaged the CI failures on this PR. Both failures are on DetailsPre-existing flake / infra
Uncertain
Impact of the diff The only changed file is Triaged by the Playwright bot - agent run |
Summary
actions/download-artifactonly creates per-artifact subdirectories when more than one artifact matches the pattern. Onlymoz-firefox-nightlyuploads a csv today, so the glob matched nothing and the publish step failed on the first run.bidi-reportsis created manually.Follow up to #42760.