Anastasiya 6c38a500e7
chore(@e2e): don't rely on build number env var when generating port number (#17076)
* chore(@ci): rename linux nix stage

* chore(@e2e): fix the port generation logic

* ci: only use hosts with Xcode 15.x

---------

Co-authored-by: Siddarth Kumar <siddarthkay@gmail.com>
2025-01-16 13:52:56 +05:30

6 lines
150 B
Python

import os
AUT_PORT = 61500 + int(os.getenv('EXECUTOR_NUMBER', 0))
SERVER_PORT = 4322 + int(os.getenv('EXECUTOR_NUMBER', 0))
CURSOR_ANIMATION = False