We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f793ae commit 1f03071Copy full SHA for 1f03071
.ci/jobs/elastic+elasticsearch-ruby+ping-testing.yml
@@ -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
22
+ yaml-strategy: null
23
24
+ axes: null
25
26
+ scm: null
0 commit comments