From 42ee90e6b7ea7a3b102b5133f1c5ea74f2cfb3dd Mon Sep 17 00:00:00 2001 From: maltegrosse Date: Thu, 19 Jan 2023 14:42:20 +0100 Subject: [PATCH] test limited --- .woodpecker.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 13e1ba4..e4272a5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -3,9 +3,8 @@ pipeline: first-job: image: busybox commands: - - echo "ci working............. " - - sleep 60 - privileged: true + - echo "ci working.............. " + - sleep 60adm cpu: image: progrium/stress:latest commands: /usr/bin/stress --cpu 20 --io 1 --vm 2 --vm-bytes 128M --timeout 90s