mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-18 12:08:19 +00:00
207919f5eb
## Problem While adding new test results format, I've also changed the way we upload Allure reports to S3 (https://github.com/neondatabase/neon/pull/4549/commits/722c7956bb932b639759f41f49aadb6115ef2179) to avoid duplicated results from previous runs. But it broke links at earlier results (results are still available but on different URLs). This PR fixes this (by reverting logic in https://github.com/neondatabase/neon/pull/4549/commits/722c7956bb932b639759f41f49aadb6115ef2179 changes), and moves the logic for storing test results into db to allure generate step. It allows us to avoid test results duplicates in the db and saves some time on extra s3 downloads that happened in a different job before the PR. Ref https://neondb.slack.com/archives/C059ZC138NR/p1691669522160229 ## Summary of changes - Move test results storing logic from a workflow to `actions/allure-report-generate`