From 85f6d50cf7a076af52ee75ff07b3ee60567b3961 Mon Sep 17 00:00:00 2001 From: Malte Grosse Date: Wed, 29 Nov 2023 09:05:37 +0900 Subject: [PATCH] init --- .woodpecker.yml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 15ab4ec..7adeb15 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,21 +1,7 @@ steps: - first-job: - image: busybox + "caffe": + image: bvlc/caffe:gpu commands: - echo "ci working................b. " - cpu: - image: progrium/stress:latest - commands: /usr/bin/stress --cpu 20 --io 1 --vm 2 --vm-bytes 128M --timeout 60s - nvidia-test: - image: nvidia/cuda:11.6.2-base-ubuntu20.04 - commands: - - nvidia-smi - gpu: - image: oguzpastirmaci/gpu-burn:latest - - commands: - - cd /app - - ./gpu_burn 60 - - echo "burned. done"