neondatabase / neon

Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero.
https://neon.tech
Apache License 2.0
13.18k stars 367 forks source link

CI: Use `runner.arch` in cache keys along with `runner.os` #8175

Closed bayandin closed 1 day ago

bayandin commented 2 days ago

Problem

Cache keys that we use on CI are the same for X64 and ARM64 (runner.arch)

Summary of changes

Checklist before requesting a review

Checklist before merging

github-actions[bot] commented 2 days ago

2934 tests run: 2817 passed, 0 failed, 117 skipped (full report)


Flaky tests (1) #### Postgres 14 - `test_location_conf_churn[3]`: [debug](https://neon-github-public-dev.s3.amazonaws.com/reports/pr-8175/9686364317/index.html#suites/231aea51ea102d83d3dae52232693454/8d47f4f23ff56ee/retries)

Code coverage* (full report)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
5187d4b6d9cfe1c429baf0147b0578521d04e1ed at 2024-06-26T21:50:42.668Z :recycle: