summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lwirzenius@wikimedia.org>2020-03-12 15:26:17 +0200
committerLars Wirzenius <lwirzenius@wikimedia.org>2020-03-12 15:26:17 +0200
commit63fee07ac5fd9dbe917b0692966139d08dda329a (patch)
treecb6cbd64907bb5b988e42b0b2cf8b6d40a8f20f7
parent658c1630cfddadbac460144e83e77ae510455a3b (diff)
downloadwmf-ssh-config-63fee07ac5fd9dbe917b0692966139d08dda329a.tar.gz
Add: scenario for accessing contint servers
-rw-r--r--ssh-config.md11
1 files changed, 11 insertions, 0 deletions
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.