Skip to content

Commit 1f03071

Browse files
Conky5estolfo
authored andcommitted
Create ping job
Create a job for recording network latency from a dynamic worker to static machines. For elastic/infra#10046
1 parent 4f793ae commit 1f03071

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
- job:
3+
project-type: freestyle
4+
name: elastic+elasticsearch-ruby+ping-testing
5+
concurrent: false
6+
display-name: 'elastic / elasticsearch-ruby ping-testing'
7+
description: Recording network latency from a dynamic worker to static machines.
8+
node: 'immutable && ubuntu-16.04'
9+
triggers:
10+
- timed: '@hourly'
11+
builders:
12+
- shell: |-
13+
#!/usr/local/bin/runbld --script-only
14+
set -eo pipefail
15+
set -x
16+
ping -c 20 worker-954083.build.fsn1-dc3.hetzner.elasticnet.co
17+
ping -c 20 clients-ci.elastic.co
18+
19+
# override default
20+
publishers: null
21+
# override default
22+
yaml-strategy: null
23+
# override default
24+
axes: null
25+
# override default
26+
scm: null

0 commit comments

Comments
 (0)