forked from extern/innernet-playbook
fix yaml
This commit is contained in:
parent
618427998d
commit
2dced0d683
44
.drone.yml
44
.drone.yml
@ -10,15 +10,8 @@ steps:
|
||||
- name: test innernet connections from meitner
|
||||
pull: if-not-exists
|
||||
image: nixery.dev/shell/fping
|
||||
commands: |
|
||||
fping \
|
||||
10.200.64.1 \
|
||||
10.200.64.2 \
|
||||
10.200.64.3 \
|
||||
10.200.64.4 \
|
||||
10.200.64.5 \
|
||||
10.200.64.7 \
|
||||
10.200.64.8
|
||||
commands:
|
||||
- fping 10.200.64.1 10.200.64.2 10.200.64.3 10.200.64.4 10.200.64.5 10.200.64.7 10.200.64.8
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
@ -32,15 +25,8 @@ steps:
|
||||
- name: test innernet connections from cont1.noris
|
||||
pull: if-not-exists
|
||||
image: nixery.dev/shell/fping
|
||||
commands: |
|
||||
fping \
|
||||
10.200.64.1 \
|
||||
10.200.64.3 \
|
||||
10.200.64.4 \
|
||||
10.200.64.5 \
|
||||
10.200.64.6 \
|
||||
10.200.64.7 \
|
||||
10.200.64.8
|
||||
commands:
|
||||
- fping 10.200.64.1 10.200.64.3 10.200.64.4 10.200.64.5 10.200.64.6 10.200.64.7 10.200.64.8
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
@ -54,15 +40,8 @@ steps:
|
||||
- name: test innernet connections from cont2.noris
|
||||
pull: if-not-exists
|
||||
image: nixery.dev/shell/fping
|
||||
commands: |
|
||||
fping \
|
||||
10.200.64.1 \
|
||||
10.200.64.2 \
|
||||
10.200.64.4 \
|
||||
10.200.64.5 \
|
||||
10.200.64.6 \
|
||||
10.200.64.7 \
|
||||
10.200.64.8
|
||||
commands:
|
||||
- fping 10.200.64.1 10.200.64.2 10.200.64.4 10.200.64.5 10.200.64.6 10.200.64.7 10.200.64.8
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
@ -76,12 +55,5 @@ steps:
|
||||
- name: test innernet connections from cont1.plutex
|
||||
pull: if-not-exists
|
||||
image: nixery.dev/shell/fping
|
||||
commands: |
|
||||
fping \
|
||||
10.200.64.1 \
|
||||
10.200.64.2 \
|
||||
10.200.64.3 \
|
||||
10.200.64.5 \
|
||||
10.200.64.6 \
|
||||
10.200.64.7 \
|
||||
10.200.64.8
|
||||
commands:
|
||||
- fping 10.200.64.1 10.200.64.2 10.200.64.3 10.200.64.5 10.200.64.6 10.200.64.7 10.200.64.8
|
||||
|
Loading…
Reference in New Issue
Block a user