diff --git a/.drone.yml b/.drone.yml index e3fb25d..52eac0a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -99,7 +99,24 @@ steps: - 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 10.200.64.9 10.200.64.11 --- +kind: pipeline +type: docker +name: test from cont1.plutex + +clone: + disable: true + +node: + cont1: plutex + +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 10.200.64.9 10.200.64.11 +--- kind: signature -hmac: 0ad5b5b486d8b5911a7a77c2f2babfe9153d2d2953a96200f87c82faf5795335 +hmac: 9cd58823bf1c33e00bf4b3aa90969f201a2ace3a8d9ad8fae72cd294e039243c ...