mirror of
https://github.com/temporalio/temporal.git
synced 2026-08-30 18:41:49 -07:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user