forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci/roachtest: fix ssh key gen in private roachtest nightly
Public roachtest nightlies have been generating an ssh keypair on startup, for some time [1]. It was a soft requirement until [2]. In [2], we streamlined the management and distribution of ssh keypairs, thus making it a hard requirement. This change synchronizes the above aspect of the CI config. with that of the public roachtest nightly. We also update the (roachtest) code to fail fast with `TransientError` instead of spamming logs with infra/connectivity issues. [1] https://github.com/cockroachdb/cockroach/blob/d146ecff6f687e438706cf63591cafca60cc116d/build/teamcity/cockroach/nightlies/roachtest_nightly_impl.sh#L9-L10 [2] cockroachdb#119106 Epic: none Release note: None Fixes: cockroachdb#107776
- Loading branch information
1 parent
420d7da
commit f0f8f94
Showing
3 changed files
with
34 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters