Remove plutex test (temporarily) and sign .drone.yml

This commit is contained in:
Linus Sehn 2023-02-14 07:51:30 +01:00
parent d5cb2af36b
commit f57963676d

View File

@ -99,19 +99,7 @@ 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
kind: signature
hmac: 0ad5b5b486d8b5911a7a77c2f2babfe9153d2d2953a96200f87c82faf5795335
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
...