From 63fee07ac5fd9dbe917b0692966139d08dda329a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 12 Mar 2020 15:26:17 +0200 Subject: Add: scenario for accessing contint servers --- ssh-config.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ssh-config.md b/ssh-config.md index e9c3997..7de2def 100644 --- a/ssh-config.md +++ b/ssh-config.md @@ -60,6 +60,17 @@ when I run ssh deploy1001.eqiad.wmnet hostname then the output matches /^deploy\d+$/ ~~~ +## Continuous integration server access + +This scenario ensures I can access the server running CI. + +~~~scenario +when I run ssh contint1001.wikimedia.org hostname +then the output matches /^contint1001$/ +when I run ssh contint2001.wikimedia.org hostname +then the output matches /^contint2001$/ +~~~ + ## Gerrit access For Gerrit, we need more than just a simple ssh command. We need git. -- cgit v1.2.1