ARM runners for all database setups (#9312)

## What changed?

Use only ARM runners for running tests.

## Why?

They are faster and cheaper and are available faster.

<img width="390" height="249" alt="Screenshot 2026-02-12 at 8 02 58 PM"
src="https://github.com/user-attachments/assets/0de5865e-971a-4d7c-8dd1-a57860412f12"
/>

## How did you test it?
- [ ] built
- [ ] run locally and tested manually
- [x] covered by existing tests
- [ ] added new unit test(s)
- [ ] added new functional test(s)

Tested explicitly on all databases.
This commit is contained in:
Stephan Behnke
2026-02-13 14:17:20 -08:00
committed by GitHub
parent dab5283e83
commit a4e21187d7
2 changed files with 6 additions and 19 deletions

View File

@@ -44,7 +44,7 @@ services:
- ES_JAVA_OPTS=-Xms1g -Xmx1g
elasticsearch8:
image: elasticsearch:8.0.0
image: elasticsearch:8.5.0
ports:
- "9200:9200"
environment: