From 6aa19ce83e9c9ba19d63befcd40e3cabc37fcc5b Mon Sep 17 00:00:00 2001 From: maltegrosse Date: Thu, 19 Jan 2023 10:45:47 +0100 Subject: [PATCH] mem --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 5a4448c..bd215f0 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,7 +3,7 @@ pipeline: first-job: image: busybox commands: - - echo "ci working........... " + - echo "ci working............ " cpu: image: progrium/stress:latest commands: /usr/bin/stress --cpu 20 --io 1 --vm 2 --vm-bytes 128M --timeout 90s